:root{color:var(--text-primary);background:var(--page-background);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--page-background: #fdfdf7;--page-background-soft: #faf9f5;--text-primary: #0e0e0e;--text-strong: #3e3e3e;--muted: #707070;--text-subtle: #8b8b85;--border: #eeeeee;--border-strong: #d6d3ca;--surface: #fff;--surface-muted: #f5f4ed;--accent-brand: #d97757;--accent: #c96442;--accent-dark: #a84f32;--accent-soft: #f5e4dc;--action: #0e0e0e;--action-hover: #262626;--on-action: #fff;--focus-ring: rgba(201, 100, 66, .3);--focus-shadow: rgba(201, 100, 66, .14);--info-bg: #eff6ff;--info-border: #bfdbfe;--info-text: #1b67b2;--success-bg: #e8f3ed;--success-border: #b7d6c4;--success-text: #2f6f56;--warning-bg: #fff6df;--warning-text: #765b16;--error-bg: #fff0ef;--error-text: #923c37;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-container{width:min(calc(100% - 40px),var(--container));margin:0 auto}main.page-container{flex:1;padding-bottom:72px}.site-header{position:sticky;z-index:20;top:0;background:#fdfdf7f5;border-bottom:1px solid var(--border)}.header-inner{height:66px;display:flex;align-items:center;gap:40px}.brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;font-size:20px;font-weight:750}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:7px;color:#fff;background:var(--accent-brand);font-size:16px}.search-form{width:min(100%,720px);height:54px;display:flex;align-items:center;gap:12px;padding-left:18px;background:var(--surface);border:1px solid var(--border-strong);border-radius:7px}.search-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-shadow)}.search-form input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--text-primary)}.search-form button,.primary-button{height:40px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;background:var(--action);color:var(--on-action);cursor:pointer;font-weight:650}.search-form button:hover,.primary-button:hover{background:var(--action-hover)}.button-icon{display:none}.search-form.compact{max-width:480px;height:40px;margin-left:auto}.search-form.compact button{height:32px;margin-right:3px;padding:0 16px}.intro{padding:68px 0 50px;text-align:center}.intro h1,.page-heading h1{margin:8px 0 10px;color:var(--text-primary);font-size:38px;line-height:1.25;letter-spacing:0}.intro>p:not(.eyebrow),.page-heading p{margin:0 0 28px;color:var(--muted)}.eyebrow,.section-kicker{color:var(--accent);font-size:12px;font-weight:750;letter-spacing:0}.category-nav{position:sticky;z-index:10;top:66px;margin:0 0 36px;background:var(--page-background-soft);border-bottom:1px solid var(--border)}.category-scroll{display:flex;gap:4px;overflow-x:auto;padding:12px 0;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-scroll a{flex:0 0 auto;padding:8px 14px;border-radius:6px;color:var(--text-strong);font-size:14px}.category-scroll a:hover,.category-scroll a.router-link-active,.category-scroll a.active{color:var(--accent-dark);background:var(--accent-soft)}.catalog-section{margin:0 0 48px;scroll-margin-top:130px}.section-heading{min-height:40px;margin-bottom:16px;display:flex;align-items:end;justify-content:space-between;gap:16px}.section-heading h2{margin:2px 0 0;font-size:22px;letter-spacing:0}.section-heading a{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:14px}.site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.site-card{position:relative;min-width:0;height:148px;background:var(--surface);border:1px solid var(--border);border-radius:8px;transition:border-color .15s,transform .15s}.site-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.card-main{height:100%;display:flex;gap:14px;padding:18px 48px 17px 17px}.site-logo,.detail-logo{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface-muted);color:var(--accent);font-size:18px;font-weight:750}.site-logo img,.detail-logo img{width:100%;height:100%;object-fit:contain}.site-copy{min-width:0;display:flex;flex-direction:column}.site-title-row{min-width:0;display:flex;align-items:center;gap:8px}.site-title-row h3{min-width:0;overflow:hidden;margin:1px 0 7px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.featured{padding:2px 5px;border-radius:4px;background:var(--accent-soft);color:var(--accent-dark);font-size:11px}.site-copy p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-label{margin-top:auto;color:var(--text-subtle);font-size:12px}.external-button{position:absolute;top:13px;right:13px;width:32px;height:32px;display:grid;place-items:center;border-radius:5px;color:var(--muted)}.external-button:hover{color:var(--accent);background:var(--accent-soft)}.page-heading{padding:44px 0 24px}.page-heading h1{font-size:30px}.page-heading p{margin-bottom:0}.state-panel{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.state-panel h2{margin:14px 0 6px;color:var(--text-strong);font-size:19px;letter-spacing:0}.state-panel p{margin:0}.secondary-button{margin-top:18px;padding:8px 16px;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface);color:var(--text-strong);cursor:pointer}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--muted);font-size:14px}.pagination button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.detail-view{max-width:820px;margin:52px auto}.back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:30px;color:var(--muted);font-size:14px}.detail-header{display:flex;gap:24px;padding:34px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.detail-logo{width:76px;height:76px;font-size:28px}.detail-header h1{margin:9px 0 10px;font-size:32px;letter-spacing:0}.detail-header p{max-width:640px;margin:0;color:var(--muted);line-height:1.75}.detail-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0}.publish-time{color:var(--text-subtle);font-size:13px}.site-footer{margin-top:auto;padding:28px 0;background:var(--surface);border-top:1px solid var(--border);color:var(--muted);font-size:13px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-inner a{color:var(--accent-dark);font-weight:650}.submit-view{max-width:880px;margin:0 auto}.submit-heading{padding-bottom:20px}.submit-tabs{width:fit-content;display:flex;gap:4px;margin-bottom:30px;padding:4px;border:1px solid var(--border);border-radius:7px;background:var(--surface-muted)}.submit-tabs button{min-width:132px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:5px;background:transparent;color:var(--text-strong);cursor:pointer}.submit-tabs button.active{background:var(--surface);color:var(--accent-dark);box-shadow:0 1px 3px #1c29241f;font-weight:700}.tab-count{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:9px;background:var(--accent-soft);font-size:11px}.submission-form-section{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;align-items:start}.submission-form{min-width:0;display:grid;gap:20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.submission-form label{min-width:0;display:grid;gap:8px;color:var(--text-strong);font-size:14px;font-weight:650}.submission-form label span b{color:var(--error-text)}.submission-form input,.submission-form select,.submission-form textarea{width:100%;min-width:0;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface);color:var(--text-primary);outline:0;font:inherit;font-weight:400}.submission-form input,.submission-form select{height:43px;padding:0 12px}.submission-form textarea{resize:vertical;padding:11px 12px;line-height:1.55}.submission-form input:focus,.submission-form select:focus,.submission-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-shadow)}.field-error{color:var(--error-text);font-weight:500}.privacy-note,.notice{display:flex;align-items:flex-start;gap:9px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.privacy-note svg,.notice svg{flex:0 0 auto;margin-top:1px}.notice{margin-bottom:18px;padding:12px 14px;border-radius:6px}.notice.warning{background:var(--warning-bg);color:var(--warning-text)}.notice.error{background:var(--error-bg);color:var(--error-text)}.submission-form .notice{margin-bottom:0}.submit-button{width:fit-content;min-width:132px}.submit-button:disabled,.icon-command:disabled{opacity:.55;cursor:not-allowed}.receipt-panel{padding:20px;border:1px solid var(--success-border);border-radius:8px;background:var(--success-bg)}.receipt-title{display:flex;align-items:center;gap:9px;color:var(--success-text)}.receipt-panel dl{margin:18px 0 0}.receipt-panel dl div{padding:10px 0;border-top:1px solid #d5e6db}.receipt-panel dt{color:var(--muted);font-size:12px}.receipt-panel dd{overflow-wrap:anywhere;margin:5px 0 0;font-size:13px}.token-value{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.receipt-copy{width:100%;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.history-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.history-toolbar h2{margin:0 0 5px;font-size:21px}.history-toolbar p{margin:0;color:var(--muted);font-size:13px}.history-actions,.history-item-actions{display:flex;align-items:center;gap:8px}.icon-command,.icon-only{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface);color:var(--text-strong);cursor:pointer;font-size:13px}.icon-command.danger,.icon-only{color:var(--error-text)}.icon-only{width:36px;padding:0}.history-list{display:grid;gap:10px}.history-item{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.history-main{min-width:0}.history-title-row{display:flex;align-items:center;gap:10px}.history-title-row h3{min-width:0;margin:0;overflow-wrap:anywhere;font-size:16px}.history-main>a{display:block;max-width:620px;overflow:hidden;margin-top:7px;color:var(--accent);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.status-badge{flex:0 0 auto;padding:3px 7px;border-radius:4px;background:var(--surface-muted);color:var(--muted);font-size:11px}.status-badge.approved,.status-badge.converted{background:var(--info-bg);color:var(--info-text)}.status-badge.published{background:var(--success-bg);color:var(--success-text)}.status-badge.rejected{background:var(--error-bg);color:var(--error-text)}.audit-reason{margin:9px 0 0;color:var(--error-text);font-size:13px}.history-meta{margin:9px 0 0;color:var(--text-subtle);font-size:12px}@media(max-width:860px){.site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.page-container{width:min(calc(100% - 28px),var(--container))}.header-inner{height:auto;min-height:64px;padding:12px 0;gap:12px}.brand>span:last-child{display:none}.search-form.compact{height:40px}.search-form.compact button{width:38px;padding:0}.search-form.compact button span{display:none}.search-form.compact .button-icon{display:block}.intro{padding:44px 0 34px}.intro h1{font-size:29px}.category-nav{top:64px;margin-bottom:28px}.site-grid{grid-template-columns:1fr}.site-card{height:142px}.page-heading{padding-top:34px}.page-heading h1{font-size:25px;overflow-wrap:anywhere}.detail-view{margin-top:32px}.detail-header{align-items:flex-start;gap:16px;padding:26px 0}.detail-logo{width:58px;height:58px}.detail-header h1{font-size:26px}.detail-actions{align-items:flex-start;flex-direction:column}.footer-inner{align-items:flex-start;flex-direction:column;gap:10px}.submit-tabs{width:100%}.submit-tabs button{min-width:0;flex:1}.submission-form-section,.field-grid{grid-template-columns:1fr}.receipt-panel{order:-1}.history-toolbar,.history-item{align-items:flex-start;flex-direction:column}.history-item-actions{width:100%;justify-content:flex-end}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
