:root{--peony-red:#c74646;--peony-red-light:#fef5f5;--imperial-gold:#b8860b;--rice-paper:#faf7f2;--ink-gray:#4a4a4a;--ink-gray-light:#6b6b6b;--border-light:#e8e4df;--text-primary:#1a1a1a;--text-secondary:#666;--white:#fff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--white);color:var(--text-primary);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.serif{font-family:Noto Serif SC,serif}.hero-section{background:var(--white);padding:0 60px}.hero-inner{max-width:1200px;margin:0 auto}.navbar{justify-content:space-between;align-items:center;padding:12px 0;display:flex;position:relative}.logo{color:var(--text-primary);flex-shrink:0;align-items:center;gap:10px;font-family:Noto Serif SC,serif;font-size:20px;font-weight:600;display:flex}.logo-icon{background:linear-gradient(135deg,#e85d75,#c74646);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex;box-shadow:0 2px 8px #c7464640}.nav-links{align-items:center;gap:36px;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:var(--text-secondary);padding-bottom:4px;font-size:15px;font-weight:500;text-decoration:none;transition:all .25s;position:relative}.nav-link:after{content:"";background:var(--peony-red);border-radius:1px;width:24px;height:2px;transition:transform .25s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:var(--peony-red)}.nav-link:hover:after{transform:translate(-50%)scaleX(1)}.nav-link.active{color:var(--peony-red);font-weight:600}.nav-link.active:after{transform:translate(-50%)scaleX(1)}.nav-cta{background:var(--peony-red);border-radius:20px;flex-shrink:0;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 2px 8px #c7464633;color:var(--white)!important}.nav-icons{align-items:center;gap:24px;display:none;position:absolute;left:50%;transform:translate(-50%)}.nav-icon-item{color:var(--text-secondary);flex-direction:column;align-items:center;gap:4px;text-decoration:none;transition:all .2s;display:flex}.nav-icon-item:hover{color:var(--peony-red);transform:translateY(-2px)}.nav-icon-item.active{color:var(--peony-red)}.nav-icon-item.active .nav-icon-box{background:var(--peony-red);color:#fff}.nav-icon-box{background:var(--rice-paper);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.nav-icon-name{white-space:nowrap;font-size:12px;font-weight:500}.cat-icon-nav{gap:12px;padding:16px 0 8px;display:none}.cat-icon-nav-item{color:var(--text-secondary);flex-direction:column;align-items:center;gap:4px;min-width:52px;text-decoration:none;transition:all .2s;display:flex}.cat-icon-nav-item:hover{color:var(--peony-red);transform:translateY(-2px)}.cat-icon-nav-item.active{color:var(--peony-red)}.cat-icon-nav-item.active .cat-icon-nav-box{background:var(--peony-red);color:#fff}.cat-icon-nav-box{background:#ffffffb3;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.cat-icon-nav-name{font-size:11px;font-weight:500}.cat-banner{background:var(--rice-paper);padding:48px 60px 20px}.cat-banner-inner{max-width:1200px;margin:0 auto}.cat-header-row{align-items:center;gap:20px;margin-bottom:10px;display:flex}.cat-icon-box{background:var(--peony-red);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.cat-title{margin-bottom:6px;font-weight:700;font-size:32px!important}.cat-desc{color:var(--text-secondary);font-size:15px}.cat-content{padding:20px 60px 80px}.cat-inner{max-width:1200px;margin:0 auto}.cat-toolbar{border-bottom:none;justify-content:flex-end;align-items:center;margin-bottom:0;padding:16px 0 0;display:flex}.cat-toolbar-nav{display:none}.cat-toolbar-nav-item{color:var(--text-secondary);border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.cat-toolbar-nav-item:hover{color:var(--peony-red);background:#c7464614}.cat-toolbar-nav-item.active{color:var(--peony-red);background:#c746461f}.cat-toolbar-nav-item.active:after{content:"";background:var(--peony-red);border-radius:1px;width:20px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.cat-toolbar-nav-icon{font-size:18px}.cat-toolbar-nav-name{white-space:nowrap}.cat-toolbar-right{align-items:center;gap:20px;display:flex}.cat-count{font-size:15px;font-weight:600}.cat-sort-btns{gap:8px;display:flex}.cat-sort-btn{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:500;transition:all .2s}.cat-sort-btn.active{background:var(--peony-red);color:#fff}.guide-list{flex-direction:column;gap:20px;display:flex}.guide-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);cursor:pointer;background:#fff;padding:24px 28px;transition:all .2s}.guide-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.guide-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.guide-title{font-size:20px;font-weight:700}.guide-date{color:var(--text-secondary);flex-shrink:0;font-size:13px}.guide-excerpt{color:var(--text-secondary);margin-bottom:14px;font-size:14px;line-height:1.8}.guide-tags{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.guide-tag{background:var(--peony-red-light);color:var(--peony-red);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.guide-meta{color:var(--text-secondary);flex-wrap:wrap;gap:20px;font-size:13px;display:flex}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.cat-merchant-card{cursor:pointer}.merchant-address,.merchant-hours{color:var(--text-secondary);margin-top:8px;font-size:13px}.history-banner{color:#fff;background:linear-gradient(135deg,#2d1818,#3d2020);padding:56px 60px}.history-banner.history-banner-compact{padding:32px 60px}.history-banner.history-banner-compact .history-subtitle{display:none}.history-banner-inner{max-width:1200px;margin:0 auto}.history-badge{color:#d4a017;letter-spacing:3px;margin-bottom:12px;font-size:13px}.history-title{color:#d4a017;margin-bottom:12px;font-weight:700;font-size:36px!important}.history-subtitle{color:#c8a87a;max-width:560px;font-size:15px;line-height:1.9}.history-content{background:var(--rice-paper);padding:28px 60px 80px}.search-highlight{scroll-margin-top:120px;animation:.6s ease-in-out 3 search-highlight-pulse}@keyframes search-highlight-pulse{0%,to{outline:2px solid #0000;box-shadow:0 0 #c7464600}50%{outline:2px solid #c74646;box-shadow:0 0 24px 2px #c7464659}}.history-inner{max-width:1200px;margin:0 auto}.history-overview{margin-bottom:28px}.history-overview-title{color:var(--text-primary);margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.35}.history-overview-desc{color:var(--text-secondary);max-width:680px;margin:0;font-size:14px;line-height:1.85}.history-header-row{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:28px;display:flex}.history-overview{flex:none;width:100%;max-width:none;margin-bottom:0}.history-tabs{box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:flex-end;align-self:flex-end;gap:8px;width:auto;max-width:none;margin-top:12px;margin-bottom:0;margin-left:0;padding:4px;display:flex}.history-events-layout{align-items:flex-start;gap:16px;min-height:60vh;display:flex}.history-intro-sidebar{width:400px;min-height:620px;max-height:60vh;box-shadow:none;background:0 0;border-left:none;border-radius:0;flex-shrink:0;padding:0 20px 0 0;position:sticky;top:16px;overflow-y:auto}.history-intro-sidebar::-webkit-scrollbar{display:none}.history-intro-sidebar{scrollbar-width:none}.history-intro-sidebar .intro-badge{color:var(--peony-red);letter-spacing:1px;background:0 0;border-radius:0;margin-bottom:12px;padding:0;font-size:10px;font-weight:600;display:inline-block}.history-intro-sidebar .intro-dynasty-icon{background:var(--rice-paper);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;font-size:22px;display:flex}.history-intro-sidebar .intro-title{color:var(--text-primary);margin:0 0 16px;font-size:28px;font-weight:700;line-height:1.35}.history-intro-sidebar .intro-subtitle{color:var(--peony-red);background:0 0;border-radius:0;margin-bottom:10px;padding:0;font-size:12px;font-weight:600;display:inline-block}.history-intro-sidebar .intro-summary{color:var(--text-secondary);margin:0;font-size:14px;font-weight:400;line-height:1.85}.history-intro-sidebar .intro-section{margin-bottom:16px}.history-intro-sidebar .intro-section-title{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.history-intro-sidebar .intro-section-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.history-intro-sidebar .intro-section-dot.cause{background:#3b82f6}.history-intro-sidebar .intro-section-dot.process{background:var(--peony-red)}.history-intro-sidebar .intro-section-dot.result{background:#22c55e}.history-intro-sidebar .intro-section-dot.evaluation{background:#f59e0b}.history-intro-sidebar .intro-section-text{color:var(--text-secondary);margin:0;padding-left:16px;font-size:14px;line-height:1.8}.history-intro-sidebar .intro-section-no-title .intro-section-text{padding-bottom:0;padding-left:0}@media (max-width:768px){.detail-hero{padding:24px 16px!important}.detail-hero-icon{border-radius:12px!important;width:42px!important;height:42px!important;font-size:21px!important}.detail-hero-title{font-size:18px!important}.detail-hero-desc{font-size:11px!important}.detail-hero-tag{padding:2px 8px!important;font-size:10px!important}.detail-hero-cat{font-size:10px!important}.detail-hero-fav{border-radius:10px!important;width:36px!important;height:36px!important;font-size:16px!important}.detail-hero-inner{align-items:flex-start!important;gap:12px!important}.detail-hero-actions{position:absolute;top:0;right:0}.detail-content{padding:14px 14px 40px!important}.detail-info-card{padding:14px!important}.detail-info-grid-outer,.detail-info-grid{grid-template-columns:1fr!important}.detail-rating-star{font-size:28px!important}.detail-comment-avatar{width:32px!important;height:32px!important;font-size:13px!important}.detail-comment-form{flex-direction:column;gap:8px}.detail-comment-textarea{width:100%}.detail-comment-submit{align-self:flex-end}.detail-qr-img{width:120px!important;height:120px!important}}.postit-grid{column-count:3;column-gap:24px}.postit-card{break-inside:avoid;cursor:pointer;background:#fef3c7;border-radius:4px;outline:none;margin-bottom:24px;padding:24px;transition:transform .25s,box-shadow .25s;position:relative;transform:rotate(-1deg);box-shadow:0 4px 14px #00000014}.postit-card:nth-child(2n){background:#ffe4e1;transform:rotate(1deg)}.postit-card:nth-child(3n){background:#e0f7fa;transform:rotate(-.5deg)}.postit-card:nth-child(4n){background:#e8f5e9;transform:rotate(.8deg)}.postit-card:nth-child(5n){background:#fff9c4;transform:rotate(-1.2deg)}.postit-card:hover,.postit-card:focus{z-index:2;transform:translateY(-6px)rotate(0);box-shadow:0 12px 28px #00000024}.postit-pin{background:radial-gradient(circle at 30% 30%,#ef4444,#991b1b);border-radius:50%;width:12px;height:12px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #00000040}.postit-title{color:#3e2723;margin:18px 0 12px;font-size:18px;font-weight:700;line-height:1.4}.postit-excerpt{color:#5d4037;margin:0 0 16px;font-size:14px;line-height:1.75}.postit-tags{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.postit-tag{color:#6d4c41;background:#ffffff8c;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600}.postit-meta{color:#795548;justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.postit-author{font-weight:600}.postit-stats{color:#8d6e63;border-top:1px dashed #79554833;gap:16px;padding-top:10px;font-size:12px;display:flex}.postit-modal{z-index:50;opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:20px;transition:opacity .2s;display:flex;position:fixed;inset:0}.postit-modal.active{opacity:1;pointer-events:auto}.postit-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#00000073;position:absolute;inset:0}.postit-modal-card{opacity:0;background:#fff8e1;border-radius:6px;width:100%;max-width:640px;max-height:80vh;padding:36px 32px 32px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s;position:relative;overflow-y:auto;transform:scale(.92)translateY(20px);box-shadow:0 24px 60px #0003}.postit-modal.active .postit-modal-card{opacity:1;transform:scale(1)translateY(0)}.postit-modal-close{color:#5d4037;cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background .2s;display:flex;position:absolute;top:12px;right:14px}.postit-modal-close:hover{background:#0000001f}.postit-modal-pin{background:radial-gradient(circle at 30% 30%,#ef4444,#991b1b);border-radius:50%;width:14px;height:14px;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 1px 4px #0000004d}.postit-modal-title{color:#3e2723;margin:24px 0 12px;font-size:24px;font-weight:700;line-height:1.35}.postit-modal-meta{color:#795548;gap:16px;margin-bottom:12px;font-size:13px;display:flex}.postit-modal-tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.postit-fulltext{color:#4e342e;font-size:15px;line-height:1.85}.postit-fulltext p{margin:0 0 14px}.postit-fulltext p:last-child{margin-bottom:0}.postit-modal-stats{color:#8d6e63;border-top:1px dashed #79554840;gap:20px;margin-top:24px;padding-top:16px;font-size:13px;display:flex}@media (max-width:1024px){.postit-grid{column-count:2;column-gap:20px}}@media (max-width:640px){.postit-grid{column-count:1}.postit-card{margin-bottom:20px}.postit-card .postit-fav-btn{display:none}.postit-modal-card{max-height:85vh;padding:30px 22px 26px}.postit-modal-title{font-size:20px}.postit-fulltext{font-size:14px}}.history-section-header{text-align:center;margin-bottom:40px}.history-section-header .history-section-badge{color:var(--peony-red);letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:600;display:inline-block}.history-section-header .history-section-title{color:var(--text-primary);margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.35}.history-section-header .history-section-desc{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:14px;line-height:1.85}.history-intro-sidebar .intro-fulltext{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.9}.history-tab-btn{cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:5px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.history-tab-btn.active{color:#fff;background:#6d5b7b}.wave-timeline-wrap{flex:1;align-items:flex-start;gap:16px;display:flex;position:relative}.wave-content-scroll{scroll-behavior:smooth;flex:1;min-width:0;max-height:60vh;padding-right:8px;overflow-y:auto}.wave-content-scroll::-webkit-scrollbar{width:4px}.wave-content-scroll::-webkit-scrollbar-track{background:0 0}.wave-content-scroll::-webkit-scrollbar-thumb{background:var(--peony-red-light);border-radius:2px}.wave-event-card-list{border-radius:var(--radius-md);cursor:pointer;background:#fff;border-left:3px solid #0000;margin-bottom:10px;padding:14px 16px;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 1px 4px #0000000a}.wave-event-card-list:hover{box-shadow:0 4px 14px #0000000f}.wave-event-card-list.active{border-left:4px solid var(--peony-red);transform:scale(1.01)translate(4px);box-shadow:0 0 0 1px #d63e4a0d,0 8px 24px #00000014,0 16px 40px #0000000f}.wave-event-card-list .event-card-header{align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.wave-event-card-list .event-icon-box{border-radius:10px;width:43px;height:43px;margin-top:4px;font-size:22px}.wave-event-card-list .event-subtitle{border-radius:4px;margin-bottom:2px;padding:2px 7px;font-size:10px;display:inline-block}.wave-event-card-list .event-title{margin:0;font-size:16px;line-height:1.25}.wave-event-card-list .event-desc{color:var(--text-secondary);margin:0;padding-top:1px;font-size:13px;line-height:1.65}.history-ruler-outer{-webkit-user-select:none;user-select:none;background:0 0;flex-shrink:0;align-self:flex-end;width:220px;min-width:220px;max-width:220px;height:60vh;margin-left:auto;position:sticky;top:0;overflow:visible}.history-ruler-track{cursor:pointer;width:100%;height:100%;position:relative}.history-ruler-line{z-index:1;background:linear-gradient(#c7464626,#c7464673 50%,#c7464626);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:88px;transform:translate(-50%)}.history-ruler-tick-small{left:88px;top:var(--tick-position);z-index:2;background:#c7464647;border-radius:1px;width:10px;height:1px;position:absolute;transform:translate(-50%)}.history-ruler-node{width:auto;left:0;right:0;top:var(--tick-position);z-index:3;pointer-events:auto;position:absolute;transform:translateY(-50%)}.history-ruler-tick-large{z-index:2;background:#c746468c;border-radius:1px;width:28px;height:2px;position:absolute;top:50%;left:88px;transform:translate(-50%,-50%)}.history-ruler-dynasty{color:#9a5a4a;white-space:nowrap;text-align:right;-webkit-backdrop-filter:blur(6px);letter-spacing:.05em;background:#ffffff73;border-radius:4px;width:68px;padding:4px 3px;font-size:13px;font-weight:600;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:4px;transform:translateY(-50%)}.history-ruler-year{color:#b07d6e;white-space:nowrap;text-align:left;-webkit-backdrop-filter:blur(6px);background:#ffffff73;border-radius:8px;width:108px;padding:2px 6px;font-size:12px;font-weight:500;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:104px;transform:translateY(-50%)}.history-ruler-node.active .history-ruler-dynasty{color:#a83232;background:#ffffffbf;font-size:18px;font-weight:700}.history-ruler-node.active .history-ruler-year{color:#a83232;background:#ffffffbf;padding:2px 8px;font-size:14px;font-weight:700}@media (min-width:769px){.history-ruler-year{display:none!important}}.history-ruler-thumb{left:79px;top:calc(var(--tick-position) - 9px);z-index:5;pointer-events:none;background:linear-gradient(135deg,#e0e0e0,#b0b0b0);border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:top .35s cubic-bezier(.34,1.56,.64,1);position:absolute;box-shadow:0 0 0 5px #a0a0a033,0 4px 12px #78787840}.event-card-header{align-items:center;gap:14px;margin-bottom:12px;display:flex}.event-icon-box{background:var(--rice-paper);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.event-subtitle{color:var(--peony-red);background:var(--peony-red-light);border-radius:6px;margin-bottom:6px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}.event-title{font-size:19px;font-weight:700}.event-desc{color:var(--ink-gray);font-size:14px;line-height:1.8}.poem-grid{column-count:3;column-gap:20px}.poem-card{break-inside:avoid;background:var(--rice-paper);border-radius:var(--radius-md);border:1px solid var(--border-light);margin-bottom:20px;padding:28px;transition:box-shadow .3s}.poem-header{flex-direction:column;align-items:stretch;margin-bottom:18px;display:flex}.poem-title{text-align:center;white-space:normal;text-overflow:clip;font-family:Noto Serif SC,serif;font-size:19px;font-weight:600;overflow:visible}.poem-dynasty{color:#9ca3af;background:var(--white);white-space:nowrap;text-align:right;border-radius:20px;align-self:flex-end;margin-top:6px;padding:4px 14px;font-size:13px}.poem-body{text-align:center;background:var(--white);border-radius:var(--radius-sm);margin-bottom:18px;padding:24px 0}.poem-line{color:var(--text-primary);font-size:17px;line-height:2.2}.story-grid{column-count:3;column-gap:20px}.story-card{break-inside:avoid;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border-left:4px solid #6d5b7b;margin-bottom:20px;padding:28px}.story-category{color:#6d5b7b;letter-spacing:1px;background:#f3e5f5;border-radius:20px;margin-bottom:12px;padding:3px 12px;font-size:11px;font-weight:700;display:inline-block}.story-title{margin-bottom:10px;font-size:19px;font-weight:700}.figures-grid{column-count:3;column-gap:20px}.figure-card{break-inside:avoid;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border-top:4px solid #c74646;margin-bottom:20px;padding:28px;transition:box-shadow .3s}.figure-card:hover{box-shadow:var(--shadow-md)}.figure-avatar{background:var(--rice-paper);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:28px;display:flex}.figure-name{margin-bottom:4px;font-size:19px;font-weight:700}.figure-dynasty{color:var(--peony-red);background:var(--peony-red-light);border-radius:10px;margin-bottom:8px;margin-right:8px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.figure-identity{color:#9ca3af;font-size:12px;display:inline-block}.figure-icon-inline{background:var(--rice-paper);vertical-align:middle;border-radius:6px;justify-content:center;align-items:center;width:29px;height:29px;margin-left:6px;margin-right:6px;font-size:17px;display:inline-flex}.figure-summary{color:var(--peony-red);margin:12px 0;font-size:14px;font-weight:500;line-height:1.7}.figure-detail{color:var(--ink-gray);font-size:13px;line-height:1.8}.figure-name-row{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.mcard-figure-row{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.modal-comment-form{flex-direction:row;gap:10px;margin-bottom:20px;display:flex}.modal-comment-input{background:#fff9;border:1px solid #79554833;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:13px}.modal-comment-send{color:#fff;white-space:nowrap;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600}.home-history-summary{color:#555}.home-history-detail{color:#999;font-size:12px;line-height:1.65}@media (max-width:768px){.navbar{flex-wrap:wrap;gap:12px;padding:12px 16px!important}.logo{order:1;font-size:20px}.logo-icon{width:32px;height:32px;font-size:17px}.nav-links{display:none}.nav-icons{display:flex}.nav-cta{border-radius:16px;order:2;margin-left:auto;padding:8px 18px;font-size:15px}.nav-right-group{flex-shrink:0;order:2;align-items:center;gap:10px;margin-left:auto;display:flex!important}.cat-toolbar{flex-direction:column;align-items:flex-start;gap:8px}.cat-toolbar-nav{display:flex}.cat-toolbar-right{align-self:flex-end}.cat-sort-btns{gap:6px}.cat-sort-btn{padding:6px 14px;font-size:13px}.poem-grid{column-count:1}.poem-card{padding:20px}.poem-header{align-items:flex-start;gap:10px}.poem-title{flex:1;min-width:0}.poem-dynasty{white-space:nowrap;flex-shrink:0}.poem-body{padding:18px 12px}.poem-line{font-size:16px;line-height:2.3}}@media (max-width:480px){.hero-section{padding:0 16px!important}.logo span{font-size:17px}.nav-cta{padding:6px 12px;font-size:13px}}.hero-content{text-align:center;padding:40px 0 36px}.hero-badge{background:var(--peony-red-light);color:var(--peony-red);border-radius:20px;margin-bottom:24px;padding:6px 18px;font-size:12px;font-weight:500;display:inline-block}.hero-title{color:var(--text-primary);margin-bottom:16px;font-family:Noto Serif SC,serif;font-size:38px;font-weight:600;line-height:1.4}.hero-title .highlight{color:var(--peony-red)}.hero-subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto 32px;font-size:14px;line-height:1.8}.hero-buttons{justify-content:center;gap:16px;display:flex}.btn-primary{background:var(--peony-red);color:var(--white);border-radius:8px;padding:12px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.btn-primary:hover{background:#b03d3d;transform:translateY(-1px)}.btn-secondary{color:var(--text-primary);background:0 0;border-radius:8px;align-items:center;gap:6px;padding:12px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-secondary:hover{color:var(--peony-red)}.hero-categories{justify-content:center;gap:40px;padding:16px 0 8px;display:flex}.hero-cat-item{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;font-family:inherit;transition:all .2s;display:flex}.hero-cat-item:hover{transform:translateY(-2px)}.hero-cat-icon{background:var(--rice-paper);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.hero-cat-item.active .hero-cat-icon{background:var(--peony-red);color:#fff}.hero-cat-name{color:var(--text-secondary);padding-bottom:4px;font-size:13px;position:relative}.hero-cat-item.active .hero-cat-name{color:var(--peony-red);font-weight:500}.hero-cat-item.active .hero-cat-name:after{content:"";background:var(--peony-red);border-radius:1px;width:20px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.recommend-section{background:var(--white);padding:20px 60px 80px}.recommend-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:32px}.section-title{margin-bottom:8px;font-family:Noto Serif SC,serif;font-size:28px;font-weight:600}.section-subtitle{color:var(--text-secondary);font-size:14px}.recommend-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.recommend-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);cursor:pointer;transition:all .3s;overflow:hidden}.recommend-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.recommend-grid.anim-fade .recommend-card{animation:.5s forwards tab-fade}@keyframes tab-fade{0%{opacity:0}to{opacity:1}}.recommend-grid.anim-slide-up .recommend-card{animation:.5s cubic-bezier(.22,1,.36,1) forwards tab-slide-up}@keyframes tab-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.recommend-grid.anim-stagger .recommend-card{opacity:0;animation:.45s cubic-bezier(.22,1,.36,1) forwards tab-stagger}@keyframes tab-stagger{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.recommend-grid.anim-scale .recommend-card{animation:.45s cubic-bezier(.34,1.56,.64,1) forwards tab-scale}@keyframes tab-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.recommend-grid.anim-flip .recommend-card{transform-origin:50%;backface-visibility:hidden;animation:.6s forwards tab-flip}@keyframes tab-flip{0%{opacity:0;transform:perspective(800px)rotateY(90deg)}to{opacity:1;transform:perspective(800px)rotateY(0)}}@media (max-width:768px){.fade-out{animation:.15s forwards fadeOut}.fade-in{animation:.15s forwards fadeIn}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.recommend-image{justify-content:center;align-items:center;height:140px;display:flex;position:relative}.recommend-image.pink{background:linear-gradient(135deg,#ffe4e1,#fff0f5)}.recommend-image.green{background:linear-gradient(135deg,#f0fff0,#e8f5e9)}.recommend-image.orange{background:linear-gradient(135deg,#fff5e6,#fff8e1)}.recommend-image.blue{background:linear-gradient(135deg,#e3f2fd,#e8f4f8)}.recommend-image.purple{background:linear-gradient(135deg,#f3e5f5,#f8f0fc)}.recommend-image.yellow{background:linear-gradient(135deg,#fffde7,#fff9c4)}.recommend-image.cyan{background:linear-gradient(135deg,#e0f7fa,#e8f5e9)}.recommend-image.rose{background:linear-gradient(135deg,#fce4ec,#f8bbd9)}.recommend-image .icon{font-size:48px}.recommend-tag{background:var(--white);color:var(--text-secondary);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;position:absolute;top:12px;left:12px}.recommend-fav{background:var(--white);cursor:pointer;color:#ccc;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;top:12px;right:12px}.recommend-info{padding:16px}.recommend-name{margin-bottom:6px;font-size:15px;font-weight:600}.recommend-desc{color:var(--text-secondary);margin-bottom:10px;font-size:12px;line-height:1.5}.recommend-price{color:var(--text-primary);margin-bottom:8px;font-size:15px;font-weight:600}.recommend-rating{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.recommend-rating .star{color:#ffb800}.modules-section{background:var(--rice-paper);padding:45px 60px 80px}.modules-container{max-width:1200px;margin:0 auto}.modules-header{text-align:center;margin-bottom:48px}.modules-badge{background:var(--peony-red);color:var(--white);border-radius:20px;margin-bottom:20px;padding:8px 20px;font-size:13px;font-weight:500;display:inline-block}.modules-title{margin-bottom:16px;font-family:Noto Serif SC,serif;font-size:32px;font-weight:600}.modules-subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:15px;line-height:1.8}.modules-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.module-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;transition:all .3s;overflow:hidden}.module-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.module-image{justify-content:center;align-items:center;height:160px;display:flex;position:relative}.module-image.pink{background:linear-gradient(135deg,#ffe4e1,#fff0f5)}.module-image.green{background:linear-gradient(135deg,#f0fff0,#e8f5e9)}.module-image.orange{background:linear-gradient(135deg,#fff5e6,#fff8e1)}.module-image.blue{background:linear-gradient(135deg,#e3f2fd,#e8f4f8)}.module-image.yellow{background:linear-gradient(135deg,#fffde7,#fff9c4)}.module-image.purple{background:linear-gradient(135deg,#f3e5f5,#f8f0fc)}.module-image .tag{color:var(--peony-red);background:#ffffffe6;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;position:absolute;top:12px;left:12px}.module-image .icon{font-size:56px}.module-info{padding:20px}.module-name{margin-bottom:10px;font-size:17px;font-weight:600}.module-desc{color:var(--text-secondary);margin-bottom:16px;font-size:13px;line-height:1.7}.module-meta{color:var(--text-secondary);align-items:center;gap:12px;font-size:12px;display:flex}.module-meta .star{color:#ffb800}.module-meta .divider{background:var(--border-light);width:1px;height:12px}.hot-section{background:linear-gradient(180deg, var(--white) 0%, #faf8f5 100%);padding:20px 60px 16px}.hot-container{max-width:1200px;margin:0 auto}.hot-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.hot-icon-box{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.hot-title-group h3{font-family:Noto Serif SC,serif;font-size:20px;font-weight:600}.hot-title-group p{color:var(--text-secondary);font-size:13px}.hot-scroll-viewport{padding-bottom:20px;position:relative;overflow:hidden}.hot-scroll-track{will-change:transform;gap:20px;display:flex}.hot-card{background:var(--white);border-radius:var(--radius-md);width:200px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);flex-shrink:0;text-decoration:none;overflow:hidden}.hot-image{justify-content:center;align-items:center;height:120px;display:flex;position:relative}.hot-image.red{background:linear-gradient(135deg,#c74646,#e06666)}.hot-image.pink{background:linear-gradient(135deg,#e91e63,#f48fb1)}.hot-image.rose{background:linear-gradient(135deg,#d81b60,#ec407a)}.hot-image.green{background:linear-gradient(135deg,#2e7d32,#66bb6a)}.hot-image.yellow{background:linear-gradient(135deg,#f9a825,#fff176)}.hot-image.orange{background:linear-gradient(135deg,#ef6c00,#ffb74d)}.hot-image.purple{background:linear-gradient(135deg,#6a1b9a,#ab47bc)}.hot-image.blue{background:linear-gradient(135deg,#1565c0,#64b5f6)}.hot-image.cyan{background:linear-gradient(135deg,#00838f,#4dd0e1)}.hot-image .tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#333;background:#ffffffd9;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600;position:absolute;top:10px;left:10px;box-shadow:0 1px 3px #00000014}.hot-image .fav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#999;background:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 1px 3px #00000014}.hot-image .icon{font-size:40px}.hot-card{background:var(--white);border-radius:var(--radius-md);border:1px solid #0000000a;flex-shrink:0;width:200px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.hot-card:hover,.hot-card.hovered{text-decoration:none;transform:translateY(-8px);box-shadow:0 12px 28px #0000001f}.hot-card:hover .hot-desc,.hot-card:hover .hot-price,.hot-card:hover .hot-reviews,.hot-card:hover .hot-name{text-decoration:none}.hot-card.crashing{z-index:10;animation:.6s cubic-bezier(.36,0,.66,1) forwards hot-crash}.hot-card.crashing:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 48%,#fffc 49% 51%,#0000 52%),linear-gradient(45deg,#0000 48%,#fff9 49% 51%,#0000 52%),linear-gradient(90deg,#0000 48%,#ffffff80 49% 51%,#0000 52%);animation:.6s ease-out forwards crack-flash;position:absolute;inset:0}@keyframes crack-flash{0%{opacity:0}20%{opacity:1}to{opacity:0}}@keyframes hot-crash{0%{opacity:1;filter:blur();clip-path:inset(0);transform:scale(1)rotate(0)}15%{filter:blur()brightness(1.3);transform:scale(1.08)rotate(-2deg)}30%{filter:blur(.5px)brightness(1.5);clip-path:inset(0);transform:scale(1.05)rotate(3deg)}50%{opacity:.7;filter:blur(1px);clip-path:polygon(0 0,35% 0,30% 40%,0 45%,0 100%,40% 100%,45% 60%,100% 55%,100% 0);transform:scale(.95)rotate(-5deg)translate(-10px)}75%{opacity:.3;filter:blur(3px);clip-path:polygon(0 0,20% 0,15% 30%,0 35%,0 100%,25% 100%,30% 70%,100% 65%,100% 0);transform:scale(.8)rotate(8deg)translate(-25px)translateY(5px)}to{opacity:0;filter:blur(8px);clip-path:polygon(0 0,10% 0,5% 20%,0 25%,0 100%,15% 100%,20% 50%,100% 45%,100% 0);transform:scale(.5)rotate(15deg)translate(-50px)translateY(15px)}}.hot-card.crashed{opacity:0;pointer-events:none;transition:opacity .8s,transform .8s;transform:scale(0)}.hot-card:not(.crashing):not(.crashed){transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.hot-info{flex-direction:column;min-height:130px;padding:14px;display:flex}.hot-meta-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.hot-category{letter-spacing:.05em;color:var(--peony-red);background:var(--peony-red-light);border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.hot-rating{color:#666;align-items:center;gap:4px;font-size:11px;display:flex}.hot-rating svg{color:#ffb800}.hot-name{color:#1a1a2e;min-height:40px;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4}.hot-desc{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:33px;margin-bottom:auto;font-size:11px;line-height:1.5;text-decoration:none;display:-webkit-box;overflow:hidden}.hot-price-row{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.hot-price{color:#c74646;font-size:14px;font-weight:700;text-decoration:none}.hot-reviews{color:#aaa;font-size:11px;text-decoration:none}.hot-poem-plain{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:20px 14px 18px;display:flex}.hot-poem-title{color:#1a1a2e;margin:0 0 4px;font-family:Noto Serif SC,serif;font-size:15px;font-weight:700;line-height:1.4}.hot-poem-author{color:#888;margin-bottom:10px;font-size:12px;display:block}.hot-poem-lines{text-align:center;width:100%}.hot-carousel-finale{z-index:20;pointer-events:auto;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:16px;padding:0;display:grid;position:absolute;inset:0}.hot-finale-card{background:var(--white);border-radius:var(--radius-md);color:inherit;opacity:0;border:1px solid #0000000a;flex-direction:column;text-decoration:none;transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;transform:translate(800px)scale(.9);box-shadow:0 2px 8px #0000000f}.hot-finale-card.docked{opacity:1;transform:translate(0)scale(1)}.hot-carousel-finale.shattering .hot-finale-card{animation:.8s forwards hotFinaleCardFade}@keyframes hotFinaleCardFade{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.hot-shard{pointer-events:none;opacity:1;width:14px;height:14px;animation:.9s cubic-bezier(.25,.46,.45,.94) forwards hotShardBurst;animation-delay:var(--d);z-index:25;background:linear-gradient(135deg,#f5c6c6,#e85d75);border-radius:2px;position:absolute}@keyframes hotShardBurst{0%{opacity:1;transform:translate(0)rotate(0)scale(1)}20%{opacity:1}to{transform:translate(var(--x), var(--y)) rotate(var(--r)) scale(.3);opacity:0}}@media (max-width:768px){.hot-carousel-finale{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hot-shard{width:10px;height:10px}}.masonry-section{background:var(--rice-paper);padding:20px 60px 0}.masonry-container{max-width:1200px;margin:0 auto}.masonry-header{align-items:center;gap:14px;margin-bottom:40px;display:flex}.masonry-icon-box{background:linear-gradient(135deg,#6d5b7b,#8b7a9a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.masonry-title{color:#222;letter-spacing:-.01em;font-weight:700;font-size:28px!important}.masonry-subtitle{color:var(--text-secondary);margin-top:4px;font-size:14px}.masonry-grid{column-count:3;column-gap:20px}.masonry-card{break-inside:avoid;color:inherit;background:#fff;border-radius:16px;margin-bottom:20px;text-decoration:none;transition:all .28s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 0 0 1px #00000005,0 2px 8px #0000000a,0 4px 12px #0000000f}.masonry-guide,.masonry-poem,.masonry-story{padding:22px 24px}.masonry-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #0000000a,0 8px 24px #00000014,0 12px 32px #0000001f}.masonry-card.floated{box-shadow:#0000001a 0px 0px 0px 3px var(--peony-red,#c74646), #0003 0px 20px 50px;z-index:10;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s;transform:translateY(-28px)scale(1.06)}.mcard-enter-btn{background:linear-gradient(135deg,#c74646,#e06666);border-radius:8px;margin-top:14px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.3s cubic-bezier(.34,1.56,.64,1) btn-pop-in;display:inline-block;color:#fff!important}.mcard-enter-btn:hover{transform:scale(1.05);box-shadow:0 4px 14px #c7464666}@keyframes btn-pop-in{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.masonry-card.mcrashing{z-index:10;pointer-events:none;animation:.6s cubic-bezier(.36,0,.66,1) forwards masonry-crash}.masonry-card.mcrashing:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#0000 48%,#fffc 49% 51%,#0000 52%),linear-gradient(45deg,#0000 48%,#fff9 49% 51%,#0000 52%),linear-gradient(90deg,#0000 48%,#ffffff80 49% 51%,#0000 52%);animation:.6s ease-out forwards crack-flash;position:absolute;inset:0}@keyframes masonry-crash{0%{opacity:1;filter:blur();transform:scale(1)rotate(0)}15%{filter:brightness(1.3);transform:scale(1.06)rotate(-2deg)}30%{filter:brightness(1.5);transform:scale(1.03)rotate(3deg)}50%{opacity:.6;filter:blur(1px);transform:scale(.92)rotate(-6deg)translate(-8px)}75%{opacity:.25;filter:blur(4px);transform:scale(.7)rotate(10deg)translate(-20px)translateY(8px)}to{opacity:0;filter:blur(10px);transform:scale(.3)rotate(18deg)translate(-40px)translateY(20px)}}.masonry-card{transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s;position:relative}.mcard-badge{letter-spacing:.5px;border-radius:8px;align-items:center;margin-bottom:14px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.mcard-title{color:#222;letter-spacing:-.01em;margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.4}.mcard-excerpt{color:var(--text-secondary);margin-bottom:12px;font-size:13px;line-height:1.75}.mcard-tags{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.mcard-tag{color:#b8860b;background:#fef9e7;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:500}.mcard-meta{color:var(--text-secondary);border-top:1px solid var(--border-light);gap:16px;margin-top:4px;padding-top:12px;font-size:11px;display:flex}.mcard-poem-header{flex-direction:column;align-items:stretch;margin-bottom:14px;display:flex}.mcard-poem-header .mcard-title{margin-bottom:0}.mcard-dynasty{color:#9ca3af;background:var(--rice-paper);white-space:nowrap;border-radius:6px;padding:3px 12px;font-size:12px}.mcard-poem-header .mcard-dynasty{border-radius:4px;align-self:flex-end;padding:1px 6px;font-size:10px}.mcard-poem-body{text-align:center;background:linear-gradient(135deg,#faf7f2,#f5f0e8);border-radius:10px;margin-bottom:10px;padding:12px 16px}.mcard-line{color:var(--text-primary);font-family:Noto Serif SC,serif;font-size:15px;line-height:2.2}.mcard-notes{color:var(--ink-gray-light);border-top:1px solid var(--border-light);padding-top:12px;font-size:12px;line-height:1.75}.mcard-category{color:#c74646;letter-spacing:.5px;background:#fef5f5;border-radius:6px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-block}.mcard-summary{color:var(--peony-red);margin-bottom:10px;font-size:14px;font-weight:500;line-height:1.65}.mcard-detail{color:var(--ink-gray);font-size:13px;line-height:1.8}.mcard-image{justify-content:center;align-items:center;height:130px;display:flex;position:relative}.mcard-image .tag{background:#fff;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #0000001a}.mcard-image .icon{font-size:44px}.mcard-body{padding:16px 18px 18px}.mcard-name{color:#222;margin-bottom:6px;font-size:15px;font-weight:600}.mcard-desc{color:var(--text-secondary);margin-bottom:12px;font-size:12px;line-height:1.6}.mcard-price-row{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.mcard-price{color:#222;font-size:15px;font-weight:700}.mcard-rating{color:#ffb800;font-size:12px;font-weight:500}.masonry-footer{text-align:center;border-top:1px solid var(--border-light);margin-top:40px;padding-top:30px}.masonry-more-btn{color:#fff;background:#222;border-radius:8px;margin-top:-20px;padding:8px 40px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.masonry-more-btn:hover{background:var(--peony-red);transform:translateY(-2px);box-shadow:0 4px 12px #c746464d}.cat-grid.masonry-grid{grid-template-columns:unset;column-count:4;column-gap:20px;display:block}.cat-grid.masonry-grid .cat-merchant-card{break-inside:avoid;border-radius:16px;width:100%;margin-bottom:20px;transition:all .28s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 0 0 1px #00000005,0 2px 8px #0000000a,0 4px 12px #0000000f}.cat-grid.masonry-grid .cat-merchant-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #0000000a,0 8px 24px #00000014,0 12px 32px #0000001f}.cat-grid.masonry-grid .cat-merchant-card .recommend-image{border-radius:16px 16px 0 0}.footer{color:var(--white);background:#5a5a5a;margin-top:0;padding:48px 60px 20px}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;display:grid}.mobile-nav-links{display:none}.footer-brand .logo{color:var(--white);margin-bottom:16px}.footer-brand p{color:#ffffffb3;max-width:280px;font-size:13px;line-height:1.8}.footer-column h4{color:var(--white);margin-bottom:20px;font-size:14px;font-weight:600}.footer-column ul{list-style:none}.footer-column li{margin-bottom:12px}.footer-column a{color:#ffffffb3;font-size:13px;text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--white)}.modal-overlay{z-index:50;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-backdrop{background:#00000080;position:absolute;inset:0}.modal-dialog{background:var(--white);border-radius:16px;width:100%;max-width:56rem;max-height:85vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px #00000040}.modal-header{background:var(--white);z-index:10;border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding:20px 32px;display:flex;position:sticky;top:0}.modal-close{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.modal-close:hover{background:#f3f4f6}.modal-tabs{justify-content:center;gap:8px;padding:24px 32px 8px;display:flex}.modal-tab{cursor:pointer;color:var(--ink-gray);background:#f3f4f6;border:none;border-radius:12px;padding:10px 24px;font-size:15px;font-weight:500;transition:all .2s}.modal-tab.active{background:var(--peony-red);color:var(--white);box-shadow:0 4px 12px #c746464d}.modal-body{padding:24px 32px}.history-event-card{background:var(--rice-paper);border:1px solid var(--border-light);border-radius:12px;padding:24px;transition:box-shadow .3s}.history-event-card:hover{box-shadow:var(--shadow-md)}.history-event-inner{align-items:flex-start;gap:16px;display:flex}.history-event-icon{background:var(--white);width:48px;height:48px;box-shadow:var(--shadow-sm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.history-event-header{align-items:center;gap:12px;margin-bottom:4px;display:flex}.history-event-title{font-family:Noto Serif SC,serif;font-size:18px;font-weight:600}.history-event-subtitle{color:var(--peony-red);background:var(--peony-red-light);border-radius:20px;padding:2px 10px;font-size:12px;font-weight:500}.history-event-text{color:var(--ink-gray);margin-top:8px;font-size:14px;line-height:1.7}.poem-card{background:var(--rice-paper);border:1px solid var(--border-light);border-radius:12px;padding:24px;transition:box-shadow .3s}.poem-card:hover{box-shadow:var(--shadow-md)}.poem-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.poem-title{font-family:Noto Serif SC,serif;font-size:18px;font-weight:600}.poem-dynasty{color:#9ca3af;background:var(--white);border-radius:20px;padding:4px 10px;font-size:12px}.poem-lines{text-align:center;background:var(--white);border-radius:8px;margin-bottom:16px;padding:16px 0}.poem-lines p{color:#4a4a4a;font-family:Noto Serif SC,serif;font-size:14px;line-height:2}.poem-author{color:#9ca3af;margin-bottom:12px;font-size:12px}.poem-notes{color:var(--ink-gray);border-top:1px solid var(--border-light);padding-top:12px;font-size:13px;line-height:1.7}.story-card{background:var(--rice-paper);border:1px solid var(--border-light);border-radius:12px;padding:24px;transition:box-shadow .3s}.story-card:hover{box-shadow:var(--shadow-md)}.story-category{background:var(--white);color:var(--peony-red);border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-block}.story-title{margin-bottom:8px;font-family:Noto Serif SC,serif;font-size:18px;font-weight:600}.story-summary{color:var(--peony-red);margin-bottom:12px;font-size:14px;font-weight:500;line-height:1.6}.story-detail{color:var(--ink-gray);font-size:13px;line-height:1.7}@media (max-width:1024px){.nav-links{display:none}.nav-icons{display:flex}.hero-section{padding:40px 24px 0}.hero-title{font-size:32px}.hero-categories{flex-wrap:wrap;gap:20px}.cat-grid.masonry-grid{column-count:3;column-gap:16px}.cat-grid.masonry-grid .cat-merchant-card{margin-bottom:16px}}@media (max-width:768px){.modal-comment-form{flex-direction:column;gap:8px}.modal-comment-input{width:100%}.modal-comment-send{align-self:flex-end}.hero-section{padding:0 16px}.hero-content{padding:32px 0 24px}.hero-title{font-size:26px}.hero-subtitle{font-size:13px}.hero-buttons{flex-direction:column;align-items:center}.hero-categories{gap:16px}.recommend-grid{grid-template-columns:repeat(2,1fr);gap:12px}.recommend-image{height:100px}.recommend-name{font-size:14px!important}.recommend-desc{-webkit-line-clamp:1!important;font-size:12px!important}.recommend-price{font-size:13px!important}.recommend-rating{font-size:11px!important}.modules-grid{grid-template-columns:repeat(2,1fr);gap:12px}.module-image{height:110px}.module-name{font-size:14px!important}.module-desc{-webkit-line-clamp:1!important;font-size:12px!important}.recommend-section,.modules-section{padding:20px 16px}.hot-section{padding:28px 16px 0}.hot-card{flex-shrink:0;width:160px!important}.hot-image{height:100px!important}.hot-name{font-size:13px!important}.hot-desc{-webkit-line-clamp:1!important;font-size:11px!important}.hero-categories{justify-content:center;padding:12px 0 6px;gap:12px 24px!important}.hero-cat-icon{border-radius:10px!important;width:40px!important;height:40px!important;font-size:20px!important}.hero-cat-name{font-size:11px!important}.footer{margin-top:0;padding:20px 16px 28px}.footer-container{flex-direction:column;align-items:center;gap:12px;display:flex}.footer-brand{text-align:center;justify-content:center;align-items:center;gap:8px;display:flex}.footer-brand p{display:none}.footer-brand .logo{margin-bottom:0;font-size:18px}.mobile-nav-links{flex-wrap:wrap;justify-content:center;gap:6px 24px;width:100%;display:flex}.mobile-nav-links a{color:#ffffffb3;font-size:13px;text-decoration:none}.mobile-nav-links a:hover{color:#fff}.footer-column{display:none}.navbar .nav-links{display:none!important}.cat-toolbar-nav{order:-1;justify-content:space-around;width:100%;margin-bottom:12px;display:flex}.cat-toolbar-nav-item{padding:10px 14px}.cat-toolbar-right{flex-wrap:wrap;justify-content:center;width:100%}.cat-toolbar{flex-wrap:wrap;justify-content:center;gap:8px;padding:10px 0 0}.guide-list{gap:16px}.guide-card{border-radius:14px;padding:20px}.guide-title{font-size:18px}.cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cat-merchant-card .recommend-image{height:90px}.cat-merchant-card .recommend-desc{-webkit-line-clamp:1!important;font-size:12px!important}.merchant-address,.merchant-hours{font-size:11px}.masonry-section{padding:28px 16px 60px}.masonry-header{margin-bottom:24px}.masonry-icon-box{border-radius:10px;width:40px;height:40px;font-size:18px}.masonry-title{font-size:22px!important}.masonry-grid{column-count:2;column-gap:12px}.masonry-card{border-radius:12px;margin-bottom:14px}.masonry-guide,.masonry-poem,.masonry-story{padding:16px 18px}.masonry-card.masonry-poem{padding:16px 14px}.mcard-title{font-size:15px}.mcard-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.mcard-detail{font-size:12px}.mcard-poem-header{margin-bottom:4px!important}.mcard-dynasty{margin-top:4px}.mcard-line{font-size:13.5px;line-height:2}.mcard-notes{font-size:11px}.mcard-poem-body{padding:8px 10px}.mcard-body{padding:14px}.cat-grid.masonry-grid{column-count:2;column-gap:12px}.history-badge{letter-spacing:2px;margin-bottom:8px;font-size:11px}.history-title{margin-bottom:8px;font-size:20px!important}.history-subtitle{font-size:12px}.history-header-row{flex-direction:column}.history-overview{margin-bottom:0}.history-overview-title{margin-bottom:10px;font-size:24px}.history-overview-desc{font-size:13px}.history-tabs{align-self:flex-end}.history-tab-btn{flex:1;justify-content:center;gap:3px;padding:5px 10px;font-size:11px}.history-events-layout{flex-direction:column;gap:16px;min-height:auto}.history-intro-sidebar{background:0 0;width:100%;max-height:none;padding:0 0 12px;position:static;overflow:visible}.history-intro-sidebar .intro-dynasty-icon{width:38px;height:38px;margin-bottom:8px;font-size:18px}.history-intro-sidebar .intro-title{margin-bottom:12px;font-size:24px}.history-intro-sidebar .intro-subtitle{margin-bottom:8px;font-size:11px}.history-intro-sidebar .intro-summary{margin-bottom:8px;font-size:14px}.history-intro-sidebar .intro-section{margin-bottom:12px}.history-intro-sidebar .intro-section-title{font-size:12px}.history-intro-sidebar .intro-section-text{padding-left:16px;font-size:13px;line-height:1.75}.history-intro-sidebar .intro-fulltext{margin-bottom:12px;font-size:13px;line-height:1.75}.wave-timeline-wrap{flex-direction:row;align-items:flex-start;gap:12px;min-height:auto}.wave-content-scroll{max-height:55vh;padding-right:8px}.wave-event-card-list{margin-bottom:10px;padding:14px 16px}.history-ruler-outer{flex-shrink:0;align-self:flex-end;margin-left:auto;width:170px!important;height:300px!important;min-height:0!important;position:sticky!important;top:0!important;overflow:visible!important}.history-ruler-track{cursor:pointer;width:100%;height:auto;min-height:100%;position:relative}.history-ruler-line{background:linear-gradient(#c746461f,#c7464666 50%,#c746461f);border-radius:2px;width:2px;height:auto;position:absolute;top:0;bottom:0;left:75px;transform:none}.history-ruler-tick-small{left:75px;top:var(--tick-position);z-index:2;background:#c7464638;width:7px;height:1px;position:absolute;transform:translate(-50%)}.history-ruler-node{width:auto;left:0;right:0;top:var(--tick-position);z-index:3;pointer-events:auto;position:absolute;transform:translateY(-50%)}.history-ruler-tick-large{z-index:2;background:#c7464680;border-radius:1px;width:18px;height:2px;position:absolute;top:50%;left:75px;transform:translate(-50%,-50%)}.history-ruler-dynasty{color:#9a5a4a;white-space:nowrap;text-align:right;-webkit-backdrop-filter:blur(4px);background:#ffffff80;border-radius:4px;width:56px;padding:1px 3px;font-size:11px;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:6px;transform:translateY(-50%)}.history-ruler-year{color:#b07d6e;white-space:nowrap;text-align:left;-webkit-backdrop-filter:blur(4px);background:#ffffff80;border-radius:6px;width:68px;padding:1px 4px;font-size:10px;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:92px;transform:translateY(-50%)}.history-ruler-node.active .history-ruler-dynasty{color:#a83232;background:#fffc;font-size:14px;font-weight:700}.history-ruler-node.active .history-ruler-year{color:#a83232;background:#fffc;font-size:12px;font-weight:700}.history-ruler-thumb{left:68px;top:var(--tick-position);z-index:5;pointer-events:none;background:linear-gradient(135deg,#e0e0e0,#b0b0b0);border:2px solid #fff;border-radius:50%;width:14px;height:14px;transition:top .35s cubic-bezier(.34,1.56,.64,1);position:absolute;transform:translateY(-50%);box-shadow:0 0 0 3px #a0a0a033}.event-card{border-radius:12px;padding:18px}.event-card-header{gap:12px;margin-bottom:10px}.event-icon-box{border-radius:10px;width:44px;height:44px;font-size:22px}.event-subtitle{border-radius:4px;margin-bottom:4px;padding:2px 10px;font-size:11px}.event-title{font-size:18px}.poem-grid{column-count:2;column-gap:12px}.poem-card{border-radius:12px;margin-bottom:12px;padding:16px}.poem-header{gap:6px;margin-bottom:12px}.poem-body{border-radius:8px;margin-bottom:12px;padding:14px 0}.poem-line{color:#4a4a4a;font-size:13px;line-height:1.9}.poem-author{margin-bottom:10px;font-size:12px}.poem-notes{padding-top:10px;font-size:13px;line-height:1.8}.story-grid{column-count:1;column-gap:0}.story-card{border-radius:12px;padding:20px}.story-category{margin-bottom:10px;padding:2px 10px;font-size:10px}.story-title{margin-bottom:8px;font-size:17px}.story-summary{margin-bottom:10px;font-size:14px}.story-detail{font-size:13px;line-height:1.7}.figures-grid{column-count:1;column-gap:0}.figure-card{border-radius:12px;padding:20px}.figure-name{font-size:17px}.figure-summary{font-size:13px}.section-header{margin-bottom:24px}.section-title{font-size:22px!important}.section-subtitle{font-size:13px}.modal-overlay{align-items:flex-end;padding:0}.modal-dialog{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:85vh}.modal-header{padding:16px 20px}.modal-tabs{gap:6px;padding:16px 20px 6px}.modal-tab{padding:8px 16px;font-size:13px}.modal-body{padding:16px 20px}.history-event-card{padding:16px}.mcard-category{display:none}.masonry-more-btn{padding:10px 24px;font-size:13px}.cat-toolbar-right{justify-content:flex-end}.module-meta{gap:6px;font-size:11px}.module-info{padding:14px}.recommend-section,.modules-section{padding-bottom:40px}.masonry-section{padding-bottom:24px}.detail-comment-submit{align-self:flex-end}.figures-grid .figure-card{padding:14px}.figures-grid .figure-name{font-size:14px}.figures-grid .figure-dynasty{padding:2px 8px;font-size:10px}.figures-grid .figure-identity{font-size:10px}.figures-grid .figure-summary,.figures-grid .figure-detail{font-size:12px}.figures-grid .figure-avatar{width:38px;height:38px;margin-bottom:0;font-size:18px}.poem-card{margin-bottom:10px;padding:14px}.poem-title{font-size:14px}.poem-dynasty{padding:2px 6px;font-size:9px}.poem-line{font-size:12px}.poem-author{font-size:11px}.poem-notes{font-size:12px}.story-card{margin-bottom:12px;padding:16px}.story-title{font-size:15px}.story-summary,.story-detail{font-size:13px}.story-category{font-size:9px}.cat-banner{padding:24px 16px 12px}.cat-header-row{gap:12px}.cat-icon-box{border-radius:10px;width:42px;height:42px;font-size:20px}.cat-title{font-size:20px!important}.cat-desc{font-size:12px}.cat-content{padding:12px 16px 40px}.cat-toolbar{padding:10px 16px 0}.cat-sort-btn{border-radius:6px;padding:6px 12px;font-size:12px}.cat-sort-btns{gap:6px}.cat-toolbar-right{gap:12px}.cat-grid{column-gap:8px}.cat-grid.masonry-grid .cat-merchant-card{margin-bottom:10px}.cat-merchant-card .recommend-info{padding:12px}.cat-merchant-card .recommend-name{font-size:13px!important}.cat-merchant-card .recommend-desc{font-size:11px!important}.cat-merchant-card .recommend-price{font-size:12px!important}.cat-merchant-card .recommend-rating{font-size:10px!important}.cat-grid .recommend-image{height:100px}.cat-grid .recommend-image .icon{font-size:32px}.cat-grid .recommend-image .recommend-tag{padding:2px 6px;font-size:9px;top:8px;left:8px}.cat-grid .recommend-image .recommend-fav{width:22px;height:22px;font-size:11px;top:8px;right:8px}.cat-grid.masonry-grid{column-gap:8px}.detail-hero{padding:16px 14px!important}.detail-hero-inner{align-items:flex-start!important;gap:10px!important}.detail-hero-icon{border-radius:10px!important;width:42px!important;height:42px!important;font-size:22px!important}.detail-hero-title{margin-bottom:4px!important;font-size:18px!important}.detail-hero-desc{font-size:11px!important;line-height:1.5!important}.detail-hero-tag{padding:2px 10px!important;font-size:10px!important}.detail-hero-cat{font-size:10px!important}.detail-hero-fav{border-radius:8px!important;width:36px!important;height:36px!important;font-size:16px!important}.detail-hero-actions{position:absolute!important;top:0!important;right:0!important}.detail-hero-info{flex:1!important;min-width:0!important}.detail-content{padding:14px!important}.detail-info-card{border-radius:10px!important;padding:14px!important}.detail-info-grid-outer{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:20px!important}.detail-info-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.detail-info-grid>div>div:first-child{font-size:10px!important}.detail-info-grid>div>div:last-child{font-size:13px!important}.detail-content>div[style*="background: white; border-radius: 14px;"]{margin-bottom:20px!important;padding:16px!important}.detail-rating-star{font-size:28px!important}.detail-content>div[style*="background: white; border-radius: 14px; padding: 28px"]{padding:16px!important}.detail-comment-avatar{width:32px!important;height:32px!important;font-size:14px!important}.detail-qrcode img,.detail-qrcode canvas,.detail-qr-img{width:120px!important;height:120px!important}.figure-card{border-top-width:3px!important;flex-direction:row!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;display:flex!important}.figure-card .figure-avatar{flex-shrink:0!important;width:38px!important;height:38px!important;margin-bottom:0!important;font-size:18px!important}.figure-card .figure-info{flex:1!important;min-width:0!important}.figure-card .figure-name-row{flex-flow:row!important;align-items:center!important;gap:6px!important;display:flex!important}.figure-card .figure-name{margin-bottom:2px!important;font-size:15px!important}.figure-card .figure-dynasty{margin-right:4px!important;padding:1px 7px!important;font-size:10px!important}.figure-card .figure-identity{font-size:10px!important}.figure-card .figure-summary{margin:6px 0!important;font-size:11px!important}.figure-card .figure-detail{font-size:10px!important}}@media (min-width:769px){.history-tabs{justify-content:flex-end!important}}@media (max-width:768px){.history-tabs{flex-wrap:wrap!important;justify-content:flex-end!important;gap:4px!important;width:100%!important;overflow-x:hidden!important}}.poem-header{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0!important;display:flex!important}.mcard-poem-header{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;margin-bottom:5px!important;display:flex!important}.mcard-poem-header .mcard-title{text-align:center!important;white-space:normal!important;margin-bottom:0!important}.mcard-dynasty{text-align:right!important;flex-shrink:0!important;align-self:flex-end!important;margin-top:6px!important}.mcard-story-header{justify-content:space-between!important;align-items:center!important;gap:8px!important;margin-bottom:10px!important;display:flex!important}.mcard-category{text-align:right!important;flex-shrink:0!important;display:inline-block!important}@media (max-width:768px){.mcard-category{display:none!important}.masonry-more-btn{border-radius:6px!important;padding:10px 24px!important;font-size:13px!important}.floating-dock{touch-action:none!important}}@media (max-width:480px){.nav-cta a,.nav-cta button,.nav-cta .login-btn,.nav-cta .register-btn{padding:5px 12px!important;font-size:13px!important}}.mcard-figure-row{white-space:nowrap!important;flex-flow:row!important;align-items:center!important;gap:8px!important;margin-bottom:10px!important;display:flex!important}.mcard-figure-row .mcard-title{margin-bottom:0!important}.mcard-figure-row .mcard-dynasty{flex-shrink:0!important;padding:1px 6px!important;font-size:10px!important}@media (max-width:768px){.cat-toolbar-right{justify-content:flex-end!important;width:auto!important}.module-meta{gap:6px!important;font-size:11px!important}.module-info{padding:14px!important}.logo{gap:6px!important}.logo span{font-size:18px!important;overflow:visible!important}}@media (max-width:480px){.logo span{font-size:17px!important}}@media (max-width:768px){.footer{margin-top:0!important;padding:16px 16px 24px!important}.footer-container{gap:8px!important}.recommend-section,.modules-section{padding-bottom:20px!important}.hot-section{padding-bottom:10px!important}.masonry-section{padding-bottom:16px!important}.modal-comment-form{flex-direction:column!important;gap:8px!important}.modal-comment-input{box-sizing:border-box!important;width:100%!important}.modal-comment-send{align-self:flex-end!important}.detail-comment-form{flex-direction:column!important;gap:8px!important}.detail-comment-textarea{box-sizing:border-box!important;width:100%!important}.detail-comment-submit{align-self:flex-end!important}}.home-history-poem-author{text-align:right;white-space:nowrap;color:#888;margin-bottom:8px;font-size:12px;display:block}.home-history-poem-preview{text-align:center;background:#faf7f2;border:1px dashed #e8e4df;border-radius:8px;margin-bottom:10px;padding:10px 14px;overflow:hidden}.home-history-card{cursor:pointer;flex-direction:column;height:270px;display:flex;padding:18px 22px!important}.home-history-card-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.home-history-card-body .home-history-detail{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-history-poem-body{justify-content:center;padding-bottom:10px}.home-history-card-footer{color:#bbb;border-top:1px solid #f0ece8;flex-shrink:0;gap:12px;margin-top:4px;padding-top:6px;font-size:11px;line-height:1;display:flex}.home-history-card-body .home-history-poem-author{margin-bottom:4px}@media (max-width:768px){.home-history-card{height:auto;padding:12px 16px!important}.home-history-poem-preview{padding:6px 10px}.home-history-poem-body{padding-bottom:4px}.history-section-header .history-section-title{font-size:18px!important}.history-section-header .history-section-badge{font-size:10px!important}.history-banner{padding:24px 16px!important}.history-banner.history-banner-compact{padding:20px 16px!important}.history-title{font-size:18px!important}.history-subtitle{font-size:11px!important}.figures-grid .figure-card{padding:14px!important}.figures-grid .figure-dynasty{padding:2px 8px!important;font-size:10px!important}.figures-grid .figure-identity{font-size:10px!important}.figures-grid .figure-summary,.figures-grid .figure-detail{font-size:12px!important}.figures-grid .figure-avatar{width:38px!important;height:38px!important;margin-bottom:0!important;font-size:18px!important}.history-ruler-outer{height:280px!important}.wave-event-card-list .event-icon-box{border-radius:8px!important;width:30px!important;height:30px!important;font-size:15px!important}.wave-event-card-list .event-title{font-size:14px!important}.wave-event-card-list .event-desc{font-size:12px!important}.wave-event-card-list .event-subtitle{padding:1px 6px!important;font-size:9px!important}.cat-banner{padding:24px 16px 12px!important}.cat-header-row{gap:12px!important}.cat-icon-box{border-radius:10px!important;width:42px!important;height:42px!important;font-size:20px!important}.cat-title{font-size:20px!important}.cat-desc{font-size:12px!important}.cat-content{padding:12px 16px 40px!important}.cat-toolbar{padding:10px 16px 0!important}.cat-sort-btn{border-radius:6px!important;padding:6px 12px!important;font-size:12px!important}.cat-sort-btns{gap:6px!important}.cat-toolbar-right{gap:12px!important}.cat-grid,.cat-grid.masonry-grid{column-gap:8px!important}.cat-grid.masonry-grid .cat-merchant-card{margin-bottom:10px!important}.cat-merchant-card .recommend-info{padding:12px!important}.cat-merchant-card .recommend-name{font-size:13px!important}.cat-merchant-card .recommend-desc{font-size:11px!important}.cat-merchant-card .recommend-price{font-size:12px!important}.cat-merchant-card .recommend-rating{font-size:10px!important}.cat-grid .recommend-image{height:100px!important}.cat-grid .recommend-image .icon{font-size:32px!important}.cat-grid .recommend-image .recommend-tag{padding:2px 6px!important;font-size:9px!important;top:8px!important;left:8px!important}.cat-grid .recommend-image .recommend-fav{width:22px!important;height:22px!important;font-size:11px!important;top:8px!important;right:8px!important}.history-content{padding:16px 16px 36px!important}.history-header-row{gap:12px!important;margin-bottom:14px!important}.history-overview-title{margin-bottom:6px!important;font-size:20px!important}.history-overview-desc{font-size:12px!important;line-height:1.7!important}.history-section-header{margin-bottom:18px!important}.history-section-header .history-section-title{margin-bottom:6px!important;font-size:16px!important}.history-section-header .history-section-desc{font-size:11px!important}.history-section-header .history-section-badge{margin-bottom:6px!important;font-size:10px!important}.history-intro-sidebar{padding:0 0 8px!important}.history-intro-sidebar .intro-section{margin-bottom:10px!important}.history-intro-sidebar .intro-title{margin-bottom:10px!important;font-size:20px!important}.history-intro-sidebar .intro-summary{margin-bottom:6px!important;font-size:13px!important}.history-intro-sidebar .intro-fulltext{margin-bottom:8px!important;font-size:12px!important}.history-intro-sidebar .intro-section-text{font-size:12px!important;line-height:1.7!important}.history-intro-sidebar .intro-section-title{margin-bottom:4px!important;font-size:11px!important}.history-events-layout,.wave-timeline-wrap{gap:12px!important}.history-ruler-outer{height:auto!important;min-height:380px!important;max-height:55vh!important;overflow-y:auto!important}.history-ruler-outer::-webkit-scrollbar{width:3px}.history-ruler-outer::-webkit-scrollbar-thumb{background:#c7464640;border-radius:2px}.wave-event-card-list{margin-bottom:6px!important;padding:8px 10px!important}.history-ruler-dynasty{width:50px!important;padding:3px 4px!important;line-height:1.45!important}.history-ruler-node.active .history-ruler-dynasty{line-height:1.5!important}.poem-grid{column-gap:8px!important}.poem-card{margin-bottom:8px!important;padding:12px!important}.poem-title{font-size:13px!important}.poem-body{margin-bottom:10px!important;padding:10px 0!important}.poem-line{font-size:12px!important;line-height:1.8!important}.poem-author{margin-bottom:8px!important;font-size:10px!important}.poem-notes{padding-top:8px!important;font-size:11px!important}.story-card{margin-bottom:10px!important;padding:14px!important}.story-title{margin-bottom:6px!important;font-size:14px!important}.story-summary{margin-bottom:8px!important;font-size:11px!important}.story-detail{font-size:11px!important}.figures-grid .figure-card{gap:10px!important;padding:12px!important}.figures-grid .figure-name{font-size:13px!important}.figures-grid .figure-summary{margin:4px 0!important;font-size:10px!important}.figures-grid .figure-detail{font-size:10px!important}}@media (max-width:390px){.history-tab-btn{flex:1!important;justify-content:center!important;gap:2px!important;padding:4px 8px!important;font-size:10px!important}.history-tabs{gap:3px!important}.history-header-row{margin-bottom:10px!important}.history-overview-title{font-size:18px!important}.history-content{padding:14px 14px 28px!important}}@media (min-width:391px) and (max-width:430px){.history-tab-btn{flex:1!important;justify-content:center!important;gap:3px!important;padding:5px 10px!important;font-size:11px!important}}@media (max-width:768px){.cat-toolbar-nav{justify-content:center!important;gap:2px!important}.cat-toolbar-nav-item{flex:1!important;justify-content:center!important;gap:3px!important;min-width:0!important;padding:10px 2px!important;font-size:clamp(12px,3.5vw,14px)!important}.cat-toolbar-nav-icon{font-size:clamp(14px,4.5vw,18px)!important}}@media (max-width:360px){.cat-toolbar-nav{gap:1px!important}.cat-toolbar-nav-item{gap:1px!important;padding:8px 1px!important;font-size:11px!important}.cat-toolbar-nav-icon{font-size:13px!important}}@media (max-width:768px){.detail-contact-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.detail-contact-row p{white-space:nowrap!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important;font-size:13px!important;overflow:hidden!important}.detail-contact-row button{white-space:nowrap!important;border-radius:6px!important;flex-shrink:0!important;padding:6px 14px!important;font-size:12px!important}.detail-detail-section,.detail-rating-section,.detail-comment-section{border-radius:10px!important;margin-bottom:14px!important;padding:16px!important}.detail-detail-section h3,.detail-rating-section h3,.detail-comment-section>h3{font-size:17px!important}.detail-info-grid-outer{gap:12px!important;margin-bottom:14px!important}.detail-contact-card{gap:8px!important;padding:16px!important}.detail-comment-form{margin-bottom:14px!important}}@media (max-width:480px){.detail-contact-row p{font-size:12px!important}.detail-contact-row button{padding:5px 10px!important;font-size:11px!important}}.history-tabs{justify-content:flex-end!important;align-self:flex-end!important;gap:8px!important;width:auto!important;max-width:none!important}.history-tab-btn{flex:none!important;padding:8px 14px!important}.history-events-layout{gap:16px!important}.history-intro-sidebar{width:400px!important;min-width:400px!important;min-height:620px!important}.history-ruler-outer{align-self:flex-end!important;width:220px!important;min-width:220px!important;max-width:220px!important;margin-left:auto!important}.history-ruler-line,.history-ruler-tick-small,.history-ruler-tick-large{left:88px!important}.history-ruler-tick-large{width:28px!important;transform:translate(-50%,-50%)!important}.history-ruler-dynasty{text-align:right!important;width:68px!important;left:4px!important}.history-ruler-year{text-align:left!important;width:108px!important;left:104px!important}.history-ruler-thumb{left:79px!important}@media (max-width:768px){.wave-timeline-wrap{flex-direction:row!important}.history-ruler-outer{align-self:flex-end!important;width:170px!important;min-width:170px!important;max-width:170px!important;height:300px!important;margin-left:auto!important}.history-ruler-line,.history-ruler-tick-small,.history-ruler-tick-large{left:75px!important}.history-ruler-tick-large{width:18px!important}.history-ruler-dynasty{text-align:right!important;width:56px!important;left:6px!important}.history-ruler-year{text-align:left!important;width:68px!important;left:92px!important}.history-ruler-thumb{left:68px!important}.history-intro-sidebar{width:100%!important;min-width:0!important;min-height:auto!important}.history-events-layout{flex-direction:column!important;gap:16px!important;min-height:auto!important}.history-intro-sidebar{width:100%!important;min-width:0!important;min-height:auto!important;max-height:none!important;padding:0 0 12px!important;position:static!important;overflow:visible!important}.wave-timeline-wrap{flex-direction:row!important;align-items:stretch!important;gap:8px!important;min-height:auto!important}.wave-content-scroll{flex:1!important;min-width:0!important;max-height:55vh!important}.history-ruler-outer{flex-shrink:0!important;align-self:flex-end!important;width:160px!important;min-width:160px!important;max-width:160px!important;height:380px!important;min-height:0!important;margin-left:auto!important;position:sticky!important;top:0!important;overflow:visible!important}.history-ruler-track{cursor:pointer!important;width:100%!important;height:100%!important;position:relative!important}.history-ruler-line{z-index:1!important;background:linear-gradient(#c746461f,#c7464666 50%,#c746461f)!important;border-radius:2px!important;width:2px!important;height:auto!important;position:absolute!important;top:0!important;bottom:0!important;left:70px!important;transform:none!important}.history-ruler-tick-small{left:70px!important;top:var(--tick-position)!important;z-index:2!important;background:#c7464638!important;width:7px!important;height:1px!important;position:absolute!important;transform:translate(-50%)!important}.history-ruler-node{width:auto!important;left:0!important;right:0!important;top:var(--tick-position)!important;z-index:3!important;pointer-events:auto!important;position:absolute!important;transform:translateY(-50%)!important}.history-ruler-tick-large{z-index:2!important;background:#c7464680!important;border-radius:1px!important;width:18px!important;height:2px!important;position:absolute!important;top:50%!important;left:70px!important;transform:translate(-50%,-50%)!important}.history-ruler-dynasty{color:#9a5a4a!important;white-space:nowrap!important;text-align:right!important;-webkit-backdrop-filter:blur(4px)!important;background:#ffffff80!important;border-radius:4px!important;width:54px!important;padding:1px 3px!important;font-size:11px!important;font-weight:600!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;top:50%!important;left:4px!important;transform:translateY(-50%)!important}.history-ruler-year{color:#b07d6e!important;white-space:nowrap!important;text-align:left!important;-webkit-backdrop-filter:blur(4px)!important;background:#ffffff80!important;border-radius:6px!important;width:66px!important;padding:1px 4px!important;font-size:10px!important;font-weight:500!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;top:50%!important;left:88px!important;transform:translateY(-50%)!important}.history-ruler-node.active .history-ruler-dynasty{color:#a83232!important;background:#fffc!important;font-size:14px!important;font-weight:700!important}.history-ruler-node.active .history-ruler-year{color:#a83232!important;background:#fffc!important;font-size:12px!important;font-weight:700!important}.history-ruler-thumb{left:63px!important;top:var(--tick-position)!important;z-index:5!important;pointer-events:none!important;background:linear-gradient(135deg,#e0e0e0,#b0b0b0)!important;border:2px solid #fff!important;border-radius:50%!important;width:14px!important;height:14px!important;transition:top .35s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;transform:translateY(-50%)!important;box-shadow:0 0 0 3px #a0a0a033!important}.history-intro-sidebar{background:#fff!important;border-radius:12px!important;width:100%!important;min-width:0!important;min-height:auto!important;max-height:none!important;padding:16px!important;position:static!important;overflow:visible!important;box-shadow:0 2px 12px #0000000f!important}.intro-detail-label{color:var(--peony-red);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600;display:block!important}.wave-left-column{flex-direction:column;display:flex;flex:1!important;min-width:0!important}.wave-list-title{color:var(--text-primary);margin-bottom:8px;padding-left:2px;font-size:15px;font-weight:600;display:block!important}.wave-content-scroll{background:#faf8f5!important;border-radius:10px!important;max-height:55vh!important;padding:12px!important}.wave-event-card-list{margin-bottom:8px!important}.history-ruler-outer{align-self:stretch!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:55vh!important}.history-ruler-track{min-height:360px!important}.history-ruler-year,.history-ruler-tick-small,.history-ruler-tick-large,.history-ruler-line{display:none!important}.history-ruler-dynasty{text-align:right!important;color:#9a5a4a!important;white-space:nowrap!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-radius:4px!important;width:100%!important;padding:3px 6px 3px 0!important;font-size:11px!important;font-weight:600!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;left:0!important}.history-ruler-node.active .history-ruler-dynasty{color:#a83232!important;background:#c7464614!important;font-size:14px!important;font-weight:700!important;transform:scale(1.08)!important}.history-ruler-thumb{display:none!important}}@media (min-width:769px){.intro-detail-label,.wave-list-title{display:none}.wave-left-column{flex-direction:column;flex:1;min-width:0;display:flex}.history-events-layout{gap:0!important}.wave-timeline-wrap{min-width:0;gap:0!important}.history-ruler-outer{align-self:flex-start!important;width:110px!important;min-width:110px!important;max-width:110px!important;margin-left:0!important}.history-ruler-line,.history-ruler-tick-small,.history-ruler-tick-large{left:90px!important}.history-ruler-dynasty{text-align:right!important;width:78px!important;left:6px!important}.history-ruler-thumb{left:81px!important}}@media (max-width:768px){.wave-list-title{display:none!important}.wave-left-column{gap:0!important;margin-top:0!important;padding-top:0!important}.wave-content-scroll{margin-top:0!important;padding:6px 12px 10px!important}.history-tabs{flex-wrap:nowrap!important;justify-content:space-between!important;gap:4px!important;width:100%!important;display:flex!important;overflow:hidden!important}.history-tab-btn{white-space:nowrap!important;border-radius:6px!important;flex:1 1 0!important;gap:3px!important;min-width:0!important;height:36px!important;padding:6px!important;font-size:12px!important;line-height:1!important}.history-tab-btn.active{color:#fff!important;background:#6d5b7b!important}.history-tab-btn span{vertical-align:middle!important;line-height:1!important;display:inline-block!important}}@media (max-width:390px){.history-tabs{gap:2px!important}.history-tab-btn,.history-tab-btn.active{gap:1px!important;height:32px!important;padding:4px 3px!important;font-size:10px!important}}@media (min-width:391px) and (max-width:430px){.history-tab-btn,.history-tab-btn.active{gap:2px!important;height:34px!important;padding:5px!important;font-size:11px!important}}@media (max-width:768px){.history-events-layout{flex-flow:wrap!important;align-items:stretch!important;gap:12px!important}.history-intro-sidebar{background:#fff!important;border-radius:12px!important;flex:0 0 70%!important;width:70%!important;min-width:0!important;min-height:auto!important;max-height:none!important;padding:16px!important;position:static!important;overflow:visible!important;box-shadow:0 2px 12px #0000000f!important}.wave-timeline-wrap{display:contents!important}.wave-left-column{flex-direction:column!important;flex:0 0 100%!important;order:1!important;width:100%!important;min-width:0!important;display:flex!important}.wave-content-scroll{background:#faf8f5!important;border-radius:10px!important;width:100%!important;max-height:55vh!important;padding:6px 12px 10px!important}.wave-event-card-list{margin-bottom:8px!important}.history-ruler-outer{flex:0 0 26%!important;order:0!important;align-self:flex-start!important;width:26%!important;min-width:0!important;max-width:26%!important;height:auto!important;min-height:200px!important;max-height:none!important;margin-left:auto!important;position:sticky!important;top:0!important;overflow:visible!important}.history-ruler-track{cursor:pointer!important;width:100%!important;height:100%!important;position:relative!important}.history-ruler-line{z-index:1!important;background:linear-gradient(#c746461f,#c7464666 50%,#c746461f)!important;border-radius:2px!important;width:2px!important;height:auto!important;display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:70px!important;transform:none!important}.history-ruler-tick-small{left:70px!important;top:var(--tick-position)!important;z-index:2!important;background:#c7464638!important;width:7px!important;height:1px!important;position:absolute!important;transform:translate(-50%)!important}.history-ruler-node{width:auto!important;left:0!important;right:0!important;top:var(--tick-position)!important;z-index:3!important;pointer-events:auto!important;position:absolute!important;transform:translateY(-50%)!important}.history-ruler-tick-large{z-index:2!important;background:#c7464680!important;border-radius:1px!important;width:18px!important;height:2px!important;position:absolute!important;top:50%!important;left:70px!important;transform:translate(-50%,-50%)!important}.history-ruler-dynasty{color:#9a5a4a!important;white-space:nowrap!important;text-align:right!important;-webkit-backdrop-filter:blur(4px)!important;background:#ffffff80!important;border-radius:4px!important;width:54px!important;padding:1px 3px!important;font-size:11px!important;font-weight:600!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;top:50%!important;left:4px!important;transform:translateY(-50%)!important}.history-ruler-year{color:#b07d6e!important;white-space:nowrap!important;text-align:left!important;-webkit-backdrop-filter:blur(4px)!important;background:#ffffff80!important;border-radius:6px!important;width:66px!important;padding:1px 4px!important;font-size:10px!important;font-weight:500!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;top:50%!important;left:88px!important;transform:translateY(-50%)!important}.history-ruler-node.active .history-ruler-dynasty{color:#a83232!important;background:#fffc!important;font-size:14px!important;font-weight:700!important}.history-ruler-node.active .history-ruler-year{color:#a83232!important;background:#fffc!important;font-size:12px!important;font-weight:700!important}.history-ruler-thumb{left:63px!important;top:var(--tick-position)!important;z-index:5!important;pointer-events:none!important;background:linear-gradient(135deg,#e0e0e0,#b0b0b0)!important;border:2px solid #fff!important;border-radius:50%!important;width:14px!important;height:14px!important;transition:top .35s cubic-bezier(.34,1.56,.64,1)!important;position:absolute!important;transform:translateY(-50%)!important;box-shadow:0 0 0 3px #a0a0a033!important}.intro-detail-label{color:var(--peony-red);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600;display:block!important}.wave-list-title{display:none!important}}@media (max-width:430px){.history-intro-sidebar{width:85%!important;padding:12px!important}.history-intro-sidebar .intro-title{margin-bottom:8px!important;font-size:18px!important}.history-intro-sidebar .intro-summary{font-size:12px!important}.history-intro-sidebar .intro-fulltext,.history-intro-sidebar .intro-section-text{font-size:11px!important;line-height:1.6!important}.history-intro-sidebar .intro-section-title{font-size:10px!important}.history-ruler-outer{align-self:stretch!important;width:40px!important;min-width:40px!important;max-width:40px!important}.history-ruler-year,.history-ruler-tick-small,.history-ruler-tick-large,.history-ruler-line,.history-ruler-thumb{display:none!important}.history-ruler-dynasty{text-align:right!important;padding:3px 6px 3px 0!important;font-size:11px!important}.history-ruler-node.active .history-ruler-dynasty{color:#a83232!important;font-size:14px!important;font-weight:700!important}.wave-timeline-wrap{gap:8px!important}}@media (max-width:768px){.history-events-layout{gap:0!important}.history-intro-sidebar{display:none!important}.wave-timeline-wrap{flex-flow:row!important;align-items:stretch!important;gap:0!important;display:flex!important}.wave-left-column{flex:1!important;width:auto!important;min-width:0!important;margin-right:0!important;padding-right:0!important;overflow:hidden!important}.wave-content-scroll{background:#faf8f5!important;border-radius:10px!important;min-height:300px!important;max-height:65vh!important;margin-right:0!important;padding:8px 10px!important}.history-ruler-outer{align-self:stretch!important;width:37px!important;min-width:37px!important;max-width:37px!important;height:auto!important;min-height:380px!important;max-height:65vh!important;margin-left:auto!important;position:sticky!important;top:0!important;overflow-y:auto!important}.history-ruler-track{box-sizing:border-box!important;height:520px!important;min-height:520px!important;padding-top:0!important}.history-ruler-dynasty{text-align:right!important;white-space:nowrap!important;text-overflow:ellipsis!important;-webkit-backdrop-filter:none!important;color:#9a5a4a!important;background:0 0!important;width:35px!important;max-width:35px!important;padding:3px 4px 3px 0!important;font-size:11px!important;font-weight:600!important;line-height:1.45!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;left:0!important;overflow:hidden!important}.history-ruler-node.active .history-ruler-dynasty{color:#a83232!important;background:#c7464614!important;font-size:12px!important;font-weight:700!important;line-height:1.3!important;transform:translateY(-8px)!important}.history-ruler-year,.history-ruler-tick-small,.history-ruler-tick-large,.history-ruler-thumb{display:none!important}.history-ruler-line{z-index:1!important;background:linear-gradient(#c746461f,#c7464666 50%,#c746461f)!important;border-radius:2px!important;width:1px!important;display:block!important;position:absolute!important;inset:0 2px 0 auto!important;transform:none!important}.history-ruler-node{width:auto!important;left:0!important;right:0!important;top:calc(14px + var(--tick-position))!important;z-index:3!important;pointer-events:auto!important;position:absolute!important;transform:translateY(0)!important}.history-mobile-modal-overlay{z-index:9999!important;background:#00000080!important;justify-content:center!important;align-items:center!important;padding:10px!important;display:flex!important;position:fixed!important;inset:0!important}.history-mobile-modal{-webkit-overflow-scrolling:touch!important;background:#fff!important;border-radius:16px!important;width:92vw!important;max-width:92vw!important;max-height:78vh!important;padding:28px 20px 20px!important;position:relative!important;overflow-y:auto!important;box-shadow:0 8px 30px #00000026!important}.history-mobile-modal-close{cursor:pointer!important;color:#666!important;z-index:1!important;background:#f0f0f0!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:16px!important;line-height:1!important;display:flex!important;position:absolute!important;top:10px!important;right:10px!important}.history-mobile-modal-title{color:var(--text-primary)!important;margin:6px 0 4px!important;font-size:22px!important;font-weight:700!important;line-height:1.35!important}.history-mobile-modal-subtitle{color:var(--peony-red)!important;letter-spacing:.5px!important;font-size:12px!important;font-weight:600!important;display:inline-block!important}.history-mobile-modal-section{margin-top:16px!important}.history-mobile-modal-section-title{color:var(--text-primary)!important;align-items:center!important;gap:8px!important;margin-bottom:6px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.history-mobile-modal-section-dot{border-radius:50%!important;flex-shrink:0!important;width:8px!important;height:8px!important}.history-mobile-modal-section-dot.cause{background:#3b82f6!important}.history-mobile-modal-section-dot.process{background:var(--peony-red)!important}.history-mobile-modal-section-dot.result{background:#22c55e!important}.history-mobile-modal-section-dot.evaluation{background:#f59e0b!important}.history-mobile-modal-section-text{color:var(--text-secondary)!important;margin:0!important;font-size:14px!important;line-height:1.8!important}}@media (min-width:769px){.history-events-layout{gap:0!important}.wave-timeline-wrap{flex:1!important;align-items:stretch!important;gap:0!important;min-width:0!important}.wave-left-column{flex:1!important;min-width:0!important;margin-right:0!important;padding-right:0!important}.wave-content-scroll{flex:1!important;min-width:0!important}.history-ruler-outer{flex-shrink:0!important;align-self:flex-start!important;width:80px!important;min-width:80px!important;max-width:80px!important;margin-left:0!important}.history-ruler-line,.history-ruler-tick-small,.history-ruler-tick-large{left:68px!important}.history-ruler-thumb{left:59px!important}.history-ruler-dynasty{text-align:right!important;width:62px!important;left:2px!important}.history-ruler-year{display:none!important}}@media (max-width:768px){.history-tabs{flex-wrap:unset!important;gap:8px!important;justify-content:unset!important;align-self:unset!important;grid-template-columns:1fr 1fr!important;width:100%!important;display:grid!important;overflow:visible!important}.history-tab-btn{flex:unset!important;min-width:unset!important;white-space:nowrap!important;border:1px solid var(--border-light)!important;height:auto!important;color:var(--text-primary)!important;background:#fff!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:10px 6px!important;font-size:13px!important;transition:all .2s!important;display:flex!important}.history-tab-btn.active{color:#fff!important;background:#6d5b7b!important;border-color:#6d5b7b!important}.history-tab-btn span{vertical-align:middle!important;line-height:1!important;display:inline-block!important}.history-overview-title{margin-bottom:6px!important;font-size:18px!important;line-height:1.35!important}.history-overview-desc{margin-bottom:0!important;font-size:12px!important;line-height:1.6!important}.history-tabs{grid-template-columns:unset!important;width:100%!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;flex-wrap:nowrap!important;gap:3px!important;margin-top:6px!important;padding:0!important;display:flex!important;overflow:hidden!important}.history-tab-btn{white-space:nowrap!important;border:1px solid var(--border-light)!important;min-width:0!important;height:30px!important;color:var(--text-primary)!important;background:#fff!important;border-radius:6px!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;gap:2px!important;padding:5px 4px!important;font-size:11px!important;line-height:1!important;transition:all .2s!important;display:flex!important}.history-tab-btn.active{color:#fff!important;background:#6d5b7b!important;border-color:#6d5b7b!important;height:30px!important;padding:5px 4px!important;font-size:11px!important}.history-tab-btn span{vertical-align:middle!important;font-size:11px!important;line-height:1!important;display:inline-block!important}.history-header-row{gap:6px!important;margin-bottom:8px!important}}@media (max-width:390px){.history-overview-title{margin-bottom:4px!important;font-size:16px!important}.history-overview-desc{font-size:11px!important;line-height:1.5!important}.history-tabs{gap:2px!important;margin-top:4px!important}.history-tab-btn{gap:1px!important;height:26px!important;padding:3px 2px!important;font-size:10px!important}.history-tab-btn.active{height:26px!important;padding:3px 2px!important;font-size:10px!important}.history-tab-btn span{font-size:10px!important}.history-header-row{gap:4px!important;margin-bottom:6px!important}}@media (min-width:391px) and (max-width:430px){.history-overview-title{margin-bottom:4px!important;font-size:16px!important}.history-tab-btn{gap:1px!important;height:28px!important;padding:4px 3px!important;font-size:10.5px!important}.history-tab-btn.active{height:28px!important;padding:4px 3px!important;font-size:10.5px!important}}@media (max-width:768px){.history-overview-desc{font-size:13px!important;line-height:1.75!important}.history-section-header .history-section-desc{font-size:12px!important}.history-intro-sidebar .intro-section-text{font-size:13px!important;line-height:1.75!important}.wave-event-card-list .event-desc{font-size:13px!important;line-height:1.7!important}.poem-notes{font-size:12px!important}.story-summary,.story-detail{font-size:13px!important}.figures-grid .figure-summary,.figures-grid .figure-detail{font-size:12px!important}.history-mobile-modal-section-text{font-size:15px!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
