.competitions-module__dlhhfa__container{max-width:1200px;margin:0 auto;padding:40px 20px}.competitions-module__dlhhfa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;display:flex}.competitions-module__dlhhfa__header h1{color:#333;align-items:center;gap:15px;margin-bottom:10px;font-size:2.5rem;display:flex}.competitions-module__dlhhfa__header h1 svg{color:#00bf63}.competitions-module__dlhhfa__header p{color:#666;max-width:600px;font-size:1.1rem}.competitions-module__dlhhfa__createButton{color:#fff;cursor:pointer;background:#00bf63;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.competitions-module__dlhhfa__createButton:hover{background:#00a854;transform:translateY(-2px);box-shadow:0 4px 12px #00bf634d}.competitions-module__dlhhfa__myEventsSection{background:linear-gradient(135deg,#e6f7ed,#d4f1e0);border:2px solid #00bf63;border-radius:16px;margin-bottom:40px;padding:30px}.competitions-module__dlhhfa__myEventsTitle{color:#00bf63;align-items:center;gap:10px;margin:0 0 20px;font-size:1.5rem;font-weight:700;display:flex}.competitions-module__dlhhfa__myEventsGrid{flex-direction:column;gap:15px;display:flex}.competitions-module__dlhhfa__myEventCard{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.competitions-module__dlhhfa__myEventCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.competitions-module__dlhhfa__myEventInfo h3{color:#333;margin:0 0 10px;font-size:1.2rem}.competitions-module__dlhhfa__myEventMeta{color:#666;gap:15px;font-size:.9rem;display:flex}.competitions-module__dlhhfa__myEventStatus{border-radius:12px;padding:4px 12px;font-size:.85rem;font-weight:600}.competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__draft{color:#666;background:#f0f0f0}.competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__published,.competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__active{color:#00bf63;background:#e6f7ed}.competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__judging{color:#ff9800;background:#fff4e6}.competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__completed{color:#666;background:#f0f0f0}.competitions-module__dlhhfa__myEventActions{flex-wrap:wrap;gap:10px;display:flex}.competitions-module__dlhhfa__quickManageBtn,.competitions-module__dlhhfa__quickJudgeBtn,.competitions-module__dlhhfa__quickViewBtn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.competitions-module__dlhhfa__quickManageBtn{color:#fff;background:#3b82f6}.competitions-module__dlhhfa__quickManageBtn:hover{background:#2563eb;transform:translateY(-2px)}.competitions-module__dlhhfa__quickJudgeBtn{color:#fff;background:#ff9800}.competitions-module__dlhhfa__quickJudgeBtn:hover{background:#f57c00;transform:translateY(-2px)}.competitions-module__dlhhfa__quickViewBtn{color:#333;background:#fff;border:2px solid #e0e0e0}.competitions-module__dlhhfa__quickViewBtn:hover{color:#00bf63;border-color:#00bf63;transform:translateY(-2px)}.competitions-module__dlhhfa__searchSection{margin-bottom:30px}.competitions-module__dlhhfa__searchBar{max-width:600px;margin:0 auto;position:relative}.competitions-module__dlhhfa__searchIcon{color:#999;font-size:1.1rem;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.competitions-module__dlhhfa__searchInput{background:#fff;border:2px solid #e0e0e0;border-radius:50px;width:100%;padding:16px 50px;font-size:1rem;transition:all .3s}.competitions-module__dlhhfa__searchInput:focus{border-color:#00bf63;outline:none;box-shadow:0 0 0 3px #00bf631a}.competitions-module__dlhhfa__clearSearch{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.competitions-module__dlhhfa__clearSearch:hover{color:#333;background:#e0e0e0}.competitions-module__dlhhfa__searchResults{text-align:center;color:#666;margin-top:15px;font-size:.95rem;font-weight:500}.competitions-module__dlhhfa__clearSearchButton{color:#fff;cursor:pointer;background:#00bf63;border:none;border-radius:8px;margin-top:20px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.competitions-module__dlhhfa__clearSearchButton:hover{background:#00a854;transform:translateY(-2px)}.competitions-module__dlhhfa__tabs{border-bottom:2px solid #e0e0e0;flex-wrap:wrap;gap:10px;margin-bottom:40px;display:flex;overflow-x:auto}.competitions-module__dlhhfa__tabs button{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:12px 24px;font-size:1rem;transition:all .3s;position:relative}.competitions-module__dlhhfa__tabs button:hover{color:#00bf63}.competitions-module__dlhhfa__activeTab{font-weight:600;color:#00bf63!important}.competitions-module__dlhhfa__activeTab:after{content:"";background:#00bf63;height:3px;position:absolute;bottom:-2px;left:0;right:0}.competitions-module__dlhhfa__featuredSection{margin-bottom:50px}.competitions-module__dlhhfa__featuredSection h2{color:#333;align-items:center;gap:10px;margin-bottom:20px;font-size:1.8rem;display:flex}.competitions-module__dlhhfa__featuredSection h2 svg{color:orange}.competitions-module__dlhhfa__featuredGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.competitions-module__dlhhfa__competitionsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;display:grid}.competitions-module__dlhhfa__card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex-direction:column;height:100%;min-height:420px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.competitions-module__dlhhfa__card:hover{border-color:#00bf63;transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.competitions-module__dlhhfa__featuredCard{border:2px solid orange;position:relative}.competitions-module__dlhhfa__featuredCard:hover{border-color:orange;box-shadow:0 6px 20px #ffa5004d}.competitions-module__dlhhfa__featuredBadge{color:#fff;z-index:10;background:orange;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:.85rem;font-weight:600;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 6px #0003}.competitions-module__dlhhfa__cardImage{background:#f5f5f5;width:100%;height:200px;overflow:hidden}.competitions-module__dlhhfa__cardImage img{object-fit:cover;width:100%;height:100%}.competitions-module__dlhhfa__cardContent{flex-direction:column;flex:1;padding:20px;display:flex}.competitions-module__dlhhfa__cardHeader{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.competitions-module__dlhhfa__cardHeader h3{color:#333;flex:1;margin:0;font-size:1.4rem}.competitions-module__dlhhfa__statusBadge{white-space:nowrap;border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:600}.competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__open{color:#00bf63;background:#e6f7ed}.competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__judging{color:#ff9800;background:#fff4e6}.competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__completed{color:#666;background:#f0f0f0}.competitions-module__dlhhfa__description{color:#666;margin-bottom:15px;font-size:1rem;line-height:1.6}.competitions-module__dlhhfa__prizes{background:#f9f9f9;border-radius:8px;margin-bottom:15px;padding:15px}.competitions-module__dlhhfa__prizes strong{color:#333;font-size:.95rem}.competitions-module__dlhhfa__prizesList{flex-direction:column;gap:8px;margin-top:10px;display:flex}.competitions-module__dlhhfa__prize{color:#555;align-items:center;gap:8px;font-size:.9rem;display:flex}.competitions-module__dlhhfa__prizeIcon{color:orange;font-size:.9rem}.competitions-module__dlhhfa__morePrizes{color:#00bf63;margin-left:20px;font-size:.85rem;font-weight:600}.competitions-module__dlhhfa__cardMeta{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:20px;margin-bottom:15px;padding:15px 0;display:flex}.competitions-module__dlhhfa__metaItem{color:#666;align-items:center;gap:8px;font-size:.9rem;display:flex}.competitions-module__dlhhfa__metaItem svg{color:#00bf63}.competitions-module__dlhhfa__host{align-items:center;gap:10px;display:flex}.competitions-module__dlhhfa__host img{object-fit:cover;border:2px solid #e0e0e0;border-radius:50%;width:35px;height:35px}.competitions-module__dlhhfa__host span{color:#555;font-size:.9rem}.competitions-module__dlhhfa__ownerActions{border-top:2px solid #e0e0e0;gap:10px;margin-top:auto;padding-top:15px;display:flex}.competitions-module__dlhhfa__cardManageBtn,.competitions-module__dlhhfa__cardJudgeBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.3px;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.competitions-module__dlhhfa__cardManageBtn{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f64d}.competitions-module__dlhhfa__cardManageBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.competitions-module__dlhhfa__cardJudgeBtn{color:#fff;background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 2px 8px #ff98004d}.competitions-module__dlhhfa__cardJudgeBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff980066}.competitions-module__dlhhfa__emptyState{text-align:center;color:#999;padding:80px 20px}.competitions-module__dlhhfa__emptyIcon{color:#ddd;margin-bottom:20px;font-size:4rem}.competitions-module__dlhhfa__emptyState h3{color:#666;margin-bottom:10px;font-size:1.5rem}.competitions-module__dlhhfa__emptyState p{color:#999;font-size:1rem}.competitions-module__dlhhfa__countdown{color:#00bf63;align-items:center;gap:2px;font-size:.85rem;font-weight:600;display:inline-flex}.competitions-module__dlhhfa__countdownUnit{font-variant-numeric:tabular-nums}.competitions-module__dlhhfa__countdownUrgent{color:#ef4444;animation:2s ease-in-out infinite competitions-module__dlhhfa__countdownPulse}.competitions-module__dlhhfa__countdownClosed{color:#999;font-size:.85rem;font-weight:500}@keyframes competitions-module__dlhhfa__countdownPulse{0%,to{opacity:1}50%{opacity:.6}}.competitions-module__dlhhfa__pageWrapper{background:var(--bg);min-height:100vh}.competitions-module__dlhhfa__hero{background:linear-gradient(180deg, var(--bg) 0%, var(--bgSoft) 100%);padding:80px 20px 100px;position:relative;overflow:hidden}.competitions-module__dlhhfa__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;display:grid}.competitions-module__dlhhfa__heroText{z-index:2}.competitions-module__dlhhfa__badge{color:var(--success);background:#00bf631a;border:1px solid #00bf6333;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.competitions-module__dlhhfa__badgeDot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite competitions-module__dlhhfa__pulse}@keyframes competitions-module__dlhhfa__pulse{0%,to{opacity:1}50%{opacity:.5}}.competitions-module__dlhhfa__heroTitle{color:var(--text);margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.competitions-module__dlhhfa__gradient{background:var(--gradient-success);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.competitions-module__dlhhfa__heroDescription{color:var(--textSoft);max-width:550px;margin-bottom:32px;font-size:1.2rem;line-height:1.6}.competitions-module__dlhhfa__heroCTA{gap:16px;margin-bottom:50px;display:flex}.competitions-module__dlhhfa__primaryButton{background:var(--gradient-success);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #00bf634d}.competitions-module__dlhhfa__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00bf6366}.competitions-module__dlhhfa__secondaryButton{color:var(--text);border:2px solid var(--border);background:0 0;border-radius:50px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.competitions-module__dlhhfa__secondaryButton:hover{border-color:var(--success);color:var(--success)}.competitions-module__dlhhfa__stats{gap:40px;display:flex}.competitions-module__dlhhfa__stat{text-align:left}.competitions-module__dlhhfa__statNumber{background:var(--gradient-success);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:2.2rem;font-weight:800}.competitions-module__dlhhfa__statLabel{color:var(--textSoft);font-size:.875rem;font-weight:500}.competitions-module__dlhhfa__heroVisual{z-index:1;position:relative}.competitions-module__dlhhfa__browserMockup{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;transition:transform .6s;animation:6s ease-in-out infinite competitions-module__dlhhfa__float;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 50px 100px #00bf6333,0 20px 60px #00000026}.competitions-module__dlhhfa__browserMockup:hover{transform:perspective(1000px)rotateY(0)rotateX(0)scale(1.02)}@keyframes competitions-module__dlhhfa__float{0%,to{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateY(0)}50%{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateY(-15px)}}.competitions-module__dlhhfa__browserHeader{background:var(--bgSoft);border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;align-items:center;gap:12px;padding:12px 16px;display:flex}.competitions-module__dlhhfa__browserDots{gap:6px;display:flex}.competitions-module__dlhhfa__browserDots span{border-radius:50%;width:12px;height:12px}.competitions-module__dlhhfa__browserDots span:first-child{background:#ff5f57}.competitions-module__dlhhfa__browserDots span:nth-child(2){background:#ffbd2e}.competitions-module__dlhhfa__browserDots span:nth-child(3){background:#28ca42}.competitions-module__dlhhfa__browserUrl{background:var(--bg);color:var(--textMuted);text-align:center;border-radius:6px;flex:1;padding:6px 12px;font-size:.75rem}.competitions-module__dlhhfa__browserContent{background:var(--bg);border-radius:0 0 12px 12px;min-height:350px;padding:30px}.competitions-module__dlhhfa__placeholderContent{flex-direction:column;gap:16px;display:flex}.competitions-module__dlhhfa__placeholderHeader{background:var(--gradient-success);opacity:.6;border-radius:8px;height:50px}.competitions-module__dlhhfa__placeholderGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.competitions-module__dlhhfa__placeholderCard{border:1px solid var(--border);background:linear-gradient(135deg,#00bf631a 0%,#00d46a1a 100%);border-radius:8px;height:100px}.competitions-module__dlhhfa__placeholderText{background:var(--border);border-radius:4px;width:75%;height:16px}.competitions-module__dlhhfa__bentoSection{max-width:1400px;margin:0 auto;padding:60px 20px}.competitions-module__dlhhfa__bentoGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.competitions-module__dlhhfa__bentoCard{background:var(--bgCard);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;padding:28px;transition:all .3s}.competitions-module__dlhhfa__bentoCard:hover{box-shadow:var(--shadow-lg);border-color:var(--success);transform:translateY(-4px)}.competitions-module__dlhhfa__bentoLarge,.competitions-module__dlhhfa__bentoMedium{grid-column:span 1}.competitions-module__dlhhfa__bentoIcon{margin-bottom:12px;font-size:2.2rem}.competitions-module__dlhhfa__bentoCard h3{color:var(--text);margin-bottom:10px;font-size:1.3rem;font-weight:700}.competitions-module__dlhhfa__bentoCard p{color:var(--textSoft);font-size:.95rem;line-height:1.5}@media (max-width:768px){.competitions-module__dlhhfa__header{flex-direction:column;align-items:flex-start}.competitions-module__dlhhfa__header h1{font-size:2rem}.competitions-module__dlhhfa__featuredGrid,.competitions-module__dlhhfa__competitionsGrid{grid-template-columns:1fr}.competitions-module__dlhhfa__tabs{flex-wrap:nowrap}.competitions-module__dlhhfa__hero{padding:60px 20px 80px}.competitions-module__dlhhfa__heroContent{grid-template-columns:1fr;gap:40px}.competitions-module__dlhhfa__heroTitle{font-size:2.5rem}.competitions-module__dlhhfa__heroDescription{font-size:1.1rem}.competitions-module__dlhhfa__stats{flex-direction:column;gap:20px}.competitions-module__dlhhfa__heroCTA{flex-direction:column}.competitions-module__dlhhfa__primaryButton,.competitions-module__dlhhfa__secondaryButton{text-align:center;justify-content:center;width:100%}.competitions-module__dlhhfa__browserMockup{animation:none;transform:none}.competitions-module__dlhhfa__bentoGrid{grid-template-columns:1fr}.competitions-module__dlhhfa__bentoLarge,.competitions-module__dlhhfa__bentoMedium{grid-column:span 1}}[data-theme=dark] .competitions-module__dlhhfa__container{background:var(--bg)}[data-theme=dark] .competitions-module__dlhhfa__header h1,[data-theme=dark] .competitions-module__dlhhfa__featuredSection h2,[data-theme=dark] .competitions-module__dlhhfa__cardHeader h3{color:var(--text)}[data-theme=dark] .competitions-module__dlhhfa__header p{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__tabs{border-bottom-color:var(--border)}[data-theme=dark] .competitions-module__dlhhfa__tabs button{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__tabs button:hover{color:var(--success)}[data-theme=dark] .competitions-module__dlhhfa__card{background:var(--bgCard);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .competitions-module__dlhhfa__card:hover{box-shadow:0 6px 20px #00000080}[data-theme=dark] .competitions-module__dlhhfa__cardImage{background:var(--bgSoft)}[data-theme=dark] .competitions-module__dlhhfa__description{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__meta{border-top:1px solid var(--border)}[data-theme=dark] .competitions-module__dlhhfa__metaItem,[data-theme=dark] .competitions-module__dlhhfa__emptyState h3{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__emptyState p{color:var(--textMuted)}[data-theme=dark] .competitions-module__dlhhfa__emptyIcon{color:var(--border)}[data-theme=dark] .competitions-module__dlhhfa__host span{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__searchInput{background:var(--bgCard);border-color:var(--border);color:var(--text)}[data-theme=dark] .competitions-module__dlhhfa__searchInput::placeholder{color:var(--textMuted)}[data-theme=dark] .competitions-module__dlhhfa__clearSearch{background:var(--bgSoft);color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__clearSearch:hover{background:var(--border);color:var(--text)}[data-theme=dark] .competitions-module__dlhhfa__searchResults{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__prizes{background:var(--bgSoft)}[data-theme=dark] .competitions-module__dlhhfa__prizes strong{color:var(--text)}[data-theme=dark] .competitions-module__dlhhfa__prize{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__cardMeta{border-top-color:var(--border);border-bottom-color:var(--border)}[data-theme=dark] .competitions-module__dlhhfa__ownerActions{border-top-color:var(--border)}[data-theme=dark] .competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__open{background:#00bf6326}[data-theme=dark] .competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__judging{background:#ff980026}[data-theme=dark] .competitions-module__dlhhfa__statusBadge.competitions-module__dlhhfa__completed{color:var(--textMuted);background:#ffffff1a}[data-theme=dark] .competitions-module__dlhhfa__myEventsSection{background:#00bf631a;border-color:#00bf634d}[data-theme=dark] .competitions-module__dlhhfa__myEventCard{background:var(--bgCard);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .competitions-module__dlhhfa__myEventCard:hover{box-shadow:0 4px 16px #0006}[data-theme=dark] .competitions-module__dlhhfa__myEventInfo h3{color:var(--text)}[data-theme=dark] .competitions-module__dlhhfa__myEventMeta{color:var(--textSoft)}[data-theme=dark] .competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__draft,[data-theme=dark] .competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__completed{color:var(--textMuted);background:#ffffff1a}[data-theme=dark] .competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__published,[data-theme=dark] .competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__active{background:#00bf6326}[data-theme=dark] .competitions-module__dlhhfa__myEventStatus.competitions-module__dlhhfa__judging{background:#ff980026}[data-theme=dark] .competitions-module__dlhhfa__quickViewBtn{background:var(--bgSoft);color:var(--textSoft);border-color:var(--border)}[data-theme=dark] .competitions-module__dlhhfa__quickViewBtn:hover{color:#00bf63;border-color:#00bf63}
