* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f8fa; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.spoonwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.spoontopbar { background: #ffffff; padding: 12px 0; border-bottom: 1px solid #e6ecf0; }
.spoonheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.spoonlogo img { height: 38px; max-width: 200px; object-fit: contain; display: block; }
.spoonsearchform { display: flex; border: 1px solid #0088cc; border-radius: 4px; overflow: hidden; }
.spoonsearchinput { border: none; padding: 0 10px; height: 32px; outline: none; font-size: 13px; width: 200px; }
.spoonsearchbtn { background: #0088cc; color: #ffffff; border: none; padding: 0 16px; height: 32px; cursor: pointer; font-size: 13px; font-weight: bold; }
.spoonnavbar { background: #0088cc; height: 44px; }
.spoonnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.spoonnavitem { color: #ffffff; padding: 0 16px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.spoonnavitem:hover, .spoonnavitem.active { background: #006699; }
.spoonmain { margin: 20px auto; }
.spoonhero { display: grid; grid-template-columns: 1fr 280px 280px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .spoonhero { grid-template-columns: 1fr; } }
.spoonheromain { background: #ffffff; border-radius: 6px; border: 1px solid #e6ecf0; padding: 12px; }
.spoonbanner img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; }
.spoontagbox { background: #ffffff; border-radius: 6px; border: 1px solid #e6ecf0; padding: 15px; display: flex; flex-wrap: wrap; gap: 8px; content-align: flex-start; align-content: flex-start; }
.spoonbadge { padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: bold; color: #fff; text-align: center; }
.spoonbadge:nth-child(4n+1) { background: #e91e63; }
.spoonbadge:nth-child(4n+2) { background: #00bcd4; }
.spoonbadge:nth-child(4n+3) { background: #4caf50; }
.spoonbadge:nth-child(4n) { background: #ff9800; }
.spoonlistbox { background: #ffffff; border-radius: 6px; border: 1px solid #e6ecf0; padding: 15px; }
.spoonlisttitle { font-size: 14px; font-weight: bold; color: #0088cc; border-bottom: 2px solid #0088cc; padding-bottom: 6px; margin-bottom: 10px; }
.spoontxtlist { list-style: none; }
.spoontxtitem { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.spoontxtnum { width: 16px; height: 16px; background: #ccd6dd; color: #fff; text-align: center; line-height: 16px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 6px; flex-shrink: 0; }
.spoontxtitem:nth-child(-n+3) .spoontxtnum { background: #0088cc; }
.spoontxtname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #444; }
.spoonsec { background: #ffffff; border-radius: 6px; border: 1px solid #e6ecf0; padding: 18px; margin-bottom: 25px; }
.spoonsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #0088cc; padding-bottom: 8px; margin-bottom: 15px; }
.spoonsectitle span { font-size: 15px; font-weight: bold; color: #0088cc; }
.spoonmore { font-size: 12px; color: #888; }
.spoonmore:hover { color: #0088cc; }
.spoongrid6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 1024px) { .spoongrid6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .spoongrid6 { grid-template-columns: repeat(2, 1fr); } }
.spooncard { background: #ffffff; border: 1px solid #e6ecf0; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, border-color 0.2s; }
.spooncard:hover { transform: translateY(-3px); border-color: #0088cc; }
.spoonimgbox { width: 100%; height: 130px; overflow: hidden; background: #fafafa; position: relative; }
.spoonimgbox img { width: 100%; height: 100%; object-fit: cover; }
.spoonimgbox.square { height: 110px; }
.spoonimgbox.square img { object-fit: cover; }
.spooncardbadge { position: absolute; top: 6px; right: 6px; background: rgba(0,136,204,0.85); color: #fff; font-size: 10px; padding: 1px 4px; border-radius: 3px; }
.spooninfo { padding: 8px; text-align: center; }
.spoontitle { font-size: 12px; font-weight: 600; color: #333; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spoonprice { color: #e91e63; font-size: 14px; font-weight: bold; }
.spooncardbox { background: #ffffff; border-radius: 6px; border: 1px solid #e6ecf0; padding: 25px; max-width: 750px; margin: 0 auto; }
.spoonfooter { background: #ffffff; border-top: 1px solid #e6ecf0; padding: 25px 0; text-align: center; color: #666; font-size: 13px; margin-top: 40px; }
.spoonfooter a { color: #444; margin-bottom: 6px; display: inline-block; }
.spoonfooter p { color: #999; font-size: 12px; margin-top: 4px; }
