@charset "UTF-8";
:root{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#25302f;background:#fff;font-size:16px;line-height:1.6;--ink:#25302f;--muted:#626e70;--line:#e5e9e8;--accent:#b94625;--tint:#fff2e9;--dock:0px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,select,summary{cursor:pointer}button{color:inherit;background:#fff;border:1px solid var(--line);border-radius:7px;padding:8px 12px;min-height:38px}button:hover,.button:hover{background:#f4f6f5}button:disabled{cursor:wait;opacity:.55}input,select{border:1px solid #ccd4d1;border-radius:7px;background:#fff;color:var(--ink);padding:9px 10px;min-width:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #c56a3e;outline-offset:3px}a:hover{color:var(--accent)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip{position:fixed;top:-100px;left:12px;background:#fff;z-index:100;padding:10px}.skip:focus{top:10px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;min-height:38px;padding:7px 12px;font-size:14px}.primary{background:var(--accent);border-color:var(--accent);color:#fff}.primary:hover{background:#94361c;color:#fff}.quiet{border-color:transparent;background:transparent}.muted,.meta{color:var(--muted)}.mobile-control{display:none}.site-header{height:64px;padding:0 25px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:white;position:relative;z-index:5}.brand{display:flex;gap:12px;align-items:center;white-space:nowrap}.brand strong{font-size:18px;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:32px;height:34px;border-radius:7px;background:var(--accent);color:#fff;font:700 26px Georgia,serif}.brand-sub{border-left:1px solid #d6ddda;padding-left:12px;color:var(--muted);font-size:14px}.header-actions{display:flex;gap:10px}.header-actions button{font-size:14px}.workspace{height:calc(100dvh - 64px - var(--dock));display:grid;grid-template-columns:244px minmax(0,1fr)}.filter-rail{border-right:1px solid var(--line);padding:15px 18px 24px;overflow:auto;scrollbar-width:thin}.rail-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:14px}.rail-heading button{font-size:13px;min-height:32px;padding:5px 8px}.filter-rail>input{width:100%;font-size:13px;background:#f6f8f7;border:0}.facet{border-bottom:1px solid var(--line);padding:14px 0}.facet summary{font-size:14px;font-weight:600;list-style:none;display:flex;align-items:center;gap:6px}.facet summary:after{content:'⌄';margin-left:auto;color:var(--muted)}.facet summary small{font-weight:400;font-size:12px;color:var(--muted)}.facet-options{padding-top:10px}.facet-option{display:flex;gap:8px;align-items:center;min-height:34px;font-size:14px;cursor:pointer;padding:4px 2px}.facet-option:hover{background:#f6f8f7;border-radius:5px}.facet-option input{accent-color:var(--accent);width:15px;height:15px;margin:0;flex-shrink:0}.facet-option .facet-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facet-option .count{margin-left:auto;color:var(--muted);font-size:12px}.facet-option img{width:22px;height:22px;border-radius:4px}.facet-option .avatar{width:24px;height:24px;display:grid;place-items:center;background:#f0f3f2;border-radius:50%;font-size:12px;color:#50615a;flex-shrink:0}.facet-option small{font-size:11px;background:var(--tint);color:#924322;border-radius:3px;padding:0 4px}.facet-more{font-size:12px;color:var(--muted);border:0;padding:4px 0;min-height:30px}.filter-foot{font-size:12px;color:var(--muted);padding-top:20px}.filter-foot a{text-decoration:underline;text-underline-offset:3px}.filter-foot p{line-height:1.8}.browse-area{min-width:0;display:flex;flex-direction:column;overflow:hidden;padding:16px 18px 0}.search-bar{display:flex;align-items:center;border:1px solid #d4dcd8;border-radius:9px;padding:4px 6px 4px 13px;gap:10px;min-height:47px;box-shadow:0 2px 3px #24332a04}.search-bar>span{font-size:26px;color:var(--accent);line-height:1}.search-bar input{border:0;flex:1;min-width:0;padding:5px 0;font-size:15px}.search-bar input:focus{outline:none}.search-bar:focus-within{outline:2px solid #c56a3e}.search-submit{font-size:14px;border:0;min-height:34px;padding:4px 13px;background:#f3f6f4}.search-bar kbd{font-size:12px;border:1px solid var(--line);color:#6a7470;border-radius:3px;padding:0 5px}.active-filters{display:flex;gap:7px;flex-wrap:wrap;padding:9px 0 0}.active-filters:empty{padding:0}.filter-chip{font-size:12px;background:var(--tint);border-color:#f0d5c7;color:#944727;min-height:28px;padding:3px 8px}.content-columns{display:grid;grid-template-columns:minmax(265px,34%) minmax(0,1fr);min-height:0;flex:1;margin-top:10px}.results-panel{overflow:auto;border-right:1px solid var(--line);padding:0 12px 20px 0;scrollbar-width:thin;min-width:0}.results-header{display:flex;gap:10px;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;padding:2px 2px 4px;z-index:1}.results-header strong{font-size:14px}.results-header select{font-size:12px;border:0;padding:7px 0;max-width:100px}.search-note{font-size:12px;color:var(--muted);margin:0 0 10px;padding:0 3px}.result-row{border-radius:8px;margin:2px 0 5px;padding:10px;scroll-margin-top:44px;border:1px solid transparent}.result-row:hover{background:#f7f9f8}.result-row.selected{background:var(--tint);border-color:#f5decd}.episode-link{display:flex;gap:11px;align-items:flex-start}.episode-link img{width:42px;height:42px;border-radius:6px;object-fit:cover;flex-shrink:0;margin-top:3px}.episode-link>div{min-width:0}.episode-link h2{font-size:14px;line-height:1.5;margin:0 0 4px;font-weight:650;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.row-excerpt{font-size:12px;color:#59665f;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-meta{font-size:12px;color:#637169;line-height:1.6;margin:0;display:flex;gap:5px;flex-wrap:wrap}.row-meta span{color:#875135}.hit{display:block;margin:9px 0 0;font-size:13px;line-height:1.7;padding:8px 9px;background:#fff;border-left:2px solid #cb7149;border-radius:2px}.hit small{display:block;color:#64716a;font-size:11px;margin-bottom:3px}.hit-count{font-size:12px;color:#7a5039;margin:7px 0 0 53px}.load-more{display:block;width:100%;font-size:14px;margin-top:12px;border-style:dashed}.empty{padding:40px 15px;text-align:center}.empty h2{font-size:18px}.empty p{font-size:14px;color:var(--muted)}.preview-panel{min-width:0;display:flex;flex-direction:column;padding-left:18px}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;padding:5px 2px 10px;color:var(--muted);font-size:12px;min-height:37px}.preview-toolbar a{color:var(--accent)}.preview-panel iframe{width:100%;height:100%;flex:1;border:0;min-height:0}.episode-page{max-width:940px;margin:0 auto;padding:30px 32px calc(80px + var(--dock));overflow-wrap:anywhere}.back{font-size:14px;color:var(--muted);display:inline-block;margin-bottom:22px}.episode-header{display:flex;gap:22px;align-items:flex-start}.episode-header>img{width:112px;height:112px;border-radius:10px;margin-top:5px}.episode-header>div{min-width:0}.eyebrow{font-size:13px;color:#905132;margin:0 0 5px}.episode-header h1{font-size:25px;line-height:1.55;margin:0 0 9px;font-weight:650;letter-spacing:-.02em}.meta{font-size:13px;margin:0 0 12px}.episode-actions{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.episode-actions button{font-size:14px}.episode-tags{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.pill{font-size:12px;background:#f1f4f2;padding:3px 8px;border-radius:5px;color:#4e6256}.lead{white-space:pre-line;font-size:16px;line-height:1.9;margin:20px 0;color:#3c4942}.article-nav{display:flex;gap:25px;position:sticky;top:0;background:white;z-index:3;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;font-size:14px}.article-nav a{padding:3px 0}.episode-page>section,.shownotes-panel{scroll-margin-top:70px;margin-top:26px}h2{font-size:19px;line-height:1.6;font-weight:650;margin:0 0 12px}h2 small{font-size:13px;color:var(--muted);margin-left:7px;font-weight:400}.section-kicker{font-size:12px;color:var(--muted);margin-top:-5px}.chapters{padding:0;margin:8px 0 0;list-style:none}.chapter{display:flex;gap:15px;padding:8px 0;align-items:flex-start;width:100%;text-align:left;background:transparent;border:0;border-radius:4px;font-size:14px;line-height:1.6;min-height:40px}.chapter:hover{background:#fcf2eb}.chapter-time{font-size:12px;color:#9d492a;white-space:nowrap;flex:0 0 64px;padding-top:2px;font-variant-numeric:tabular-nums}.chapter.playing{background:var(--tint);color:#893d20}.shownotes-panel{border:1px solid var(--line);border-radius:8px;padding:12px 15px}.shownotes-panel>summary{font-size:14px;font-weight:600}.shownotes{font-size:16px;line-height:1.95;overflow-wrap:anywhere}.shownotes a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.shownotes p{white-space:pre-line}.shownotes img{max-width:100%;height:auto;display:block;margin:14px auto;border-radius:5px}.shownotes figure{margin:16px 0}.shownotes ul{padding-left:24px}.shownotes blockquote{margin-left:0;border-left:3px solid #dcb39c;padding-left:14px;color:#53635a}.source-note{font-size:13px;background:#f1f5f3;padding:13px 16px;border-radius:7px;border-left:3px solid #93aaa0;margin:15px 0}.source-note p{margin:5px 0;line-height:1.8}.source-note details{color:#62726a;font-size:12px}.reference-note{background:#fff4dc;border-color:#c6973d}.within-form{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin:20px 0 28px}.within-form input{flex:1;font-size:14px;width:0}.within-form button{min-width:38px}.within-form span{font-size:12px;color:var(--muted);width:100%}.segment{scroll-margin-top:80px;margin:26px 0}.legacy-anchor{scroll-margin-top:80px}.speaker{display:flex;gap:10px;align-items:center;font-size:14px;flex-wrap:wrap}.speaker strong{font-weight:600}.timestamp{font-size:12px;color:#61736a}.copy-quote{margin-left:auto;border:0;background:transparent;color:#637269;font-size:12px;min-height:30px;padding:3px 0}.speaker>a{padding:3px 4px;color:#637269}.segment p{font-size:17px;line-height:2;white-space:pre-line;margin:7px 0}.segment:target,.segment.current-match{background:#fff6df;outline:8px solid #fff6df;border-radius:2px}.source-box{font-size:14px;border-top:1px solid var(--line);padding-top:24px;color:#55665c}.source-box a{text-decoration:underline;text-underline-offset:3px}.missing{padding:20px;background:#f3f6f4;border-radius:8px;font-size:14px}.missing h3{margin-top:0;font-size:16px}.related{border-top:1px solid var(--line);padding-top:22px}.related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related img{width:100%;max-width:125px;border-radius:7px;display:block;margin-bottom:9px}.related strong{font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related small{font-size:12px;color:var(--muted)}.embedded .site-header,.embedded .back,.embedded .player-dock{display:none!important}.embedded .episode-page{padding:4px 15px 45px 3px;max-width:none}.embedded .episode-header{gap:16px}.embedded .episode-header>img{width:84px;height:84px}.embedded .episode-header h1{font-size:20px}.embedded .lead{font-size:15px;line-height:1.9}.embedded .episode-actions button,.embedded .episode-actions .button{font-size:13px;min-height:34px}.player-dock{position:fixed;bottom:0;left:0;right:0;z-index:15;border-top:1px solid #dce3de;background:#f7f9f7;box-shadow:0 -3px 14px #21342809;display:flex;align-items:center;gap:12px;padding:10px 18px;min-height:82px}.playing-info{display:flex;gap:10px;align-items:center;width:290px;min-width:0}.playing-info img{width:44px;height:44px;border-radius:6px}.playing-info>div{min-width:0}.playing-info a{font-size:13px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-weight:600}.playing-info span{font-size:12px;color:var(--muted);display:block}.player-dock audio{flex:1;min-width:200px;height:40px}.player-step{border:0;background:transparent;font-size:12px;padding:4px;min-width:40px}.speed-label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.speed-label select{font-size:13px;padding:6px;border:0;background:transparent}.player-dock>p{font-size:12px;color:#9c4024;margin:0}.player-dock>p:empty{display:none}.player-dock #close-player{border:0;background:transparent;font-size:22px;min-width:36px}dialog{border:1px solid var(--line);border-radius:14px;padding:24px;max-width:540px;width:calc(100% - 32px);box-shadow:0 15px 70px #1e2c2930}dialog::backdrop{background:#1d292755}dialog p{font-size:14px;color:#536259}dialog section{border-top:1px solid var(--line);padding:15px 0 4px}dialog h3{display:flex;align-items:center;gap:10px;font-size:16px}dialog h3 img{height:32px;width:32px;border-radius:5px}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head h2{margin:0}.dialog-head button{font-size:22px;border:0}.dialog-head+ p{margin-top:15px}#toast{position:fixed;bottom:calc(var(--dock) + 22px);left:50%;transform:translateX(-50%);background:#24382e;color:white;padding:10px 17px;border-radius:8px;font-size:14px;z-index:30;pointer-events:none}#toast:empty{display:none}.about-page{max-width:830px;margin:auto;padding:35px 28px 70px}.about-page h1{font-size:30px}.about-page h2{margin-top:35px}.about-page p{font-size:16px;line-height:1.95}.about-page a{text-decoration:underline}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.stat-grid>div{background:#f3f6f4;border:1px solid var(--line);padding:20px;font-size:13px}.stat-grid strong{display:block;font-size:32px}mark{background:#ffe09a;color:inherit;border-radius:2px;padding:0 1px}.scrim{position:fixed;inset:0;background:#15272066;z-index:10;border:0;border-radius:0}
@media(min-width:1500px){.workspace{grid-template-columns:260px minmax(0,1fr)}.content-columns{grid-template-columns:minmax(320px,31%) minmax(0,1fr)}.preview-panel{padding-left:28px}.embedded .episode-page{max-width:900px;margin:auto;padding-right:24px}.episode-link h2{font-size:15px}}
@media(max-width:1100px){.workspace{grid-template-columns:205px minmax(0,1fr)}.filter-rail{padding-left:12px;padding-right:12px}.browse-area{padding:12px 12px 0}.content-columns{grid-template-columns:minmax(220px,40%) minmax(0,1fr)}.preview-panel{padding-left:12px}.embedded .episode-header>img{width:62px;height:62px}.embedded .episode-header h1{font-size:18px}.embedded .episode-header{gap:12px}.embedded .episode-actions{gap:4px}.article-nav{gap:16px}.episode-link img{width:34px;height:34px}.episode-link{gap:8px}.result-row{padding:9px 7px}.playing-info{width:200px}.player-dock{gap:6px;padding:8px 12px}}
@media(max-width:900px){.workspace{grid-template-columns:200px minmax(0,1fr)}.content-columns{display:block;overflow:hidden}.results-panel{height:100%;border-right:0;padding-right:0}.preview-panel{display:none;position:fixed;inset:64px 0 var(--dock);background:#fff;z-index:8;padding:0 14px}.preview-open .preview-panel{display:flex}.preview-toolbar{min-height:46px;border-bottom:1px solid var(--line)}.preview-toolbar .mobile-control{display:inline-block;border:0;padding:5px 0;font-size:14px}.preview-toolbar #preview-label{display:none}.episode-link img{width:48px;height:48px}.episode-link h2{font-size:16px}.result-row{padding:13px 9px;border-bottom-color:var(--line);border-radius:7px;margin-bottom:3px}.row-excerpt{font-size:13px}.playing-info{width:190px}.player-step{display:none}.speed-label{font-size:0}.player-dock audio{min-width:150px}.embedded .episode-header>img{width:85px;height:85px}.embedded .episode-header h1{font-size:22px}.embedded .episode-page{padding-top:16px;padding-left:4px;padding-right:4px}}
@media(max-width:600px){.site-header{height:58px;padding:0 16px}.brand{gap:9px}.brand strong{font-size:17px}.brand-sub{display:none}.brand-mark{width:29px;height:31px;font-size:24px}.header-actions{gap:2px}.header-actions button{font-size:13px;padding:5px 8px;min-height:36px}.workspace{height:calc(100dvh - 58px - var(--dock));display:block}.browse-area{height:100%;padding:12px 14px 0}.filter-rail{position:fixed;inset:0 auto 0 0;width:min(320px,87vw);z-index:20;background:#fff;transform:translateX(-105%);padding:20px;transition:transform .15s}.filters-open .filter-rail{transform:none}.mobile-control{display:inline-block}.rail-heading #close-filters{font-size:22px;margin-left:6px}.rail-heading #reset{margin-left:auto}.facet-option{min-height:44px;font-size:15px}.facet-more{min-height:40px;font-size:13px}.search-bar{gap:8px;padding-left:6px}.search-bar>span,.search-bar kbd{display:none}.search-bar input{font-size:14px}.search-bar #open-filters{font-size:13px;border:0;background:#f2f5f3;padding:4px 9px;min-height:34px}.search-submit{font-size:13px;padding:4px 7px}.result-row{padding:15px 5px}.episode-link{gap:12px}.episode-link img{width:48px;height:48px}.episode-link h2{font-size:16px;line-height:1.6}.row-excerpt{line-height:1.8}.row-meta{margin-top:3px;gap:6px}.search-note{margin-bottom:7px}.results-header strong{font-size:14px}.results-header select{font-size:13px}.hit{font-size:14px}.hit small{font-size:12px}.preview-panel{inset:58px 0 var(--dock);padding:0 16px}.episode-page{padding:20px 20px calc(50px + var(--dock))}.episode-header{gap:15px}.episode-header>img,.embedded .episode-header>img{width:64px;height:64px}.episode-header h1,.embedded .episode-header h1{font-size:20px}.episode-header .meta{font-size:12px}.episode-actions{margin-top:10px}.episode-actions button,.episode-actions .button{font-size:13px;min-height:38px}.lead,.embedded .lead{font-size:16px}.article-nav{justify-content:space-between;gap:8px;font-size:14px;padding:11px 0}.chapter{font-size:14px;min-height:44px}.chapter-time{flex-basis:60px}.source-note{font-size:14px}.speaker{gap:7px}.copy-quote{font-size:12px;padding:7px 0;min-height:36px}.segment p{font-size:17px;line-height:2}.player-dock{flex-wrap:wrap;padding:9px 12px 10px;gap:5px}.playing-info{width:calc(100% - 38px);order:0;gap:9px}.playing-info img{width:32px;height:32px}.playing-info span{display:none}.playing-info a{font-size:13px}.player-dock #close-player{order:1;padding:0;width:30px;min-width:30px;min-height:32px}.player-dock audio{order:2;flex:1;min-width:150px;height:36px}.speed-label{order:3}.speed-label select{font-size:13px}.player-dock>p{order:5;width:100%}.related>div{gap:12px}.related strong{font-size:12px}.related small{font-size:11px}.about-page{padding:24px 20px}.about-page h1{font-size:25px}.stat-grid{gap:6px}.stat-grid>div{padding:12px;font-size:12px}.stat-grid strong{font-size:27px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.hit-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
/* Source excerpts and transcript playback */
.article-nav{overflow-x:auto;white-space:nowrap;justify-content:flex-start;gap:22px}.article-nav a{flex-shrink:0}
.discovery-section{margin:32px 0}.discovery-section h2{margin-bottom:5px}.discovery-section h2 small{font-size:12px;font-weight:400;color:var(--muted);margin-left:6px}.moment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.moment-card{border:1px solid var(--line);border-radius:10px;padding:16px;display:flex;flex-direction:column;background:#fcfcfa}.excerpt-label{font-size:11px;letter-spacing:.04em;color:#817566;margin:0 0 8px}.moment-card blockquote,.question-body blockquote{font-size:15px;line-height:1.85;margin:0 0 14px;white-space:pre-wrap;overflow-wrap:anywhere}.excerpt-actions{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;margin-top:auto;font-size:12px;color:#725a4d}.excerpt-actions button{font-size:12px;min-height:32px;border:0;background:transparent;padding:3px 0;color:inherit}.excerpt-actions .excerpt-play{color:var(--accent);font-weight:600}.excerpt-actions a{text-decoration:underline;text-underline-offset:3px}.question-card{border-bottom:1px solid var(--line)}.question-card summary{padding:16px 4px;font-size:16px;line-height:1.65;cursor:pointer}.question-card[open] summary{color:var(--accent)}.question-body{padding:4px 16px 18px;border-left:2px solid #e8cfc0;margin:0 0 16px 4px}.question-source{display:inline-block;font-size:12px;margin-top:10px;text-decoration:underline}.transcript-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px 15px;padding:10px 0;font-size:13px}.transcript-controls label{display:flex;align-items:center;gap:5px}.transcript-controls button{font-size:12px;padding:4px 9px;min-height:32px}.transcript-controls button:disabled{opacity:.45;cursor:default}#transcript-playhead{color:#786c62;font-size:12px}.timing-note{font-size:12px;color:var(--muted);margin:0 0 20px}.speaker .timestamp-play{background:#f6eee8;border:0;padding:3px 7px;min-height:30px;color:#a14525;border-radius:5px;font-size:12px}.segment{transition:background-color .15s,box-shadow .15s}.segment.is-playing{background:#fff5e8;box-shadow:inset 3px 0 #c65430;border-radius:5px}.segment.is-playing .speaker{color:#99472e}.copy-moment{white-space:nowrap;font-size:12px;padding:4px 8px;min-height:34px}
.embedded .moment-list{grid-template-columns:1fr}.embedded .moment-card blockquote{font-size:14px}.embedded .moment-card{padding:14px}.embedded .discovery-section{margin:26px 0}
@media(max-width:600px){.moment-list{grid-template-columns:1fr}.moment-card{padding:14px}.excerpt-actions{gap:8px 18px}.excerpt-actions button,.excerpt-actions a{min-height:40px;display:inline-flex;align-items:center}.article-nav{gap:22px;padding-bottom:12px}.player-dock .copy-moment{order:4;font-size:12px;min-height:36px}.question-card summary{font-size:15px}.speaker .timestamp-play{min-height:36px}.segment.is-playing{box-shadow:inset 2px 0 #c65430}}
.search-load-status{font-size:13px;line-height:1.7;padding:9px 11px;margin:0 0 12px;background:#fff5e8;border-radius:6px;color:#79502e}.search-load-status button{font-size:12px;margin-left:8px;padding:3px 8px;min-height:32px;border-color:#d9b99f}
