/* C-VALLEY 시상식 2차 고급 연출 */
@font-face{font-family:AstaSans;src:url('../fonts/AstaSans-Regular.woff2') format('woff2');font-weight:400}
@font-face{font-family:AstaSans;src:url('../fonts/AstaSans-SemiBold.woff2') format('woff2');font-weight:600}
:root{
  --champagne:#f4d68a;
  --champagne-bright:#fff3c5;
  --plum:#8f3fc7;
}

body{
  background:
    radial-gradient(circle at 82% 6%,#54206f2b,transparent 31rem),
    radial-gradient(circle at 14% 42%,#b47bd30e,transparent 35rem),
    linear-gradient(180deg,#050307 0%,#0b0710 46%,#050306 100%);
}

.noise{
  opacity:.055;
  background-image:radial-gradient(#fff 0.45px,transparent 0.65px);
  background-size:5px 5px;
  mix-blend-mode:soft-light;
}

.topbar{
  height:104px;
  border-color:#f0d58a24;
}

.brand b{font-size:17px;letter-spacing:.08em}
.brand small{font-size:10px;color:#a18fa8}
.nav a{font-size:14px;color:#b4a8b8}
.preview-badge{font-size:11px;padding:10px 15px}

.hero{
  min-height:790px;
  display:block;
  padding:110px 72px 92px;
  margin-top:34px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid #f3d88a2b;
  border-radius:30px 30px 4px 4px;
  background-image:
    linear-gradient(90deg,rgba(4,3,6,.98) 0%,rgba(4,3,6,.93) 34%,rgba(4,3,6,.35) 64%,rgba(4,3,6,.08) 100%),
    linear-gradient(0deg,rgba(5,3,7,.88),transparent 42%),
    url('../brands/c-valley-awards-trophy-stage-v1.png');
  background-size:cover;
  background-position:center;
  box-shadow:0 50px 140px #000c,inset 0 0 0 1px #fff08;
}

.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(110deg,transparent 0 49%,#f9dd9130 49.2%,transparent 49.7%),
    radial-gradient(circle at 76% 47%,transparent 0 14rem,#e7bd5d18 14.1rem 14.2rem,transparent 14.3rem);
  animation:heroGlow 7s ease-in-out infinite alternate;
}

.hero:after{
  content:"C-VALLEY  ·  첫 번째 시상식";
  position:absolute;
  right:31px;
  bottom:24px;
  color:#f7d87d;
  font-size:10px;
  letter-spacing:.24em;
  writing-mode:vertical-rl;
  opacity:.8;
}

@keyframes heroGlow{to{filter:brightness(1.18);opacity:.72}}

.hero-copy{position:relative;z-index:2;max-width:660px}
.hero-copy>small{font-size:13px;color:var(--champagne);letter-spacing:.19em}
.hero h1{
  margin-top:30px;
  font-size:clamp(66px,8vw,112px);
  line-height:.89;
  letter-spacing:-.075em;
  text-wrap:balance;
  text-shadow:0 12px 55px #000;
}
.hero h1 span{
  margin-top:10px;
  color:var(--champagne-bright);
  -webkit-text-stroke:0;
  text-shadow:0 0 42px #efbd5b45,0 10px 45px #000;
}
.hero p{font-size:18px;color:#c1b5c5;line-height:1.9}
.hero p b{color:#fff2c4}
.hero-actions a,.hero-actions button{font-size:14px;padding:16px 22px;border-radius:4px}
.hero-meta{max-width:640px;margin-top:52px;background:#0705099c;backdrop-filter:blur(14px)}
.hero-meta small{font-size:10px;color:#9e8fa3}
.hero-meta b{font-size:14px;color:#f3e7f6}
.trophy-stage{display:none}

.marquee div{padding:18px 0;font-size:12px;color:#928598}
.marquee b{color:#f0cf7e}

.section-head small{font-size:12px;color:#e2bbf4}
.section-head h2{font-size:clamp(40px,5vw,64px)}
.section-head p{font-size:16px;color:#a99dad}

.award-tab{min-height:128px;padding:22px 18px}
.award-tab small{font-size:10px}
.award-tab b{font-size:18px}
.award-tabs{
  gap:10px;
  padding:10px;
  border:1px solid #eed58f2b;
  border-radius:18px;
  background:linear-gradient(145deg,#0b070f,#130b19);
  box-shadow:0 30px 85px #0009,inset 0 1px #fff08;
}
.award-tab{
  min-height:164px;
  overflow:hidden;
  border:1px solid #ffffff12!important;
  border-radius:12px;
  background:
    radial-gradient(circle at 80% 18%,color-mix(in srgb,var(--tab) 18%,transparent),transparent 40%),
    linear-gradient(145deg,#151019,#0b080e);
  box-shadow:inset 0 1px #ffffff08;
}
.award-tab:before{height:3px;opacity:.75}
.award-tab:after{
  content:'✦';
  position:absolute;
  right:17px;
  top:18px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--tab) 55%,transparent);
  border-radius:50%;
  background:color-mix(in srgb,var(--tab) 12%,#09060b);
  color:var(--tab);
  font-size:19px;
  box-shadow:0 0 24px color-mix(in srgb,var(--tab) 18%,transparent);
  transition:.35s ease;
}
.award-tab:nth-child(1):after{content:'♛'}
.award-tab:nth-child(2):after{content:'★'}
.award-tab:nth-child(3):after{content:'✚'}
.award-tab:nth-child(4):after{content:'◆'}
.award-tab:nth-child(5):after{content:'⚙'}
.award-tab:nth-child(6):after{content:'!';font-weight:600}
.award-tab b{position:absolute;left:18px;right:12px;bottom:23px;font-size:20px}
.award-tab em{right:auto;left:18px;bottom:8px;font-size:9px;opacity:.65}
.award-tab:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--tab) 45%,transparent)!important;box-shadow:0 20px 42px #0009}
.award-tab.active{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--tab) 70%,transparent)!important;
  box-shadow:0 18px 55px color-mix(in srgb,var(--tab) 18%,#000),inset 0 1px #ffffff18;
}
.award-tab.active:after{transform:rotate(12deg) scale(1.12);background:var(--tab);color:#09060a}
.award-console{
  min-height:620px;
  border-radius:4px;
  background:
    linear-gradient(90deg,#100b15f5 0 54%,#09060bd9),
    url('../brands/c-valley-awards-trophy-stage-v1.png') center right/auto 100% no-repeat;
}
.award-console:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0 55%,rgba(var(--award-rgb),.09));
}
.console-copy{padding:72px}
.console-number{font-size:12px}
.console-copy h3{font-size:clamp(54px,7vw,88px)}
.console-copy>strong{font-size:18px;color:#eadcf0}
.console-copy>p{font-size:16px;color:#afa3b3}
.criteria small{font-size:10px}
.criteria b{font-size:13px}
.winner-stage{background:#08060aaa;backdrop-filter:blur(10px)}
.sealed{width:146px;height:146px;border-width:2px;font-size:58px}
.winner-stage small{font-size:11px}
.winner-stage h4{font-size:34px}
.winner-stage p,.reveal-button{font-size:13px}
.reveal-button:disabled{cursor:not-allowed;opacity:.56;transform:none!important;box-shadow:none!important}

.vote-guide{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;margin-top:110px;margin-bottom:70px;padding:58px;overflow:hidden;border:1px solid #f0d58a32;border-radius:24px;background:radial-gradient(circle at 7% 8%,#b768e62b,transparent 33rem),radial-gradient(circle at 94% 100%,#e5bd5e18,transparent 28rem),linear-gradient(135deg,#140d1b,#09060c 64%);box-shadow:0 45px 120px #000b,inset 0 1px #fff0bd0d}
.vote-guide:before{content:'VOTE';position:absolute;right:-22px;top:-54px;color:#fff018;font-size:190px;font-weight:600;letter-spacing:-.08em;pointer-events:none}
.vote-guide__heading{display:flex;flex-direction:column;justify-content:center}
.vote-guide__heading>span{width:max-content;padding:8px 12px;border:1px solid #d9b95a5c;border-radius:99px;color:#f0cf7d;font-size:11px;letter-spacing:.14em}
.vote-guide__heading h2{margin:22px 0 18px;font-size:clamp(38px,4.5vw,60px);line-height:1.05;letter-spacing:-.06em}
.vote-guide__heading h2 em{color:#f1d182;font-style:normal}
.vote-guide__heading p{max-width:430px;margin:0;color:#a99eac;font-size:16px;line-height:1.8}
.vote-rules{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.vote-rules article{position:relative;min-height:175px;padding:23px;border:1px solid #ffffff12;border-radius:12px;background:linear-gradient(145deg,#ffffff09,#ffffff03);box-shadow:inset 0 1px #ffffff09;transition:.3s}
.vote-rules article:hover{transform:translateY(-4px);border-color:#cf8af442;background:#ffffff0d}
.vote-rules article i{width:34px;height:34px;display:grid;place-items:center;border:1px solid #b76bdd5c;border-radius:50%;color:#d49bf0;font-size:10px;font-style:normal}
.vote-rules article strong{display:block;margin-top:19px;font-size:18px}
.vote-rules article p{margin:8px 0 0;color:#978b9b;font-size:13px;line-height:1.65}
.vote-rules .rule-warning{border-color:#f0c86e33;background:linear-gradient(145deg,#eac05b0d,#ffffff03)}
.vote-rules .rule-warning i{border-color:#e6c16770;color:#f0d48a}
.vote-status{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border:1px solid #e5c46e2e;border-radius:10px;background:#09070bab}
.vote-status span{display:flex;align-items:center;gap:9px;color:#efd184;font-size:13px;font-weight:600}
.vote-status span i{width:7px;height:7px;border-radius:50%;background:#e7c56e;box-shadow:0 0 15px #e7c56e;animation:statusPulse 1.8s ease-in-out infinite}
.vote-status p{margin:0;color:#8f8393;font-size:12px}
@keyframes statusPulse{50%{opacity:.35;transform:scale(.72)}}

.admin-review-bar{position:fixed;z-index:120;left:0;right:0;top:0;min-height:42px;display:flex;align-items:center;justify-content:center;gap:11px;padding:8px 18px;border-bottom:1px solid #e8c96c3d;background:#100a14e8;color:#d9c8de;font-size:11px;letter-spacing:.04em;backdrop-filter:blur(20px)}
.admin-review-bar i{width:7px;height:7px;border-radius:50%;background:#f0cb71;box-shadow:0 0 14px #f0cb71}
.admin-review-bar b{color:#f0d68d}.admin-mode .topbar{margin-top:42px}
.admin-review-bar span{color:#817486}
.admin-review-bar a{margin-left:12px;padding:5px 9px;border:1px solid #ffffff18;border-radius:4px;color:#a99bad;text-decoration:none}.admin-review-bar a:hover{border-color:#d5b96855;color:#f0d68d}

.vote-preview{position:relative;z-index:2;margin-bottom:100px;padding:54px;border:1px solid #bd74e73a;border-radius:22px;background:radial-gradient(circle at 94% 5%,#b05ed52b,transparent 34rem),linear-gradient(145deg,#120b18,#08060b);box-shadow:0 42px 110px #000a}
.vote-preview__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}
.vote-preview__head span{display:block;color:#d6a3ef;font-size:11px;letter-spacing:.16em}.vote-preview__head h2{margin:10px 0 0;font-size:clamp(37px,5vw,60px);letter-spacing:-.06em}.vote-preview__head p{max-width:420px;margin:0;color:#938797;font-size:14px;line-height:1.75;text-align:right}
.ballot-shell{display:grid;grid-template-columns:240px 1fr 280px;min-height:490px;overflow:hidden;border:1px solid #ffffff17;border-radius:13px;background:#08060a}
.ballot-categories{padding:12px;border-right:1px solid #ffffff12;background:#0d0911}.ballot-categories strong{display:block;padding:13px;color:#8e8193;font-size:10px;letter-spacing:.13em}.ballot-categories button{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;padding:14px;border:1px solid transparent;border-radius:7px;background:transparent;color:#85798a;font:400 13px AstaSans,sans-serif;text-align:left}.ballot-categories button i{font-size:10px;font-style:normal}.ballot-categories button.active{border-color:#e1bf6b4f;background:linear-gradient(90deg,#d5aa4a18,transparent);color:#f1dfb3}.ballot-categories button.active:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:2px;background:#e3c16d;box-shadow:0 0 12px #e3c16d}
.ballot-main{padding:27px}.ballot-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.ballot-title span{color:#e2c675;font-size:11px}.ballot-title small{padding:6px 9px;border:1px solid #ffffff12;border-radius:99px;color:#807484;font-size:9px}.candidate-search{width:100%;height:48px;margin-top:19px;padding:0 15px;border:1px solid #ffffff17;border-radius:6px;outline:none;background:#ffffff04;color:#cbbfd0;font:400 13px AstaSans,sans-serif}.candidate-search:focus{border-color:#b56bdd}.candidate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px}.candidate-card{position:relative;min-height:205px;padding:17px;border:1px solid #ffffff12;border-radius:8px;background:linear-gradient(145deg,#151019,#0c090e);text-align:left}.candidate-avatar{width:54px;height:54px;display:grid;place-items:center;border:1px solid #c57ce140;border-radius:50%;background:#23142d;color:#c482e0;font-size:18px}.candidate-card b,.candidate-card small{display:block}.candidate-card b{margin-top:22px;color:#eee5f1;font-size:14px}.candidate-card small{margin-top:6px;color:#776c7b;font-size:10px}.candidate-card em{position:absolute;left:17px;right:17px;bottom:16px;padding-top:11px;border-top:1px solid #ffffff0c;color:#9a8c9f;font-size:9px;font-style:normal}.candidate-card:hover{border-color:#bd72dc4b;background:#18101d}
.ballot-summary{display:flex;flex-direction:column;padding:24px;border-left:1px solid #ffffff12;background:linear-gradient(160deg,#160e1b,#0c080f)}.ballot-summary>span{color:#d1a8e2;font-size:10px;letter-spacing:.13em}.ballot-summary h3{margin:12px 0 5px;font-size:24px}.ballot-summary>p{margin:0;color:#827688;font-size:12px;line-height:1.7}.selection-list{margin:22px 0 0;padding:0;list-style:none}.selection-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #ffffff0d;color:#a89bae;font-size:11px}.selection-list li i{color:#64596a;font-style:normal}.selection-list li:first-child i{color:#d9bb70}.ballot-submit{margin-top:auto;padding:14px;border:1px solid #e1bf6b42;border-radius:6px;background:#dfb84c12;color:#d8bd76;font:600 12px AstaSans,sans-serif;cursor:not-allowed;opacity:.65}.ballot-note{margin-top:11px;color:#675d6c;font-size:9px;line-height:1.55}

.admin-audit{position:relative;z-index:2;margin-bottom:110px}.admin-audit__head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:24px}.admin-audit__head span{color:#d1a0e8;font-size:11px;letter-spacing:.15em}.admin-audit__head h2{margin:9px 0 0;font-size:clamp(36px,5vw,57px);letter-spacing:-.06em}.admin-audit__head p{max-width:450px;margin:0;color:#8e8293;font-size:13px;line-height:1.7;text-align:right}.audit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.audit-card{padding:25px;border:1px solid #ffffff13;border-radius:11px;background:linear-gradient(145deg,#141019,#0a080c);box-shadow:inset 0 1px #ffffff08}.audit-card>span{display:flex;align-items:center;gap:8px;color:#c895df;font-size:10px;font-weight:600;letter-spacing:.08em}.audit-card>span i{width:7px;height:7px;border-radius:50%;background:#9f57bd;box-shadow:0 0 12px #9f57bd}.audit-card.done>span{color:#dfc273}.audit-card.done>span i{background:#e0bf68;box-shadow:0 0 12px #e0bf68}.audit-card h3{margin:18px 0 13px;font-size:20px}.audit-card ul{margin:0;padding:0;list-style:none}.audit-card li{position:relative;padding:9px 0 9px 17px;border-top:1px solid #ffffff0c;color:#8e8293;font-size:12px;line-height:1.55}.audit-card li:before{content:'·';position:absolute;left:2px;color:#c38be0}.audit-card strong{color:#d8cbdc}

.program-grid{
  gap:12px;
  padding:12px;
  border:1px solid #eed58f26;
  border-radius:18px;
  background:linear-gradient(145deg,#0a070d,#130c18);
  box-shadow:0 36px 95px #000a;
}
.program-card{
  min-height:300px;
  padding:28px 22px;
  overflow:hidden;
  border:1px solid #ffffff12!important;
  border-radius:12px;
  background:
    radial-gradient(circle at 92% 6%,color-mix(in srgb,var(--c) 22%,transparent),transparent 38%),
    linear-gradient(155deg,#17111b,#09070b 74%);
  transition:.35s ease;
}
.program-card:before{height:3px;box-shadow:0 0 18px var(--c)}
.program-card:after{
  content:'✦';
  position:absolute;
  right:-11px;
  bottom:-35px;
  color:color-mix(in srgb,var(--c) 18%,transparent);
  font-family:Georgia,serif;
  font-size:128px;
  line-height:1;
  transform:rotate(-12deg);
}
.program-card:nth-child(1):after{content:'♛'}
.program-card:nth-child(2):after{content:'★'}
.program-card:nth-child(3):after{content:'✚'}
.program-card:nth-child(4):after{content:'◆'}
.program-card:nth-child(5):after{content:'⚙'}
.program-card:nth-child(6):after{content:'!';font-weight:600}
.program-card:hover{transform:translateY(-8px);border-color:color-mix(in srgb,var(--c) 45%,transparent)!important;box-shadow:0 22px 55px #000b}
.program-card>span{width:46px;height:46px;border-width:2px;font-size:12px;background:color-mix(in srgb,var(--c) 10%,transparent)}
.program-card small{font-size:10px}
.program-card mark{position:relative;z-index:1;width:max-content;display:block;margin-top:12px;padding:6px 8px;border:1px solid color-mix(in srgb,var(--c) 38%,transparent);border-radius:99px;background:color-mix(in srgb,var(--c) 9%,transparent);color:color-mix(in srgb,var(--c) 76%,white);font-size:9px;font-weight:600}
.program-card h3{position:relative;z-index:1;margin-top:13px;font-size:25px}
.program-card p{position:relative;z-index:1;font-size:14px;line-height:1.75;color:#a89bac}
.program-card.grand{background:radial-gradient(circle at 86% 10%,#f0c76230,transparent 45%),linear-gradient(145deg,#23170a,#0d0908 70%);box-shadow:inset 0 0 55px #e7be5710}

.massive-head small{font-size:11px}
.massive-head b{font-size:17px}
.massive-tabs button{font-size:13px;padding:10px 17px}
.mg-copy p,.crew-copy p{font-size:15px}
.credits span{font-size:12px}.credits b{font-size:19px}

.radio{border-radius:8px;overflow:hidden}
.footer span b{font-size:15px}.footer span small{font-size:11px}

::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-track{background:#070509}
::-webkit-scrollbar-thumb{border:3px solid #070509;border-radius:99px;background:linear-gradient(#b867e4,#d9b560)}
::selection{background:#d1a75c;color:#09060a}

.audit-card:last-child{grid-column:1/-1}.audit-card:last-child ul{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.audit-card:last-child li{padding:14px;border:1px solid #ffffff0d;background:#ffffff03}.audit-card:last-child li:before{display:none}

@media(max-width:1050px){
  .hero{min-height:720px;padding:90px 48px;background-position:60% center}
  .hero-copy{max-width:570px}
  .vote-guide{grid-template-columns:1fr;padding:44px}
  .ballot-shell{grid-template-columns:210px 1fr}.ballot-summary{grid-column:1/-1;min-height:310px;border-left:0;border-top:1px solid #ffffff12}.ballot-submit{margin-top:25px}.audit-grid{grid-template-columns:1fr 1fr}.audit-card:last-child ul{grid-template-columns:1fr 1fr}
}

@media(max-width:700px){
  .topbar{height:82px}.brand img{width:58px}.preview-badge{font-size:9px;padding:8px}
  .hero{min-height:740px;margin-top:14px;padding:70px 24px 58px;background-position:64% center}
  .hero:before{background:linear-gradient(90deg,#050307f4,#050307a6 70%,#0503074d)}
  .hero:after{display:none}
  .hero h1{font-size:58px;line-height:.94}
  .hero p{font-size:16px}
  .hero-actions{flex-direction:column}.hero-actions a,.hero-actions button{text-align:center}
  .console-copy{padding:42px 24px}
  .award-console{background:radial-gradient(circle at 80% 10%,rgba(var(--award-rgb),.13),transparent 34%),#0c0810}
  .vote-guide{margin-top:70px;padding:28px 18px;border-radius:17px}
  .vote-guide:before{top:-20px;font-size:110px}
  .vote-rules{grid-template-columns:1fr}
  .vote-rules article{min-height:150px}
  .vote-status{align-items:flex-start;flex-direction:column}
  .admin-review-bar{justify-content:flex-start;overflow:hidden;white-space:nowrap}.admin-review-bar span{display:none}
  .vote-preview{padding:28px 18px}.vote-preview__head,.admin-audit__head{align-items:flex-start;flex-direction:column}.vote-preview__head p,.admin-audit__head p{text-align:left}.ballot-shell{grid-template-columns:1fr}.ballot-categories{border-right:0;border-bottom:1px solid #ffffff12}.ballot-categories strong{display:none}.ballot-categories button{display:flex}.candidate-grid{grid-template-columns:1fr}.candidate-card{min-height:175px}.ballot-summary{grid-column:auto}.audit-grid{grid-template-columns:1fr}.audit-card:last-child ul{grid-template-columns:1fr}
  .award-tabs{grid-template-columns:1fr 1fr;gap:8px;padding:8px}
  .award-tab{min-height:142px}
  .program-grid{grid-template-columns:1fr;gap:8px;padding:8px}
  .program-card{min-height:220px}
}

/* 실제 어워즈 투표 시스템 */
.awards-vote-app{overflow:hidden;border:1px solid #d78cff36;border-radius:16px;background:#08060a;box-shadow:0 35px 100px #000a}
.awards-voting-schedule{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:15px 24px;border-bottom:1px solid #d08aff2b;background:radial-gradient(circle at 0 50%,#9c43c929,transparent 26rem),linear-gradient(90deg,#160b1d,#0a070c);color:#9b8ca1}.awards-voting-schedule .schedule-status{display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #d18bf13d;border-radius:99px;color:#d69af0;font-size:9px;font-weight:600;letter-spacing:.06em;white-space:nowrap}.awards-voting-schedule .schedule-status i{width:6px;height:6px;border-radius:50%;background:#be72df;box-shadow:0 0 12px #be72df}.awards-voting-schedule div small,.awards-voting-schedule div b{display:block}.awards-voting-schedule div small{color:#7f7184;font-size:9px}.awards-voting-schedule div b{margin-top:5px;color:#eee2f1;font-size:14px}.awards-voting-schedule>strong{color:#e3b1f5;font-size:12px;text-align:right}.awards-voting-schedule.is-open{background:radial-gradient(circle at 0 50%,#31bd7030,transparent 26rem),linear-gradient(90deg,#0b1811,#090b0a)}.awards-voting-schedule.is-open .schedule-status{border-color:#5bdd9248;color:#77e8a5}.awards-voting-schedule.is-open .schedule-status i{background:#55df8d;box-shadow:0 0 12px #55df8d}.awards-voting-schedule.is-open>strong{color:#78e7a6}
.awards-login{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:20px 24px;border-bottom:1px solid #ffffff12;background:radial-gradient(circle at 12% 0,#a547d522,transparent 28rem),linear-gradient(90deg,#130b19,#09070b)}
.login-copy small,.login-copy b,.login-copy p{display:block}.login-copy small{color:#c789e7;font-size:9px;letter-spacing:.17em}.login-copy b{margin-top:7px;font-size:17px}.login-copy p{margin:5px 0 0;color:#817486;font-size:11px}
.login-platforms{display:flex;gap:8px}.login-platforms button{height:54px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #ffffff17;border-radius:8px;background:#ffffff05;color:#e7dce9;cursor:pointer;transition:.22s}.login-platforms button:hover{transform:translateY(-2px);border-color:#c982ec6b;background:#1d1026}.login-platforms span{width:27px;height:27px;display:grid;place-items:center;overflow:hidden;border-radius:7px}.login-platforms img{width:100%;height:100%;object-fit:cover}.login-platforms b{font-size:11px}.login-platforms i{color:#c17fe1;font-style:normal}.login-cime{box-shadow:inset 2px 0 #b454e8}.login-soop{box-shadow:inset 2px 0 #29b8ef}.login-chzzk{box-shadow:inset 2px 0 #05df75}
.chzzk-mark{width:100%;height:100%;display:grid!important;place-items:center;margin:0!important;border-radius:7px;background:#020806;color:#00eb76!important;font-size:15px!important;font-weight:600!important}.login-profile{display:flex;align-items:center;gap:13px}.profile-avatar{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border:1px solid #c47ce95e;border-radius:50%;background:#1d1024}.profile-avatar img{width:100%;height:100%;object-fit:cover}.login-profile div small,.login-profile div b,.login-profile div em{display:block}.login-profile div small{color:#a86dca;font-size:9px;letter-spacing:.1em}.login-profile div b{margin-top:4px;font-size:17px}.login-profile div em{margin-top:3px;color:#827486;font-size:10px;font-style:normal}.awards-logout{padding:10px 13px;border:1px solid #ffffff16;background:#ffffff04;color:#9a8d9f;font-size:10px;cursor:pointer}
.awards-workspace{display:grid;grid-template-columns:226px minmax(0,1fr) 284px;min-height:730px}.awards-workspace .ballot-categories{padding:20px 0}.awards-workspace .ballot-main{min-width:0;padding:26px}.awards-workspace .ballot-summary{padding:25px 20px}.ballot-categories button.completed i{color:#79e3a5}.ballot-categories button.completed:not(.active){background:#66df9a08}.ballot-categories button span small{margin-right:7px;color:#655a69;font-size:8px}.ballot-categories button.active span small{color:#d28cf1}
.candidate-tools{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:12px;margin-top:18px}.candidate-search-wrap{position:relative}.candidate-search-wrap>span{position:absolute;z-index:1;left:15px;top:50%;transform:translateY(-50%);color:#bf7bdd}.candidate-search-wrap .candidate-search{margin:0;padding-left:40px}.platform-filters{display:flex;gap:4px}.platform-filters button{height:48px;padding:0 12px;border:1px solid #ffffff13;border-radius:6px;background:#ffffff04;color:#756a7a;font-size:10px;cursor:pointer}.platform-filters button.active{border-color:#c779ec55;background:#ae52d819;color:#dcadef}.candidate-meta{display:flex;justify-content:space-between;gap:15px;margin-top:13px;color:#756a7a;font-size:9px}.candidate-meta span:last-child{display:flex;align-items:center;gap:6px}.candidate-meta i{width:5px;height:5px;border-radius:50%;background:#57d993;box-shadow:0 0 8px #57d993}
.awards-workspace .candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.awards-workspace .candidate-card{min-width:0;min-height:242px;padding:0;overflow:hidden}.candidate-select{width:100%;min-height:199px;display:block;padding:15px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.candidate-select:disabled{cursor:default}.awards-workspace .candidate-avatar{width:48px;height:48px;overflow:hidden}.candidate-avatar img{width:100%;height:100%;object-fit:cover}.candidate-platform{position:absolute;right:12px;top:14px;display:flex!important;align-items:center;gap:5px;padding:5px 7px;border:1px solid #ffffff13;border-radius:99px;font-size:8px!important}.candidate-platform img{width:13px;height:13px;object-fit:cover;border-radius:4px}.candidate-platform .chzzk-mark{width:13px;height:13px;font-size:8px!important}.platform-cime{color:#d596f0!important;background:#8e35bd19}.platform-soop{color:#65cfff!important;background:#169ace17}.platform-chzzk{color:#5ce69a!important;background:#16a76017}
.awards-workspace .candidate-card b{margin-top:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.awards-workspace .candidate-card small{min-height:30px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45}.awards-workspace .candidate-card em{bottom:11px;padding-top:8px}.candidate-card.selected{border-color:#d58bf2;background:radial-gradient(circle at 20% 10%,#b353dd2a,transparent 13rem),#151019;box-shadow:0 0 0 1px #b960dd47,0 15px 35px #0008}.candidate-card.selected em{color:#d797f2}.candidate-card.voted{border-color:#d7b86170;background:radial-gradient(circle at 15% 10%,#d4b65e22,transparent 12rem),#13100d}.candidate-card.voted em{color:#e3c878}
.candidate-live{height:42px;display:flex;align-items:center;gap:7px;padding:0 13px;border-top:1px solid #ffffff10;background:#070609;color:#746978;text-decoration:none;font-size:9px;transition:.2s}.candidate-live span{margin-left:auto}.candidate-live:hover{color:#d7a0ed;background:#160c1b}.candidate-live i{width:6px;height:6px;border-radius:50%;background:#504953}.candidate-live.is-live{color:#ff7398;background:#2a0b15}.candidate-live.is-live i{background:#ff386d;box-shadow:0 0 10px #ff386d;animation:livePulse 1.2s infinite}@keyframes livePulse{50%{opacity:.35}}
.candidate-empty,.award-loading{grid-column:1/-1;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #ffffff15;border-radius:8px;color:#776b7b;text-align:center}.candidate-empty i{width:48px;height:48px;display:grid;place-items:center;border:1px solid #b76edb55;border-radius:50%;color:#c584e2;font-size:20px;font-style:normal}.candidate-empty b,.award-loading b{margin-top:16px!important;color:#c8bacd!important;font-size:14px!important}.candidate-empty p{max-width:380px;margin:8px 20px 0;color:#716675;font-size:11px;line-height:1.6}.candidate-empty button{margin-top:16px;padding:9px 12px;border:1px solid #b46fd84d;background:#281331;color:#d29bea;cursor:pointer}.award-loading i{width:25px;height:25px;border:2px solid #ffffff13;border-top-color:#c276e4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.candidate-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:17px}.candidate-pagination>span{display:flex;gap:4px}.candidate-pagination button{min-width:32px;height:32px;padding:0 8px;border:1px solid #ffffff13;background:#ffffff03;color:#756a79;font-size:9px;cursor:pointer}.candidate-pagination button.active{border-color:#c57be564;background:#a64bce21;color:#e3b4f4}.candidate-pagination button:disabled{opacity:.25;cursor:default}.selection-list li.done i{color:#77dda0}.selection-list li.current{background:#ac55d30b}
.vote-locked{margin-top:18px;padding:18px;border:1px solid #d7b85b52;background:#d3af4c0b;text-align:center}.vote-locked>i{width:35px;height:35px;display:grid;place-items:center;margin:auto;border:1px solid #dac26f;border-radius:50%;color:#ebd388;font-style:normal}.vote-locked b,.vote-locked span{display:block}.vote-locked b{margin-top:10px;color:#f0dda5;font-size:14px}.vote-locked span{margin-top:4px;color:#8d7b57;font-size:9px}
.vote-start-locked{margin-top:18px;padding:18px;border:1px solid #bd76dd46;background:#a949d20c;text-align:center}.vote-start-locked i{width:35px;height:35px;display:grid;place-items:center;margin:auto;border:1px solid #c47de2;border-radius:50%;color:#dca4f2;font-style:normal}.vote-start-locked b,.vote-start-locked span{display:block}.vote-start-locked b{margin-top:10px;color:#e2c0ef;font-size:13px}.vote-start-locked span{margin-top:5px;color:#8b7c90;font-size:9px;line-height:1.5}
.award-modal{position:fixed;z-index:400;inset:0;display:grid;place-items:center;padding:20px;background:#050307e8;backdrop-filter:blur(18px)}.award-modal-card{position:relative;width:min(460px,100%);padding:35px;border:1px solid #d184ef53;border-radius:16px;background:radial-gradient(circle at 50% 0,#a64bcd30,transparent 21rem),linear-gradient(145deg,#170e1d,#09070b);box-shadow:0 45px 130px #000;text-align:center}.award-modal-card>small{color:#d299ec;font-size:9px;letter-spacing:.16em}.modal-close{position:absolute;right:13px;top:11px;width:32px;height:32px;border:0;background:transparent;color:#8c7e91;font-size:20px;cursor:pointer}.modal-avatar{width:78px;height:78px;display:grid;place-items:center;overflow:hidden;margin:23px auto 0;border:1px solid #d48df055;border-radius:50%;background:#211329}.modal-avatar img{width:100%;height:100%;object-fit:cover}.award-modal-card h2{margin:15px 0 8px;font-size:28px}.award-modal-card>p{margin:0;color:#97899b;font-size:12px;line-height:1.7}.award-modal-card>p b{color:#e1b6f2}.award-modal-card>label{display:flex;align-items:center;justify-content:center;gap:8px;margin:21px 0;color:#a294a6;font-size:11px}.award-modal-card>div:not(.vote-success){display:grid;grid-template-columns:1fr 1fr;gap:7px}.modal-cancel,.modal-confirm,.vote-success button{height:45px;border:1px solid #ffffff14;background:#ffffff05;color:#9d8fa1;font-size:11px;cursor:pointer}.modal-confirm,.vote-success button{border-color:#c275e356;background:#9e45c928;color:#e9c8f6}.modal-confirm:disabled{opacity:.35;cursor:default}.modal-message{display:block;min-height:18px;margin-top:12px;color:#ff7d92;font-size:10px;font-style:normal}
.vote-success>i{width:68px;height:68px;display:grid;place-items:center;margin:auto;border:1px solid #6de29d;border-radius:50%;color:#78e9a7;font-size:27px;font-style:normal;box-shadow:0 0 35px #45d47e2e}.vote-success small{display:block;margin-top:18px;color:#6ad99a;font-size:9px;letter-spacing:.18em}.vote-success h2{font-size:24px}.vote-success p{color:#8e8192;font-size:12px}.vote-success p b{color:#e6d1ec}.vote-success button{width:100%;margin-top:19px}
.awards-admin-auth{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:8px;padding:18px;border:1px solid #ffffff13;border-radius:10px;background:#0d090f}.awards-admin-auth input{height:46px;padding:0 14px;border:1px solid #ffffff15;background:#070609;color:#d8cbdc;outline:none}.awards-admin-auth input:focus{border-color:#be76df}.awards-admin-auth button{padding:0 18px;border:1px solid #bd75dd51;background:#9c42c324;color:#dfb5f1;cursor:pointer}.awards-admin-auth p{grid-column:1/-1;margin:3px 0 0;color:#776b7b;font-size:10px}.awards-admin-panel{margin-top:13px;padding:28px;border:1px solid #ffffff13;border-radius:12px;background:#0b080d}.admin-section-title small{color:#bd7bda;font-size:9px;letter-spacing:.16em}.admin-section-title h3{margin:8px 0 0;font-size:26px}.admin-section-title p{margin:7px 0 0;color:#776c7a;font-size:11px}
.ranking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.ranking-grid article{padding:17px;border:1px solid #ffffff12;background:#110c14}.ranking-grid article>span{display:block;padding-bottom:11px;border-bottom:1px solid #ffffff0d;color:#d3a1e8;font-size:11px}.ranking-grid article>div{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:7px;padding:10px 0;border-bottom:1px solid #ffffff09}.ranking-grid article>div i{color:#8d5ba5;font-size:9px;font-style:normal}.ranking-grid article>div b{overflow:hidden;color:#cbbecf;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ranking-grid article>div strong{color:#dfc576;font-size:10px}.ranking-grid article>p{color:#6f6572;font-size:10px}
.admin-roster{margin-top:35px;padding-top:30px;border-top:1px solid #ffffff13}.admin-roster>input{width:100%;height:45px;margin-top:15px;padding:0 14px;border:1px solid #ffffff15;background:#080609;color:#ddd0e0;outline:none}.roster-list{max-height:580px;overflow:auto;margin-top:8px;border:1px solid #ffffff10}.roster-list article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 13px;border-bottom:1px solid #ffffff0d}.roster-person{display:grid;grid-template-columns:38px 1fr;align-items:center;column-gap:9px}.roster-person>i{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#1c1122}.roster-person img{width:100%;height:100%;object-fit:cover}.roster-person b{font-size:11px}.roster-person small{color:#756a79;font-size:9px}.roster-list article>div{display:flex;gap:4px}.roster-list button{padding:7px 10px;border:1px solid #ffffff13;background:#ffffff03;color:#756a79;font-size:9px;cursor:pointer}.roster-list button.active{border-color:#b974db59;background:#9f4bc523;color:#dba6ef}
@media(max-width:1100px){.awards-workspace{grid-template-columns:205px minmax(0,1fr)}.awards-workspace .ballot-summary{grid-column:1/-1;display:grid;grid-template-columns:220px 1fr;gap:16px;border-left:0;border-top:1px solid #ffffff12}.awards-workspace .ballot-summary>span,.awards-workspace .ballot-summary>h3,.awards-workspace .ballot-summary>p{grid-column:1}.awards-workspace .selection-list{grid-column:2;grid-row:1/6;margin:0}.awards-workspace .ballot-submit,.awards-workspace .ballot-note,.vote-locked{grid-column:1}.ranking-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.awards-login{align-items:stretch;flex-direction:column}.login-platforms{display:grid;grid-template-columns:1fr}.awards-workspace{grid-template-columns:1fr}.awards-workspace .ballot-categories{display:grid;grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid #ffffff12}.awards-workspace .ballot-categories strong{grid-column:1/-1;display:block}.candidate-tools{grid-template-columns:1fr}.platform-filters{display:grid;grid-template-columns:repeat(4,1fr)}.platform-filters button{padding:0 5px}.awards-workspace .candidate-grid{grid-template-columns:1fr 1fr}.awards-workspace .ballot-summary{grid-column:auto;display:block}.awards-workspace .selection-list{margin-top:15px}.candidate-meta{align-items:flex-start;flex-direction:column}.awards-admin-auth{grid-template-columns:1fr}.awards-admin-auth button{height:44px}.ranking-grid{grid-template-columns:1fr}.roster-list article{align-items:flex-start;flex-direction:column}.roster-list article>div{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.roster-list button{height:34px}}

.platform-roster{color:#e0bd74!important;background:#c79b3317}.roster-mark{width:20px;height:20px;display:inline-grid;place-items:center;border:1px solid #d7b25b66;border-radius:50%;color:#e6c874;font-size:7px!important}.candidate-platform .roster-mark{width:13px;height:13px;font-size:5px!important}.candidate-live-wait{color:#8d7d64;cursor:default}.candidate-live-wait:hover{color:#8d7d64;background:#070609}

/* 후보 카드: 이름·플랫폼·득표수가 길어져도 서로 겹치지 않는 유동 레이아웃 */
.awards-workspace .candidate-grid{grid-template-columns:repeat(2,minmax(230px,1fr));gap:12px}
.awards-workspace .candidate-card{min-width:0;min-height:296px;display:flex;flex-direction:column;padding:0;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 12% 0,#8b3dbd18,transparent 13rem),linear-gradient(150deg,#151019,#09070b)}
.candidate-select{min-height:250px;display:flex;flex:1;flex-direction:column;padding:17px 17px 14px}
.candidate-card-head{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.awards-workspace .candidate-avatar{width:56px;height:56px;flex:0 0 56px;border-color:#d088ee4d;background:linear-gradient(145deg,#2b1735,#120b16);box-shadow:0 10px 24px #0007}
.candidate-badges{min-width:0;display:flex;align-items:flex-end;flex-direction:column;gap:6px}
.candidate-platform,.candidate-vote-count{position:static;max-width:100%;display:flex!important;align-items:center;gap:5px;padding:5px 8px;border-radius:99px;line-height:1;white-space:nowrap}
.candidate-platform{border:1px solid #ffffff16;font-size:9px!important}.candidate-platform img{flex:0 0 auto}
.candidate-vote-count{border:1px solid #d7b96842;background:#d2ad5312;color:#e6cc82;font-size:10px;font-weight:600}.candidate-vote-count i{font-size:7px;font-style:normal}
.candidate-identity{min-width:0;display:block;margin-top:17px}
.awards-workspace .candidate-card .candidate-identity b{display:-webkit-box;margin:0;overflow:hidden;color:#f1e8f3;font-size:17px;line-height:1.3;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}
.awards-workspace .candidate-card .candidate-rp-name{min-height:0!important;display:block;margin-top:6px;overflow:hidden;color:#ca9dde!important;font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.awards-workspace .candidate-card .candidate-broadcast-title{min-height:36px!important;display:-webkit-box;margin-top:12px!important;padding:9px 10px;overflow:hidden;border:1px solid #ffffff0d;border-radius:7px;background:#ffffff03;color:#817586;font-size:10px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}
.awards-workspace .candidate-card .candidate-broadcast-title.is-live{border-color:#ff55783d;background:#ff2e5a0c;color:#ff8ca4}
.awards-workspace .candidate-card em{position:static;width:100%;display:block;margin-top:auto;padding-top:12px;border-top:1px solid #ffffff0d;color:#9c8ca2;font-size:10px;line-height:1.35}
.candidate-live{height:46px;flex:0 0 46px;padding:0 16px;font-size:10px}
.admin-audit[hidden]{display:none!important}
@media(min-width:1580px){.awards-workspace .candidate-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}
@media(max-width:760px){.awards-voting-schedule{grid-template-columns:1fr auto;gap:10px;padding:15px 16px}.awards-voting-schedule .schedule-status{grid-column:1/-1;justify-self:start}.awards-voting-schedule>strong{font-size:10px}.platform-filters{grid-template-columns:repeat(3,1fr)}.awards-workspace .candidate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-select{padding:14px}.candidate-badges{align-items:flex-start}.candidate-platform,.candidate-vote-count{font-size:8px!important}.awards-workspace .candidate-card .candidate-identity b{font-size:15px}}
@media(max-width:480px){.awards-workspace .candidate-grid{grid-template-columns:1fr}.awards-workspace .ballot-categories{grid-template-columns:1fr}.candidate-pagination>span{display:none}.award-modal-card{padding:30px 20px}.preview-badge{display:none}}

/* 2026 시민 투표 — 편집물처럼 절제한 최종 아트 디렉션 */
.awards-voting-live{
  --paper:#eee8df;
  --muted:#a79ca9;
  --wine:#8d3d71;
  --plum-deep:#170d18;
  --gold:#c8a96a;
  background:#09070a;
}
.awards-voting-live .noise{opacity:.022;background-size:7px 7px}
.awards-voting-live .grid{opacity:.08;background-size:74px 74px}
.awards-voting-live .spotlight{opacity:.08;filter:blur(80px)}
.awards-voting-live .particles{display:none}
.awards-voting-live .shell{width:min(calc(100% - 64px),1360px)}
.awards-voting-live .topbar{height:90px;border-color:#eee8df1b}
.awards-voting-live .brand{gap:17px}
.awards-voting-live .brand img{width:72px;height:56px;filter:none}
.awards-voting-live .brand b{color:var(--paper);font-size:17px;letter-spacing:-.01em}
.awards-voting-live .brand small{margin-top:5px;color:#817681;font-size:10px;letter-spacing:.08em}
.awards-voting-live .nav{gap:34px}
.awards-voting-live .nav a{position:relative;color:#9e949f;font-size:13px}
.awards-voting-live .nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--gold);transition:.25s}
.awards-voting-live .nav a:hover:after{right:0}
.awards-voting-live .preview-badge{padding:0;border:0;border-radius:0;background:none;color:#cdbb92;font-size:11px}
.awards-voting-live .preview-badge i{background:#82d7a2;box-shadow:0 0 10px #82d7a2}

.awards-voting-live .hero{
  min-height:720px;
  margin-top:18px;
  padding:108px 8.5% 82px;
  border:0;
  border-radius:0;
  background-image:linear-gradient(90deg,#080609 0%,#080609e8 41%,#0806094f 72%,#08060910),linear-gradient(0deg,#080609b8,transparent 48%),url('../brands/c-valley-awards-trophy-stage-v1.png');
  box-shadow:none;
}
.awards-voting-live .hero:before{background:linear-gradient(90deg,#c8a96a 0 110px,transparent 110px);height:1px;inset:auto auto 46px 8.5%;width:230px;animation:none}
.awards-voting-live .hero:after{content:"MASSIVE GAMING  /  2026";right:25px;bottom:45px;color:#c8a96a99;font-size:9px;letter-spacing:.2em}
.awards-voting-live .hero-copy{max-width:760px}
.awards-voting-live .hero-copy>small{color:#c9aa6e;font-size:12px;letter-spacing:.13em}
.awards-voting-live .hero h1{margin-top:31px;color:var(--paper);font-size:clamp(68px,7.5vw,112px);line-height:.92;letter-spacing:-.075em;text-shadow:0 18px 55px #000}
.awards-voting-live .hero h1 span{display:inline-block;margin-top:10px;color:#d9c9d8;text-shadow:none}
.awards-voting-live .hero p{max-width:680px;margin-top:38px;color:#aaa0aa;font-size:18px;line-height:1.9}
.awards-voting-live .hero p b{color:#e9dfd5;font-weight:600}
.awards-voting-live .hero-actions{margin-top:38px;gap:18px}
.awards-voting-live .hero-actions a,.awards-voting-live .hero-actions button{padding:14px 0;border:0;border-bottom:1px solid #8c7e87;border-radius:0;background:transparent!important;color:#d7ccd3;font-size:13px;box-shadow:none}
.awards-voting-live .hero-actions a:first-child{color:#ebd9b4;font-weight:600}
.awards-voting-live .hero-actions a:hover,.awards-voting-live .hero-actions button:hover{transform:none;border-color:var(--gold);box-shadow:none;color:#fff}
.awards-voting-live .hero-meta{max-width:720px;margin-top:58px;border:0;border-top:1px solid #eee8df24;border-left:0;background:transparent;backdrop-filter:none}
.awards-voting-live .hero-meta div{padding:18px 24px 4px 0;border:0}
.awards-voting-live .hero-meta small{color:#796f79;font-size:10px;letter-spacing:.08em}
.awards-voting-live .hero-meta b{margin-top:8px;color:#d9ced5;font-size:14px}
.awards-voting-live .marquee{border-color:#b692551f;background:#c5a364}
.awards-voting-live .marquee div{padding:12px 0;color:#1a1115;font-size:11px;font-weight:600;animation-duration:42s}
.awards-voting-live .marquee b{color:#4b1638}
.awards-voting-live .marquee span:after{color:#6e3558}

.awards-voting-live .vote-guide{grid-template-columns:.72fr 1.28fr;gap:70px;margin-top:120px;margin-bottom:110px;padding:0 0 54px;border:0;border-bottom:1px solid #eee8df22;border-radius:0;background:none;box-shadow:none;overflow:visible}
.awards-voting-live .vote-guide:before{content:"01";right:auto;left:0;top:-55px;color:#c8a96a;font-size:12px;letter-spacing:.08em}
.awards-voting-live .vote-guide__heading>span{padding:0;border:0;border-radius:0;color:#9d8e9d;font-size:11px;letter-spacing:.1em}
.awards-voting-live .vote-guide__heading h2{margin:24px 0 22px;color:var(--paper);font-size:clamp(44px,4.2vw,64px);line-height:1.08}
.awards-voting-live .vote-guide__heading h2 em{color:#c9aa6d}
.awards-voting-live .vote-guide__heading p{color:#9f949f;font-size:15px}
.awards-voting-live .vote-rules{gap:0;border-top:1px solid #eee8df24}
.awards-voting-live .vote-rules article{min-height:150px;padding:26px 24px;border:0;border-right:1px solid #eee8df18;border-bottom:1px solid #eee8df18;border-radius:0;background:none;box-shadow:none}
.awards-voting-live .vote-rules article:nth-child(2n){border-right:0}
.awards-voting-live .vote-rules article:hover{transform:none;background:#ffffff03}
.awards-voting-live .vote-rules article i{width:auto;height:auto;display:block;border:0;border-radius:0;color:#866b80;font-size:10px}
.awards-voting-live .vote-rules article strong{margin-top:19px;color:#e5dce2;font-size:17px}
.awards-voting-live .vote-rules article p{color:#8f858f;font-size:13px}
.awards-voting-live .vote-rules .rule-warning{background:#c8a96a08}
.awards-voting-live .vote-status{padding:17px 0;border:0;border-radius:0;background:none}
.awards-voting-live .vote-status span{color:#c9aa6d;font-size:12px}

.awards-voting-live .vote-preview{margin-bottom:120px;padding:0;border:0;border-radius:0;background:none;box-shadow:none}
.awards-voting-live .vote-preview__head{align-items:flex-start;margin-bottom:42px;padding-top:54px;border-top:1px solid #eee8df28}
.awards-voting-live .vote-preview__head span{color:#a996a5;font-size:11px;letter-spacing:.1em}
.awards-voting-live .vote-preview__head h2{margin-top:15px;color:var(--paper);font-size:clamp(48px,5.4vw,76px);line-height:1.02}
.awards-voting-live .vote-preview__head p{margin-top:8px;color:#9d929c;font-size:14px;text-align:left}
.awards-voting-live .awards-vote-app{border:1px solid #eee8df24;background:#0c090d}
.awards-voting-live .awards-voting-schedule{min-height:74px;padding:18px 24px;border:0;border-bottom:1px solid #eee8df1c;border-radius:0;background:#110c11;box-shadow:none}
.awards-voting-live .awards-voting-schedule .schedule-status{border-radius:0;background:none}
.awards-voting-live .awards-voting-schedule>strong{color:#d8c8d2}
.awards-voting-live .awards-login{min-height:116px;padding:25px 28px;border-bottom:1px solid #eee8df1c;background:#0d0a0e}
.awards-voting-live .login-copy small{color:#927b8c;letter-spacing:.1em}
.awards-voting-live .login-copy b{color:#eee7e8;font-size:17px}
.awards-voting-live .login-copy p{color:#817780;font-size:11px}
.awards-voting-live .login-platforms{gap:7px}
.awards-voting-live .login-platforms button{min-width:150px;height:58px;border-radius:0;background:#100c11;box-shadow:none}
.awards-voting-live .login-platforms button:hover{transform:none;background:#171118}

.awards-voting-live .awards-workspace{grid-template-columns:minmax(0,1fr) 300px;min-height:780px}
.awards-voting-live .awards-workspace .ballot-categories{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,1fr);padding:0;border:0;border-bottom:1px solid #eee8df1c;background:#0b080c}
.awards-voting-live .ballot-categories strong{grid-column:1/-1;padding:18px 22px 13px;color:#766d76;font-size:10px}
.awards-voting-live .ballot-categories button{min-height:78px;margin:0;padding:15px 18px;border:0;border-right:1px solid #eee8df13;border-radius:0;color:#8f858e;font-size:13px}
.awards-voting-live .ballot-categories button:last-child{border-right:0}
.awards-voting-live .ballot-categories button i{display:block;margin-top:5px;color:#5f575f;font-size:9px}
.awards-voting-live .ballot-categories button span small{display:block;margin:0 0 6px;color:#615861;font-size:9px}
.awards-voting-live .ballot-categories button.active{border-color:transparent;background:#eee8df08;color:#eee6e9}
.awards-voting-live .ballot-categories button.active:before{left:17px;right:17px;top:auto;bottom:0;width:auto;height:2px;background:var(--gold);box-shadow:none}
.awards-voting-live .awards-workspace .ballot-main{padding:36px 34px 44px}
.awards-voting-live .ballot-title span{color:#d9c2d0;font-size:18px;font-weight:600}
.awards-voting-live .ballot-title small{padding:0;border:0;border-radius:0;color:#847982;font-size:10px}
.awards-voting-live .candidate-tools{margin-top:24px}
.awards-voting-live .candidate-search{height:51px;border-color:#eee8df1d;border-radius:0;background:#0a080b;color:#ddd4d9;font-size:13px}
.awards-voting-live .candidate-search:focus{border-color:#9e6f91}
.awards-voting-live .platform-filters{gap:0}
.awards-voting-live .platform-filters button{height:51px;padding:0 14px;border-right:0;border-radius:0;background:#0a080b;color:#7e747d}
.awards-voting-live .platform-filters button:last-child{border-right:1px solid #eee8df1d}
.awards-voting-live .platform-filters button.active{border-color:#9e6f91;background:#23121e;color:#e0c7d6}
.awards-voting-live .candidate-meta{margin-top:16px;color:#756c74;font-size:10px}
.awards-voting-live .awards-workspace .candidate-grid{grid-template-columns:repeat(2,minmax(250px,1fr));gap:10px;margin-top:18px}
.awards-voting-live .awards-workspace .candidate-card{min-height:282px;border-color:#eee8df19;border-radius:1px;background:#100c11;box-shadow:none}
.awards-voting-live .candidate-card:hover{border-color:#b095a6;background:#141015}
.awards-voting-live .candidate-select{min-height:235px;padding:20px}
.awards-voting-live .awards-workspace .candidate-avatar{width:58px;height:58px;flex-basis:58px;border-color:#eee8df25;border-radius:3px;background:#171119;box-shadow:none}
.awards-voting-live .candidate-badges{align-items:flex-end;gap:7px}
.awards-voting-live .candidate-platform,.awards-voting-live .candidate-vote-count{padding:4px 0;border:0;border-radius:0;background:none;font-size:9px!important}
.awards-voting-live .candidate-vote-count{color:#c7a866}
.awards-voting-live .awards-workspace .candidate-card .candidate-identity b{color:#eee7ea;font-size:20px}
.awards-voting-live .awards-workspace .candidate-card .candidate-rp-name{color:#aa8da0!important;font-size:11px}
.awards-voting-live .awards-workspace .candidate-card .candidate-broadcast-title{margin-top:14px!important;padding:10px 0;border:0;border-top:1px solid #eee8df12;border-radius:0;background:none;color:#827880}
.awards-voting-live .awards-workspace .candidate-card em{color:#81747d;font-size:10px}
.awards-voting-live .candidate-card.selected{border-color:#c7a866;background:#171113;box-shadow:inset 4px 0 #c7a866}
.awards-voting-live .candidate-card.voted{border-color:#776547;background:#14110e;box-shadow:inset 4px 0 #c7a866}
.awards-voting-live .candidate-live{height:47px;padding:0 20px;border-color:#eee8df13;background:#09070a;color:#827781;font-size:10px}
.awards-voting-live .candidate-live:hover{background:#130e13;color:#e1c9d7}
.awards-voting-live .candidate-live.is-live{background:#211016;color:#e895a9}
.awards-voting-live .candidate-pagination button{border-color:#eee8df1b;background:#0a080b}
.awards-voting-live .candidate-pagination button.active{border-color:#c7a866;background:#c7a866;color:#140f0d}
.awards-voting-live .awards-workspace .ballot-summary{padding:34px 26px;border-left:1px solid #eee8df1c;background:#0a080b}
.awards-voting-live .ballot-summary>span{color:#aa8fa0;font-size:10px}
.awards-voting-live .ballot-summary h3{margin-top:15px;color:#eee5e9;font-size:28px}
.awards-voting-live .ballot-summary>p{color:#827780}
.awards-voting-live .selection-list li{padding:13px 0;color:#a79ca4;font-size:11px}
.awards-voting-live .selection-list li i{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.awards-voting-live .ballot-submit{padding:16px;border-color:#c7a866;border-radius:0;background:#c7a866;color:#120e0d;opacity:1}
.awards-voting-live .ballot-submit:disabled{border-color:#eee8df1b;background:#100c11;color:#6e656d;opacity:1}
.awards-voting-live .award-modal-card{border-color:#c7a86655;border-radius:2px;background:#100c11;box-shadow:0 45px 130px #000}
.awards-voting-live .award-modal-card>small{color:#c7a866;letter-spacing:.08em}

@media(max-width:1100px){
  .awards-voting-live .awards-workspace{grid-template-columns:1fr}
  .awards-voting-live .awards-workspace .ballot-summary{grid-column:auto;display:block;border-left:0;border-top:1px solid #eee8df1c}
  .awards-voting-live .awards-workspace .selection-list{margin-top:18px}
}
@media(max-width:850px){
  .awards-voting-live .shell{width:min(calc(100% - 32px),1360px)}
  .awards-voting-live .hero{min-height:670px;padding:90px 30px 70px}
  .awards-voting-live .hero:before{left:30px}
  .awards-voting-live .vote-guide{grid-template-columns:1fr;gap:40px}
  .awards-voting-live .awards-workspace .ballot-categories{grid-template-columns:repeat(3,1fr)}
  .awards-voting-live .ballot-categories strong{grid-column:1/-1}
}
@media(max-width:700px){
  .awards-voting-live .topbar{height:76px}
  .awards-voting-live .brand img{width:57px;height:45px}
  .awards-voting-live .brand b{font-size:14px}
  .awards-voting-live .hero{min-height:610px;margin-top:0;padding:74px 20px 60px;background-position:62% center}
  .awards-voting-live .hero h1{font-size:clamp(54px,15vw,76px)}
  .awards-voting-live .hero p{font-size:15px}
  .awards-voting-live .hero-actions{flex-wrap:wrap}
  .awards-voting-live .hero-meta{grid-template-columns:1fr 1fr}
  .awards-voting-live .hero-meta div:last-child{grid-column:1/-1}
  .awards-voting-live .vote-guide{margin-top:85px;padding-bottom:35px}
  .awards-voting-live .vote-rules{grid-template-columns:1fr}
  .awards-voting-live .vote-rules article,.awards-voting-live .vote-rules article:nth-child(2n){border-right:0}
  .awards-voting-live .vote-preview__head{flex-direction:column}
  .awards-voting-live .awards-login{align-items:stretch;flex-direction:column}
  .awards-voting-live .login-platforms{grid-template-columns:1fr}
  .awards-voting-live .awards-workspace .ballot-categories{grid-template-columns:repeat(2,1fr)}
  .awards-voting-live .awards-workspace .ballot-main{padding:28px 16px 36px}
  .awards-voting-live .candidate-tools{grid-template-columns:1fr}
  .awards-voting-live .platform-filters{display:grid;grid-template-columns:repeat(3,1fr)}
  .awards-voting-live .platform-filters button{border-right:1px solid #eee8df1d}
  .awards-voting-live .awards-workspace .candidate-grid{grid-template-columns:1fr}
}
@media(max-width:440px){
  .awards-voting-live .shell{width:min(calc(100% - 20px),1360px)}
  .awards-voting-live .brand small{display:none}
  .awards-voting-live .hero{padding-inline:15px}
  .awards-voting-live .hero-copy>small{font-size:10px}
  .awards-voting-live .hero h1{font-size:50px}
  .awards-voting-live .hero-meta{grid-template-columns:1fr}
  .awards-voting-live .hero-meta div:last-child{grid-column:auto}
  .awards-voting-live .vote-preview__head h2{font-size:43px}
  .awards-voting-live .awards-workspace .ballot-categories{grid-template-columns:1fr}
}

/* 2026-08 awards art direction: custom raster trophy, editorial typography */
.hero,
.awards-voting-live .hero{
  min-height:760px;
  border-radius:0;
  background-image:
    linear-gradient(90deg,#050307 0%,#050307f5 35%,#05030780 58%,#05030716 82%),
    linear-gradient(0deg,#050307d9,transparent 48%),
    url('../brands/c-valley-awards-trophy-v2.png');
  background-size:auto,auto,min(52%,620px) auto;
  background-position:center,center,calc(100% - 42px) center;
  background-repeat:no-repeat;
  box-shadow:0 50px 140px #000d,inset 0 1px #f6dda035;
}
.hero:before,
.awards-voting-live .hero:before{
  inset:0;
  left:0;
  background:linear-gradient(90deg,transparent 0 57%,#e4bd7130 57.08%,transparent 57.2%);
  opacity:.7;
}
.hero:after,
.awards-voting-live .hero:after{
  content:'C-VALLEY  /  AWARDS 2026';
  right:28px;
  bottom:26px;
  writing-mode:vertical-rl;
  color:#d9b86c;
  font-size:9px;
  letter-spacing:.24em;
}

.award-tabs{
  gap:0;
  padding:0;
  border:1px solid #ead69b2b;
  border-radius:0;
  background:#09070a;
  box-shadow:0 28px 80px #0009;
}
.award-tab{
  min-height:142px;
  padding:24px 18px 21px;
  overflow:hidden;
  border:0!important;
  border-right:1px solid #f1e8db16!important;
  border-radius:0;
  background:#0c090d;
  color:#857b84;
  box-shadow:none;
}
.award-tab:last-child{border-right:0!important}
.award-tab:before{
  inset:auto 18px 0;
  height:2px;
  opacity:.25;
  box-shadow:none;
}
.award-tab:after{display:none!important;content:none!important}
.award-tab small{
  position:static;
  display:block;
  color:#6f666f;
  font-size:10px;
  letter-spacing:.12em;
}
.award-tab b{
  position:static;
  display:block;
  margin-top:29px;
  color:#a39aa3;
  font-size:19px;
  line-height:1.2;
  letter-spacing:-.03em;
}
.award-tab em{
  position:static;
  display:block;
  margin-top:8px;
  color:#625a62;
  font-size:10px;
  font-style:normal;
}
.award-tab:hover{
  transform:none;
  border-color:#f1e8db16!important;
  background:#120e13;
  box-shadow:none;
}
.award-tab.active{
  transform:none;
  border-color:#f1e8db16!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--tab) 13%,#0d090e),#0d090e 72%);
  box-shadow:inset 0 1px color-mix(in srgb,var(--tab) 78%,transparent);
}
.award-tab.active small{color:var(--tab)}
.award-tab.active b{color:#fffaf3}
.award-tab.active em{color:#c5b9c3}
.award-tab.active:before{opacity:1}

.award-console{
  min-height:650px;
  grid-template-columns:minmax(0,56%) minmax(360px,44%);
  margin-top:18px;
  border-color:#ead69b34;
  border-radius:0;
  background:#0a070b;
  box-shadow:0 45px 120px #000c;
}
.award-console:before{
  height:1px;
  background:linear-gradient(90deg,var(--award),transparent 60%);
}
.award-console:after{
  background:
    linear-gradient(90deg,transparent 55%,rgba(var(--award-rgb),.07)),
    linear-gradient(135deg,transparent 0 62%,rgba(var(--award-rgb),.14) 62.1%,transparent 62.3%);
}
.console-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:74px 68px;
  border-right:1px solid #eee4d916;
  background:
    linear-gradient(135deg,rgba(var(--award-rgb),.045),transparent 43%),
    #0c080e;
}
.console-number{
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--award);
  font-size:11px;
  letter-spacing:.2em;
}
.console-number:before{content:'';width:34px;height:1px;background:currentColor}
.console-copy h3{
  margin:29px 0 14px;
  color:#fffaf5;
  font-size:clamp(58px,7vw,94px);
  line-height:.9;
  letter-spacing:-.075em;
}
.console-copy>strong{
  color:#d5c8d1;
  font-size:17px;
  font-weight:400;
}
.console-copy>p{
  max-width:600px;
  margin-top:27px;
  color:#9d939c;
  font-size:16px;
  line-height:1.9;
}
.criteria{
  margin-top:46px;
  border:0;
  border-top:1px solid #eee5d91d;
  border-bottom:1px solid #eee5d91d;
}
.criteria div{
  min-height:86px;
  padding:18px 16px 15px 0;
  border:0;
  border-right:1px solid #eee5d915;
}
.criteria div+div{padding-left:16px}
.criteria div:last-child{border-right:0}
.criteria small{color:#726a71;font-size:9px;letter-spacing:.08em}
.criteria b{margin-top:9px;color:#ddd4da;font-size:13px}

.winner-stage{
  position:relative;
  display:block;
  min-width:0;
  padding:0;
  overflow:hidden;
  border:0;
  background:#060407;
  text-align:left;
}
.winner-stage:before{display:none;content:none}
.trophy-visual{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#09060b;
}
.trophy-visual:before{
  content:'';
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(0deg,#080609 0%,#08060919 45%,#08060905 72%),
    radial-gradient(circle at 55% 38%,rgba(var(--award-rgb),.12),transparent 48%);
  pointer-events:none;
}
.trophy-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 46%;
  filter:saturate(.82) contrast(1.05);
  transform:scale(1.035);
  transition:filter .5s ease,transform .8s cubic-bezier(.2,.7,.2,1);
}
.award-console:hover .trophy-visual img{transform:scale(1.065);filter:saturate(1) contrast(1.07)}
.trophy-visual span{
  position:absolute;
  z-index:2;
  top:28px;
  right:25px;
  color:#f0d38f;
  font-size:9px;
  letter-spacing:.22em;
  writing-mode:vertical-rl;
}
.winner-copy{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  padding:88px 38px 34px;
  background:linear-gradient(0deg,#070508 23%,#070508e8 60%,transparent);
}
.sealed{
  width:auto;
  height:auto;
  display:block;
  border:0;
  border-radius:0;
  background:none;
  color:var(--award);
  font:600 12px AstaSans,sans-serif;
  letter-spacing:.2em;
  box-shadow:none;
}
.winner-copy>small{
  display:block;
  margin-top:16px;
  color:#b5a9b2;
  font-size:9px;
  letter-spacing:.16em;
}
.winner-copy h4{margin:9px 0 7px;color:#fffaf3;font-size:30px}
.winner-copy p{margin:0;color:#8d848c;font-size:11px}
.winner-copy .reveal-button{
  margin-top:20px;
  padding:11px 14px;
  border-color:#e8d9bf29;
  background:#0c090cad;
  color:#9e949c;
}
.award-console.revealed .sealed{
  transform:none;
  background:none;
  color:var(--award);
  box-shadow:none;
}

.program-grid{gap:0;background:#09070a}
.program-card{
  min-height:250px;
  padding:27px 21px;
  background:#0c090d;
}
.program-card>span{
  width:auto;
  height:auto;
  display:block;
  border:0;
  border-radius:0;
  color:var(--c);
  font-size:11px;
  letter-spacing:.14em;
}
.program-card small{margin-top:48px}
.program-card h3{font-size:20px}
.program-card mark{border-radius:0}

.radio{
  width:min(390px,calc(100vw - 28px));
  border-color:#e8d2942e;
  border-radius:0;
  background:#080609e8;
}
.radio-main{grid-template-columns:44px 1fr 42px;padding:9px 11px}
.radio-art{width:44px;height:44px;border-color:#e8d2942c;background:#110c12}
.radio-art i{display:none}
.radio-info>small{color:#9d8250;font-size:8px}
.radio-info>strong{font-size:12px}
.controls button:not(.play),.toggle,.playlist{display:none!important}
.controls .play{width:38px;height:38px}

@media(max-width:1050px){
  .hero,.awards-voting-live .hero{background-size:auto,auto,min(62%,610px) auto;background-position:center,center,112% center}
  .award-console{grid-template-columns:1fr}
  .console-copy{border-right:0;border-bottom:1px solid #eee4d916}
  .winner-stage{min-height:620px;border-top:0}
}
@media(max-width:700px){
  .hero,.awards-voting-live .hero{
    min-height:700px;
    padding-bottom:54px;
    background-image:linear-gradient(0deg,#050307 5%,#050307e6 43%,#0503073d 78%),url('../brands/c-valley-awards-trophy-v2.png');
    background-size:auto,100% auto;
    background-position:center,bottom center;
  }
  .hero-copy{padding-top:0}
  .hero-copy>p{max-width:92%}
  .award-tabs{grid-template-columns:1fr 1fr}
  .award-tab{min-height:118px;padding:17px 15px}
  .award-tab b{margin-top:19px;font-size:17px}
  .console-copy{padding:48px 22px}
  .console-copy h3{font-size:58px}
  .criteria{grid-template-columns:1fr}
  .criteria div,.criteria div+div{padding:15px 0;border-right:0;border-bottom:1px solid #eee5d915}
  .criteria div:last-child{border-bottom:0}
  .winner-stage{min-height:520px}
  .winner-copy{padding:75px 24px 25px}
}
