* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; color: #1d1d1f; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.daringwrap { max-width: 1080px; margin: 0 auto; padding: 0 15px; }
.daringheader { background: #ffffff; padding: 30px 0 15px 0; text-align: center; border-bottom: 1px solid #f0f0f2; }
.daringlogo { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #0071e3; border-radius: 50%; color: #fff; font-size: 22px; font-weight: bold; margin-bottom: 15px; box-shadow: 0 4px 12px rgba(0,113,227,0.25); }
.daringnavbar { margin-top: 10px; }
.daringnavflex { display: flex; align-items: center; justify-content: center; gap: 8px; overflow-x: auto; white-space: nowrap; }
.daringnavitem { color: #515154; padding: 6px 14px; font-size: 14px; font-weight: 500; border-radius: 20px; transition: all 0.2s; }
.daringnavitem:hover, .daringnavitem.active { background: #f5f5f7; color: #0071e3; font-weight: 600; }
.daringmain { margin: 25px auto; }
.daringtopgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .daringtopgrid4 { grid-template-columns: repeat(2, 1fr); } }
.daringtopcard { display: block; border-radius: 8px; overflow: hidden; background: #fafafa; border: 1px solid #f0f0f2; transition: transform 0.2s; }
.daringtopcard:hover { transform: translateY(-3px); }
.daringtopimg { width: 100%; height: 130px; object-fit: cover; }
.daringtopinfo { padding: 10px; text-align: center; }
.daringtoptitle { font-size: 12px; font-weight: 600; color: #1d1d1f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.daringtopprice { font-size: 12px; color: #0071e3; font-weight: 700; }
.daringsticky { background: #fafafa; border: 1px solid #e5e5ea; border-radius: 8px; padding: 20px; margin-bottom: 25px; position: relative; }
.daringbadge { display: inline-block; background: #ff3b30; color: #fff; font-size: 10px; font-weight: bold; padding: 2px 6px; border-radius: 4px; margin-bottom: 8px; }
.daringstickytitle { font-size: 18px; font-weight: 700; color: #1d1d1f; margin-bottom: 8px; }
.daringstickytitle a:hover { color: #0071e3; }
.daringstickyprice { color: #e53935; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.daringherocard { display: block; border-radius: 10px; overflow: hidden; background: #fafafa; border: 1px solid #e5e5ea; margin-bottom: 30px; }
.daringheroimg { width: 100%; height: 260px; object-fit: cover; }
.daringheroinfo { padding: 20px; display: flex; justify-content: space-between; align-items: center; }
.daringherotitle { font-size: 17px; font-weight: 700; color: #1d1d1f; }
.daringheroprice { color: #e53935; font-size: 18px; font-weight: 700; }
.daringsec { margin-bottom: 35px; }
.daringsectitle { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid #e5e5ea; }
.daringsectitle span { font-size: 18px; font-weight: 700; color: #1d1d1f; }
.daringmore { font-size: 13px; color: #0071e3; font-weight: 500; }
.daringmore:hover { text-decoration: underline; }
.daringgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
@media (max-width: 768px) { .daringgrid2 { grid-template-columns: 1fr; } }
.daringstreamcard { display: flex; gap: 12px; align-items: center; background: #ffffff; border: 1px solid #e5e5ea; border-radius: 8px; padding: 12px; transition: border-color 0.2s; }
.daringstreamcard:hover { border-color: #0071e3; }
.daringstreamimg { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.daringstreaminfo { flex: 1; overflow: hidden; }
.daringstreamtitle { font-size: 13px; font-weight: 600; color: #1d1d1f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.daringstreamprice { color: #e53935; font-size: 13px; font-weight: 700; }
.daringgrid6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 1024px) { .daringgrid6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .daringgrid6 { grid-template-columns: repeat(2, 1fr); } }
.daringcard { background: #ffffff; border: 1px solid #e5e5ea; border-radius: 8px; padding: 10px; text-align: center; transition: transform 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.daringcard:hover { transform: translateY(-3px); }
.daringimgbox { width: 100%; height: 95px; overflow: hidden; background: #f5f5f7; border-radius: 6px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.daringimgbox img { max-width: 100%; max-height: 85px; object-fit: contain; }
.daringtitle { font-size: 12px; font-weight: 600; color: #1d1d1f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.daringprice { color: #e53935; font-size: 13px; font-weight: 700; }
.daringcardbox { background: #ffffff; border-radius: 12px; border: 1px solid #e5e5ea; padding: 35px; max-width: 650px; margin: 0 auto; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.daringfooter { background: #ffffff; border-top: 1px solid #e5e5ea; padding: 30px 0; text-align: center; color: #86868b; font-size: 12px; margin-top: 50px; }
.daringfooter a { color: #515154; margin-bottom: 6px; display: inline-block; }
.daringfooter p { color: #86868b; font-size: 11px; margin-top: 4px; }
