*{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}button,input,textarea,select{font-family:inherit}.tabs-container{position:fixed;top:80px;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:300;height:48px;display:flex;align-items:center}.tabs-content{max-width:1400px;margin:0 auto;width:100%;padding:0 20px;display:flex;gap:8px}.tab-item{padding:8px 16px;border:none;background:transparent;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;position:relative}.tab-item:hover{color:#1f2937}.tab-item.active{color:#2563eb;border-bottom-color:#2563eb}@media(max-width:768px){.tabs-container{top:70px;height:44px}.tabs-content{padding:0 16px}.tab-item{font-size:.9rem;padding:6px 12px}}.app-header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 0;margin-bottom:0;box-shadow:0 1px 3px #0000000d;z-index:200;height:80px;display:flex;align-items:center}.header-content{text-align:center;width:100%;margin:0 auto;padding:0 20px}.header-title{margin:0 0 8px;font-size:1.75rem;font-weight:700;color:#1f2937}.header-subtitle{margin:0;font-size:.95rem;color:#6b7280}@media(max-width:768px){.app-header{top:0;height:70px;padding:16px 0}.header-title{font-size:1.5rem}.header-subtitle{font-size:.85rem}}@media(min-width:768px){.header-title{font-size:2rem}.header-subtitle{font-size:1rem}}.home-page{width:100%;min-height:calc(100vh - 128px);background:#fafafa}.home-content{max-width:750px;margin:0 auto;padding:32px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d}.home-title{font-size:1.7rem;font-weight:700;color:#1f2937;margin:0 0 20px;text-align:center}.home-intro{font-size:.95rem;color:#374151;margin:0 0 14px;line-height:1.6}.home-list{margin:0 0 20px;padding-left:20px;color:#374151;line-height:1.7}.home-list li{margin-bottom:10px;font-size:.95rem}.home-paragraph{font-size:.9rem;color:#374151;margin:0 0 16px;line-height:1.7}.home-section-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:26px 0 16px;padding-bottom:6px;border-bottom:2px solid #e5e7eb}.home-benefits{margin:0 0 20px}.home-benefit-item{font-size:.9rem;color:#374151;margin:0 0 14px;line-height:1.7}.home-tools-list{margin:14px 0 20px;padding-left:18px}.home-tool-item{margin-bottom:20px;padding:14px;background:#f9fafb;border-left:3px solid #2563eb;border-radius:4px}.home-tool-item p{margin:0 0 6px;font-size:.85rem;color:#374151;line-height:1.6}.home-tool-item p:last-child{margin-bottom:0}.home-tool-item strong{color:#1f2937;font-size:.9rem}.home-suitable{margin:20px 0;padding:14px;background:#eff6ff;border-radius:6px}.home-suitable p{margin:0 0 6px;font-size:.9rem;color:#374151;line-height:1.6}.home-suitable p:last-child{margin-bottom:0}.home-link{margin:16px 0;text-align:center}.home-link a{color:#2563eb;font-size:.9rem;text-decoration:none;word-break:break-all;transition:color .2s ease}.home-link a:hover{color:#1d4ed8;text-decoration:underline}.home-qrcode{margin:20px 0;text-align:center}.qrcode-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.home-welfare{font-size:.9rem;color:#dc2626;font-weight:500;margin:20px 0;padding:10px;background:#fef2f2;border-radius:6px;text-align:center}.home-note{font-size:.85rem;color:#6b7280;margin:14px 0;padding:10px;background:#f9fafb;border-radius:6px;text-align:center}.home-signature{font-size:.9rem;color:#6b7280;margin:26px 0 0;text-align:right;font-style:italic}@media(max-width:768px){.home-content{padding:20px 14px}.home-title{font-size:1.3rem;margin-bottom:16px}.home-section-title{font-size:1.1rem;margin-top:20px}.home-intro{font-size:.9rem}.home-list{padding-left:18px}.home-list li{font-size:.9rem}.home-paragraph{font-size:.85rem}.home-tools-list{padding-left:0}.home-tool-item{padding:12px}.home-tool-item p{font-size:.8rem}.home-benefit-item{font-size:.85rem}}.announcement-sidebar{position:fixed;left:0;top:128px;width:200px;height:calc(100vh - 128px);background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:150}.announcement-sidebar-nav{padding:20px 0}.announcement-sidebar-item{padding:12px 24px;cursor:pointer;font-size:.95rem;color:#374151;transition:all .2s ease;border-left:3px solid transparent}.announcement-sidebar-item:hover{background:#f9fafb;color:#3b82f6}.announcement-sidebar-item.active{background:#eff6ff;color:#3b82f6;border-left-color:#3b82f6;font-weight:500}@media(max-width:1024px){.announcement-sidebar{display:none}}@media(max-width:768px){.announcement-sidebar{top:114px;height:calc(100vh - 114px)}}.sidebar{position:fixed;left:0;top:128px;width:200px;height:calc(100vh - 128px);background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:150}.sidebar-nav{padding:20px 0}.sidebar-item{padding:12px 24px;cursor:pointer;font-size:.95rem;color:#374151;transition:all .2s ease;border-left:3px solid transparent}.sidebar-item:hover{background:#f9fafb;color:#3b82f6}.sidebar-item.active{background:#eff6ff;color:#3b82f6;border-left-color:#3b82f6;font-weight:500}@media(max-width:1024px){.sidebar{display:none}}@media(max-width:768px){.sidebar{top:114px;height:calc(100vh - 114px)}}.search-bar{position:relative;width:100%;max-width:600px}.search-input{width:100%;padding:10px 36px 10px 14px;font-size:.95rem;border:1px solid #e5e7eb;border-radius:6px;outline:none;transition:all .2s ease;background:#fff}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:4px;line-height:1;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.search-clear:hover{color:#6b7280}@media(max-width:768px){.search-bar{max-width:100%}.search-input{font-size:16px}}.category-filter{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:0;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.category-buttons{display:flex;flex-wrap:wrap;gap:8px;flex:1}.category-btn{padding:6px 14px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;gap:6px}.category-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.category-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.category-count{font-size:.8rem;opacity:.8}@media(max-width:768px){.category-filter{flex-direction:column;align-items:stretch}.category-buttons{width:100%}.category-btn{flex:1;min-width:0}}.tool-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;cursor:pointer;border:1px solid #f3f4f6;display:flex;gap:12px;height:100%}.tool-card-icon{width:40px;height:40px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;flex-shrink:0;overflow:hidden}.tool-card-icon img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tool-card-icon-fallback{font-size:1.2rem;font-weight:600;color:#fff}.tool-card-content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.tool-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.tool-card-header{display:flex;align-items:flex-start;gap:8px}.tool-card-title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937;flex:1;line-height:1.4}.tool-card-description{margin:0;color:#6b7280;font-size:.875rem;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tool-card-footer{display:flex;align-items:center;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:auto}.tool-card-category{background:#f3f4f6;color:#6b7280;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:500}@media(max-width:768px){.tool-card{padding:16px}.tool-card-title{font-size:1rem}.tool-card-description{font-size:.8rem}}.app{min-height:100vh;background:#fafafa}.app-layout{display:flex;margin-top:128px}.app-main{flex:1;margin-left:200px;min-height:calc(100vh - 80px)}.app-main.no-sidebar{margin-left:0}.app-container{max-width:1400px;margin:0 auto;padding:24px 20px 40px}.filters-section{margin-bottom:32px;display:flex;flex-direction:column;gap:16px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state p{margin:8px 0;font-size:1rem}.empty-hint{font-size:.9rem!important;color:#9ca3af}@media(max-width:1024px){.app-main{margin-left:0}}@media(max-width:768px){.app-layout{margin-top:114px}}@media(max-width:768px){.app-container{padding:20px 16px 32px}.tools-grid{grid-template-columns:1fr;gap:16px}.filters-section{margin-bottom:24px;gap:12px}}@media(min-width:769px)and (max-width:1024px){.tools-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}}
