:root{--mag-bg:#f7f2e9;--mag-surface:#fdf7ec;--mag-card:#ffffff;--mag-text:#3f3123;--mag-muted:#a18f7a;--mag-primary:#d79a2b;--mag-primary-600:#c48321;--mag-primary-700:#a66b18;--mag-border:#eadcc7;--mag-danger:#e65b4f;--mag-success:#2f9960;--mag-w:1200px}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.mag-body{background:var(--mag-bg);color:var(--mag-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.mag-shell{max-width:var(--mag-w);margin:0 auto;padding:0 16px}
.mag-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
a{color:inherit;text-decoration:none}
 a:hover{color:var(--mag-primary)}
img{max-width:100%;display:block}
button{font:inherit}
.mag-top{position:sticky;top:0;z-index:40;background:var(--mag-surface);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--mag-border)}
.mag-top-row{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px}
.mag-logo{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.2px}
.mag-logo-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mag-primary),var(--mag-primary-700));color:#fff}
.mag-logo-text{font-size:18px}
.mag-nav{display:flex;align-items:center;gap:16px}
.mag-nav-select{display:none}
.mag-nav-menu{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}
.mag-nav-link{display:inline-block;padding:8px 12px;border-radius:8px;color:var(--mag-text)}
.mag-nav-link:hover,.mag-nav-link.is-active{color:var(--mag-primary-700);background:rgba(215,154,43,.12)}
.mag-nav-toggle{display:none;width:40px;height:40px;border:1px solid var(--mag-border);background:var(--mag-card);border-radius:8px;color:var(--mag-text)}
.mag-search{display:flex;align-items:center;gap:8px}
.mag-search-input{height:40px;padding:0 12px;border-radius:8px;border:1px solid var(--mag-border);background:#fff;color:var(--mag-text);min-width:220px}
.mag-search-input::placeholder{color:var(--mag-muted)}
.mag-search-btn{height:40px;padding:0 12px;border-radius:8px;border:1px solid var(--mag-primary-600);background:var(--mag-primary);color:#fff}
.mag-top-border{height:2px;background:linear-gradient(90deg,transparent,rgba(215,154,43,.6),transparent)}
.mag-hero{padding:24px 0 8px}
.mag-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.mag-hero-card{position:relative;overflow:hidden;border-radius:16px;background:var(--mag-card);min-height:360px;border:1px solid var(--mag-border)}
.mag-hero-img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.mag-hero-mask{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 60%,rgba(0,0,0,.8) 100%)}
.mag-hero-meta{position:absolute;left:20px;top:20px;display:flex;gap:10px;align-items:center}
.mag-hero-cat{background:rgba(215,154,43,.18);color:#fff;border:1px solid rgba(215,154,43,.4);padding:4px 8px;border-radius:999px;font-size:12px}
.mag-hero-time{color:#f8f0de;font-size:12px}
.mag-hero-title{position:absolute;left:20px;right:20px;bottom:64px;font-size:28px;line-height:5.0;letter-spacing:.04em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mag-hero-desc{position:absolute;left:20px;right:20px;bottom:24px;color:#f8f3e6;line-height:1.8;letter-spacing:.02em}
.mag-side-title{font-size:14px;color:var(--mag-muted);margin-bottom:10px}
.mag-side-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.mag-side-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;background:var(--mag-surface);border:1px solid var(--mag-border)}
.mag-side-link{flex:1}
.mag-side-time{font-size:12px;color:var(--mag-muted)}
.mag-section{padding:24px 0}
.mag-section-alt{background:linear-gradient(180deg,rgba(215,154,43,.06),transparent)}
.mag-sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}
.mag-sec-title{font-size:18px}
.mag-sec-desc{color:var(--mag-muted);font-size:14px;margin:0}
.mag-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mag-card{overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--mag-border);display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(0,0,0,.05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.mag-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.08);border-color:rgba(215,154,43,.5)}
.mag-card-img{aspect-ratio:4/3;width:100%;object-fit:cover}
.mag-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}
.mag-card-meta{display:flex;align-items:center;justify-content:space-between;color:var(--mag-muted);font-size:12px}
.mag-card-title{margin:0;font-size:17px;line-height:1.35}
.mag-card-text{color:var(--mag-muted);margin:0;font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mag-card-more{margin-top:4px;font-size:14px;color:var(--mag-primary);font-weight:600}
.mag-list{display:flex;flex-direction:column;gap:14px}
.mag-list-row{display:flex;flex-direction:column;gap:10px;padding:12px 12px 14px;border-radius:18px;background:#fff;border:1px solid var(--mag-border);box-shadow:0 6px 20px rgba(0,0,0,.05);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.mag-list-row:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.07);border-color:rgba(215,154,43,.45)}
.mag-list-thumb{width:100%;height:220px;overflow:hidden;border-radius:14px 14px 12px 12px;background:#f3e3c6;border:1px solid rgba(234,220,199,.9)}
.mag-list-thumb img{width:100%;height:100%;object-fit:cover}
.mag-list-body{flex:1;display:flex;flex-direction:column;gap:6px;padding:6px 4px 0;min-width:0}
.mag-list-meta{display:flex;align-items:center;gap:10px;color:var(--mag-muted);font-size:13px;flex-wrap:wrap;row-gap:6px}
.mag-list-cat{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:rgba(215,154,43,.14);color:var(--mag-primary-700);border:1px solid rgba(215,154,43,.24);font-weight:700;font-size:12px;line-height:1}
.mag-list-time,.mag-list-views{font-size:12px}
.mag-list-title{margin:0;font-size:19px;line-height:1.35}
.mag-list-title a{font-weight:600}
.mag-list-text{margin:0;color:var(--mag-muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.mag-links-section{padding:16px 0;border-top:1px solid var(--mag-border)}
.mag-links-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.mag-links-label{color:var(--mag-text);font-size:14px;font-weight:600}
.mag-links-list{display:flex;gap:10px;flex-wrap:wrap}
.mag-link{padding:7px 12px;border:1px solid rgba(215,154,43,.28);border-radius:999px;background:#fff;color:var(--mag-text);font-weight:600;box-shadow:0 2px 6px rgba(0,0,0,.03)}
.mag-link:hover{color:var(--mag-primary-700);border-color:rgba(215,154,43,.45);box-shadow:0 6px 14px rgba(0,0,0,.06)}
.mag-branch-section{padding:18px 0 10px;border-top:1px solid var(--mag-border)}
.mag-branch-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.mag-branch-title{margin:0;font-size:18px}
.mag-branch-hint{color:var(--mag-muted);font-size:13px;white-space:nowrap}
.mag-branch-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.mag-branch-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid var(--mag-border);box-shadow:0 2px 8px rgba(0,0,0,.04);min-width:0}
.mag-branch-item i{color:var(--mag-primary-700)}
.mag-branch-item span{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mag-branch-item:hover{border-color:rgba(215,154,43,.45);box-shadow:0 6px 14px rgba(0,0,0,.06)}
.mag-page-head{padding:18px 0;border-top:1px solid var(--mag-border);border-bottom:1px solid var(--mag-border);background:rgba(215,154,43,.04)}
.mag-breadcrumb{color:var(--mag-muted);font-size:14px}
.mag-bc-sep{margin:0 6px;color:var(--mag-muted)}
.mag-page-title{margin:6px 0 0;font-size:24px}
.mag-controls{padding:12px 0;border-bottom:1px solid var(--mag-border)}
.mag-controls-row{display:flex;gap:8px}
.mag-view-btn{height:36px;padding:0 10px;border-radius:8px;border:1px solid var(--mag-border);background:var(--mag-card);color:var(--mag-text)}
.mag-view-btn.is-active{background:var(--mag-primary);border-color:transparent;color:#fff}
.mag-layout{padding:18px 0}
.mag-grid{display:grid;grid-template-columns:minmax(0,1.6fr) 360px;gap:22px}
.mag-col--main{display:flex;flex-direction:column;gap:16px}
.mag-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mag-article-card{background:var(--mag-card);border:1px solid var(--mag-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.mag-article-thumb img{width:100%;height:160px;object-fit:cover}
.mag-article-body{padding:12px}
.mag-article-meta{display:flex;align-items:center;gap:10px;color:var(--mag-muted);font-size:12px;margin-bottom:6px}
.mag-article-title{margin:0;font-size:18px;line-height:1.35}
.mag-article-text{margin:6px 0 0;color:var(--mag-muted)}
.mag-read-more{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--mag-primary);font-weight:500}
.mag-articles-list{display:flex;flex-direction:column;gap:14px}
.mag-empty{display:grid;place-items:center;gap:6px;padding:24px;border:1px dashed var(--mag-border);border-radius:12px;color:var(--mag-muted)}
.mag-pagination{padding-top:8px;border-top:1px solid var(--mag-border)}
.mag-pagination-inner{display:flex;justify-content:center}
.mag-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:84px;align-self:start}
.mag-widget{background:var(--mag-surface);border:1px solid var(--mag-border);border-radius:14px;padding:14px 14px 16px}
.mag-widget-title{margin:0 0 8px;font-size:16px}
.mag-cat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mag-post-list{list-style:none;margin:0;padding:6px 0 4px;display:flex;flex-direction:column;gap:18px}
.mag-post-item{min-width:0}
.mag-post-link{display:flex;gap:14px;align-items:flex-start}
.mag-post-thumb{flex:0 0 122px;height:92px;border-radius:12px;overflow:hidden;background:#f3e3c6;border:1px solid rgba(234,220,199,.9)}
.mag-post-thumb img{width:100%;height:100%;object-fit:cover}
.mag-post-body{min-width:0;display:flex;flex-direction:column;gap:6px;padding-top:2px}
.mag-post-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700;color:var(--mag-text);line-height:1.45;font-size:15px}
.mag-post-time{font-size:12px;color:var(--mag-muted)}
.mag-post-link:hover .mag-post-title{color:var(--mag-primary-700)}
.mag-footer{border-top:1px solid var(--mag-border);background:linear-gradient(180deg,rgba(215,154,43,.04),rgba(255,255,255,0));margin-top:18px}
.mag-foot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:22px 0 18px}
.mag-foot-col{min-width:0}
.mag-foot-title{margin:0 0 10px;font-size:15px;letter-spacing:.2px;color:var(--mag-text);display:flex;align-items:center;gap:8px}
.mag-foot-title:before{content:"";width:10px;height:10px;border-radius:3px;background:rgba(215,154,43,.35);border:1px solid rgba(215,154,43,.35)}
.mag-foot-text{margin:0;color:var(--mag-muted);line-height:1.75}
.mag-foot-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mag-foot-links a{display:inline-flex;align-items:center;gap:8px;padding:4px 0;color:var(--mag-muted)}
.mag-foot-links a:hover{color:var(--mag-primary-700)}
.mag-foot-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:var(--mag-muted)}
.mag-foot-contact i{color:var(--mag-primary-700);width:16px}
.mag-foot-bottom{border-top:1px solid rgba(234,220,199,.9);padding:14px 0;color:var(--mag-muted);text-align:center}
.mag-foot-bottom a{color:var(--mag-primary-700);text-decoration:none}
.mag-foot-bottom a:hover{text-decoration:underline}
.mag-article{padding:18px 0}
.mag-article-grid{display:grid;grid-template-columns:1fr 320px;gap:20px}
.mag-article-head{margin:8px 0 12px}
.mag-article-title{margin:0 0 8px;font-size:28px}
.mag-article-meta{display:flex;align-items:center;gap:12px;color:var(--mag-muted);font-size:14px}
.mag-article-cover img{width:100%;border-radius:12px;border:1px solid var(--mag-border)}
.mag-article-content{margin-top:12px}
.mag-share{display:flex;align-items:center;gap:8px;margin-top:16px}
.mag-share-label{color:var(--mag-muted)}
.mag-share-btn{height:36px;width:36px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--mag-border);background:var(--mag-card);color:var(--mag-primary-700)}
.mag-article-nav{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 0 12px;border-top:1px solid var(--mag-border);border-bottom:1px solid var(--mag-border);margin-top:24px;margin-bottom:4px}
.mag-article-prev,.mag-article-next{flex:1;display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--mag-text)}
.mag-article-prev{align-items:flex-start}
.mag-article-next{align-items:flex-end;text-align:right}
.mag-article-nav-label{font-size:13px;color:var(--mag-primary-700);letter-spacing:.08em;font-weight:600}
.mag-article-nav-title{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mag-related{margin-top:20px}
.mag-card-grid--related{margin-top:8px}
.mag-error{padding:48px 0}
.mag-error-box{border:1px solid var(--mag-border);border-radius:16px;background:var(--mag-surface);padding:24px;text-align:center;max-width:640px;margin:0 auto}
.mag-error-code{font-size:56px;line-height:1;background:linear-gradient(135deg,var(--mag-primary),#fff);-webkit-background-clip:text;background-clip:text;color:transparent}
.mag-error-title{margin:10px 0 6px}
.mag-error-text{margin:0;color:var(--mag-muted)}
.mag-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--mag-primary);border:0;color:#fff;border-radius:10px;height:40px;padding:0 14px}
@media (max-width:1200px){.mag-card-grid{grid-template-columns:repeat(2,1fr)}.mag-articles-grid{grid-template-columns:repeat(2,1fr)}.mag-related-grid{grid-template-columns:repeat(2,1fr)}.mag-related-cover img,.mag-related-cover-placeholder{height:200px}}
@media (max-width:960px){.mag-hero-grid{grid-template-columns:1fr}.mag-grid,.mag-article-grid{grid-template-columns:1fr}.mag-sidebar{position:static}.mag-foot-grid{grid-template-columns:1fr 1fr;gap:14px;padding:18px 0}.mag-nav-toggle{display:inline-flex;align-items:center;justify-content:center}.mag-nav-menu{position:absolute;top:64px;right:16px;left:16px;flex-direction:column;background:var(--mag-surface);border:1px solid var(--mag-border);border-radius:12px;padding:10px;display:none}.mag-nav-menu.is-open{display:flex}.mag-search-input{min-width:160px}.mag-branch-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){html,body{overflow-x:hidden}.mag-top .mag-shell{padding:0 12px}.mag-top{background:rgba(253,247,236,.92);max-width:100vw}.mag-top-row{display:grid;grid-template-columns:minmax(0,1fr) 1fr;grid-template-areas:"logo search" "nav nav";align-items:center;column-gap:10px;row-gap:8px;height:auto;padding:10px 0}.mag-logo{grid-area:logo;min-width:0;padding-left:2px}.mag-logo-text{display:block;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.mag-logo-mark{width:32px;height:32px;border-radius:10px;flex:0 0 auto}.mag-search{grid-area:search;width:100%;gap:10px}.mag-search-input{min-width:0;width:100%;max-width:none;height:36px;border-radius:12px;border-color:rgba(234,220,199,.9);box-shadow:0 2px 10px rgba(0,0,0,.03);font-size:14px}.mag-search-btn{height:36px;border-radius:12px;flex:0 0 42px;padding:0;display:grid;place-items:center;box-shadow:0 8px 18px rgba(215,154,43,.22)}.mag-nav{grid-area:nav;display:block}.mag-nav-toggle{display:none!important}.mag-nav-menu{display:none!important}.mag-nav-select{width:100%;height:40px;border-radius:12px;border:1px solid rgba(234,220,199,.95);background:#fff;color:var(--mag-text);font-weight:700;padding:0 12px;outline:none;appearance:none;box-shadow:0 2px 10px rgba(0,0,0,.03);background-image:linear-gradient(45deg,transparent 50%,rgba(166,107,24,.9) 50%),linear-gradient(135deg,rgba(166,107,24,.9) 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 18px) 16px,calc(100% - 12px) 16px,0 0;background-size:6px 6px,6px 6px,100% 100%;background-repeat:no-repeat}.mag-hero{padding:14px 0 6px}.mag-hero-card{min-height:230px}.mag-hero-title{font-size:20px;bottom:54px}.mag-hero-desc{font-size:13px;bottom:18px}.mag-card-grid{grid-template-columns:1fr}.mag-articles-grid{grid-template-columns:1fr}.mag-list-row{flex-direction:column}.mag-list-thumb{flex-basis:auto;width:100%;height:210px}.mag-related-grid{grid-template-columns:1fr}.mag-article-nav{flex-direction:column;align-items:stretch}.mag-article-prev,.mag-article-next{align-items:flex-start;text-align:left}.mag-article-nav-title{white-space:normal}.mag-branch-grid{grid-template-columns:repeat(2,1fr)}.mag-article-title{font-size:22px}.mag-article-meta{flex-wrap:wrap;row-gap:6px}.mag-list-meta{flex-wrap:wrap;row-gap:4px}.mag-foot-grid{grid-template-columns:1fr;gap:12px;padding:16px 0}}

@media (max-width:380px){.mag-logo-text{max-width:110px}}
