.n-box { background: #fff; border: 1px solid #D7E051; border-radius: 16px; box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden; padding: 24px; position: relative; transition: all 0.3s ease; }
.n-head { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 20px; }
.n-shop { align-items: center; color: #6b7280; display: flex; font-size: 0.85rem; font-weight: 500; gap: 6px; }
.n-act { align-items: center; background: #D7E051; border: 0; color: #1f2937; cursor: pointer; display: flex; gap: 8px; justify-content: center; padding: 10px 0; transition: all 0.2s ease; }
.n-timer { align-items: center; background: linear-gradient(145deg, #fefce8, #fef08a); border-radius: 8px; box-shadow: 2px 3px 0px #fde047, 0 2px 4px rgba(0,0,0,0.05); color: #854d0e; display: flex; font-size: 0.85rem; font-weight: 800; gap: 6px; letter-spacing: 0.02em; padding: 6px 12px; text-transform: uppercase; }
.n-shop i { font-size: 0.9rem; }
.n-brand-pic { align-items: center; background: #ffffff; border: 1px solid #f3f4f6; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); display: flex; flex-shrink: 0; height: 68px; justify-content: center; overflow: hidden; position: relative; width: 68px; }
.n-box:hover { filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1)); transform: translateY(-3px); }
.n-desc { color: #1f2937; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; transition: color 0.2s ease; }
.n-act:hover { background: #DE4C13; box-shadow: 0 4px 10px rgba(0,0,0,0.1); color: #f2f2f2; }
.n-content { display: flex; flex-direction: column; margin-bottom: 24px; }
.n-lbg { filter: blur(3px); height: 100%; left: 0; object-fit: cover; opacity: 0.15; position: absolute; top: 0; transform: scale(1.4); width: 100%; z-index: 0; }
.n-shop a:hover { color: #e11d48; }
.n-lfg { max-height: 85%; max-width: 85%; object-fit: contain; position: relative; z-index: 1; }
.n-shop a { color: #1f2937; text-decoration: none; transition: color 0.2s ease; }
.n-box:hover .n-desc { color: #e11d48; }
.n-timer i { font-size: 0.9rem; }
.n-val { color: #111; font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; line-height: 1; }
.n-foot { border-top: 1px solid #ffe4e6; display: flex; flex-direction: column; gap: 16px; padding-top: 16px; }