@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,700&display=swap";:root{--contest-red:#e4432f;--contest-ink:#111211;--contest-paper:#f4f1e9;--contest-line:rgba(17,18,17,.15)}html:has(body.contest-body){scroll-behavior:smooth;overflow-y:auto}.contest-body{overflow-x:hidden!important;overflow-y:auto!important;background:var(--contest-paper)!important;overscroll-behavior-y:auto}.contest-login-button{border:0;background:transparent;color:#222;font-size:13px;font-weight:700;cursor:pointer;padding:10px 0;border-bottom:1px solid #222}.contest-account-identity{display:flex;align-items:center;gap:9px}.contest-account-identity>.avatar{border-radius:50%;object-fit:cover;flex:0 0 auto}.contest-account-identity>span{display:grid;gap:2px}.contest-account-identity strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.2}.contest-account-identity small{width:max-content;padding:2px 6px;background:#111;color:#fff;font-size:8px;font-weight:900;line-height:1.25;letter-spacing:.08em}.contest-login-modal form>.contest-primary{margin-top:22px}.contest-login-error{padding:10px 12px;background:#ffe6e1;color:#a6291c;font-size:12px}.contest-login-help{text-align:center;font-size:12px;color:#666;margin:20px 0 0}.contest-login-help a{color:var(--contest-red);font-weight:700}*{box-sizing:border-box}.contest-page{min-height:100vh;background:var(--contest-paper);color:var(--contest-ink);font-family:Be Vietnam Pro,sans-serif}.contest-page button,.contest-page input,.contest-page select{font:inherit}.contest-header{height:76px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--contest-line);position:sticky;top:0;z-index:20;background:#f4f1e9eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.contest-brand{width:150px;color:#111}.contest-brand svg{width:100%;height:auto}.contest-header nav{display:flex;gap:34px;align-items:center}.contest-header nav a,.contest-header nav button{color:inherit;background:none;border:0;text-decoration:none;font-size:14px;cursor:pointer;padding:27px 0;position:relative}.contest-header nav .active:after{content:"";height:2px;background:var(--contest-red);position:absolute;left:0;right:0;bottom:0}.contest-account{display:flex;gap:18px;align-items:center;font-size:13px}.contest-primary{border:0;background:var(--contest-red);color:#fff;padding:15px 22px;font-weight:700;cursor:pointer;box-shadow:4px 4px #191919;transition:.2s}.contest-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #191919}.contest-primary.small{padding:10px 14px;box-shadow:none}.contest-primary.full{width:100%}.contest-secondary{border:1px solid #222;background:transparent;padding:14px 22px;font-weight:700;cursor:pointer}.contest-kicker{font-size:12px;letter-spacing:.15em;font-weight:800;color:var(--contest-red)}.contest-hero{min-height:600px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden}.contest-hero-copy{padding:clamp(65px,9vw,125px) 4vw 70px max(5vw,calc((100vw - 1400px)/2));position:relative;z-index:2}.contest-hero h1{font-size:clamp(44px,5.2vw,78px);line-height:1.03;letter-spacing:-.045em;margin:22px 0 24px;max-width:800px}.contest-hero h1 em{font-family:Playfair Display,serif;color:var(--contest-red);font-weight:700}.contest-hero-copy>p{max-width:600px;font-size:17px;line-height:1.75;color:#555}.contest-hero-actions{display:flex;gap:14px;margin-top:32px}.contest-deadline{display:flex;align-items:center;gap:10px;margin-top:55px;color:#555;font-size:13px}.contest-deadline strong{font-size:22px;color:#111}.contest-deadline i{height:28px;width:1px;background:var(--contest-line);margin:0 15px}.contest-hero-art{position:relative;background:#181a19;display:grid;place-items:center;isolation:isolate}.contest-hero-art:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(228,67,47,.3),transparent 55%),linear-gradient(135deg,transparent 49.8%,rgba(255,255,255,.06) 50%,transparent 50.2%)}.contest-hero-art img{width:min(82%,600px);height:490px;object-fit:contain;filter:drop-shadow(0 35px 40px rgba(0,0,0,.55));z-index:2;animation:contest-float 5s ease-in-out infinite}.contest-orbit{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:450px;height:450px}.contest-orbit.two{width:610px;height:610px}.contest-stamp{position:absolute;right:7%;bottom:8%;width:92px;height:92px;border-radius:50%;border:1px solid rgba(255,255,255,.4);color:#fff;display:grid;place-content:center;text-align:center;font-size:10px;letter-spacing:.15em;transform:rotate(8deg);z-index:3}.contest-stamp b{font-size:28px;line-height:1}.contest-stamp small{font-size:8px}@keyframes contest-float{50%{transform:translateY(-12px) rotate(-1deg)}}.contest-progress{background:#111;color:#fff;display:grid;grid-template-columns:repeat(5,1fr);padding:0 max(5vw,calc((100vw - 1400px)/2))}.contest-progress button{border:0;border-right:1px solid #383838;background:transparent;color:#8f8f8f;display:grid;grid-template-columns:auto 1fr;padding:24px 22px;text-align:left;cursor:pointer;position:relative}.contest-progress button:first-child{border-left:1px solid #383838}.contest-progress button span{grid-row:1/3;margin-right:15px;font-size:12px}.contest-progress button b{color:#eee;font-size:13px}.contest-progress button small{font-size:11px;margin-top:5px}.contest-progress button.active{background:var(--contest-red);color:#fff}.contest-progress button.active:after{content:"";position:absolute;bottom:-8px;left:50%;border:8px solid transparent;border-top-color:var(--contest-red);border-bottom:0}.contest-section{max-width:1400px;margin:auto;padding:100px 5vw}.contest-section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:38px;flex-flow:column}.contest-section-heading h2,.contest-how h2,.contest-modal h2{font-size:clamp(30px,3vw,46px);letter-spacing:-.035em;margin:10px 0 0}.contest-section-heading>button{border:0;background:none;border-bottom:1px solid #222;padding:5px 0;cursor:pointer;font-weight:600}.contest-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.contest-category-grid>button{height:330px;border:1px solid var(--contest-line);background:#ebe7dd;padding:22px;display:flex;flex-direction:column;position:relative;overflow:hidden;text-align:left;cursor:pointer;transition:.25s}.contest-category-grid>button:hover{background:#ded8cb;transform:translateY(-4px)}.contest-category-grid img{width:100%;height:215px;object-fit:contain;filter:drop-shadow(0 15px 14px rgba(0,0,0,.25))}.contest-category-number{position:absolute;right:16px;top:14px;font-size:11px}.contest-category-grid b{display:block;font-size:19px}.contest-category-grid small{color:#666;font-size:12px}.contest-entries{max-width:none;background:#e8e3d8;padding-left:max(5vw,calc((100vw - 1400px)/2));padding-right:max(5vw,calc((100vw - 1400px)/2))}.contest-filter{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.contest-filter button{border:1px solid #bbb;background:transparent;padding:12px 20px;font-size:12px;cursor:pointer}.contest-filter button.active{background:#111;color:#fff;border-color:#111}.contest-locked{min-height:310px;border:1px solid var(--contest-line);background:repeating-linear-gradient(135deg,rgba(0,0,0,.018),rgba(0,0,0,.018) 2px,transparent 2px,transparent 9px);display:grid;place-items:center;text-align:center;align-content:center;padding:40px}.contest-lock-icon{border:1px solid #222;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;font-size:24px;transform:rotate(-45deg)}.contest-locked h3{font-size:25px;margin:16px 0 5px}.contest-locked p{color:#666;max-width:500px;line-height:1.6;margin:0}.contest-locked span{font-size:12px;font-weight:700;margin-top:18px}.contest-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.contest-entry{background:#f6f3ed;border:1px solid var(--contest-line)}.contest-entry.eliminated{opacity:.42}.contest-entry-media{height:260px;background:#171918;position:relative;overflow:hidden;display:grid;place-items:center}.contest-entry-media img{width:90%;height:90%;object-fit:contain}.contest-entry-media>span{position:absolute;top:12px;left:12px;background:#f3eee4;padding:6px 8px;font-size:11px;font-weight:800}.contest-entry-media>button{position:absolute;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:#00000073;color:#fff;cursor:pointer}.contest-place{position:absolute;right:12px;top:12px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--contest-red);color:#fff;font-size:18px}.contest-entry-info{padding:16px}.contest-entry-info small{color:var(--contest-red);font-weight:700}.contest-entry-info h3{font-size:14px;margin:7px 0}.contest-entry-info p{font-size:12px;color:#666}.contest-judge-actions{display:flex;gap:7px;margin-top:14px}.contest-judge-actions button{flex:1;padding:9px 5px;border:1px solid #222;background:#111;color:#fff;font-size:11px;cursor:pointer}.contest-judge-actions .danger{background:transparent;color:#c33225;border-color:#c33225}.contest-judge-actions.place button:first-child{background:#c59a24}.contest-how{padding:100px max(5vw,calc((100vw - 1400px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;background:#f5f2ea}.contest-how ol{list-style:none;margin:0;padding:0}.contest-how li{display:flex;gap:26px;border-top:1px solid var(--contest-line);padding:25px 0}.contest-how li>span{font-family:Playfair Display;color:var(--contest-red);font-size:20px}.contest-how b{font-size:17px}.contest-how p{margin:7px 0 0;color:#666;line-height:1.5}.contest-footer{height:100px;background:#111;color:#aaa;padding:0 max(5vw,calc((100vw - 1400px)/2));display:flex;align-items:center;justify-content:space-between;font-size:12px}.contest-footer svg{width:135px;color:#fff}.contest-footer a{color:#fff}.contest-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#050505b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px;overflow:auto}.contest-modal{position:relative;width:min(580px,100%);max-height:calc(100vh - 36px);overflow:auto;background:var(--contest-paper);padding:42px;box-shadow:12px 12px #e4432fb3}.contest-modal-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}.contest-form-intro{font-size:13px;line-height:1.6;color:#666}.contest-modal label{display:grid;gap:7px;font-size:13px;font-weight:700;margin-top:17px}.contest-modal input,.contest-modal select{width:100%;padding:13px;border:1px solid #bbb;background:#fff;color:#111}.contest-upload{border:1px dashed #999;padding:20px;place-items:center;cursor:pointer}.contest-upload input{display:none}.contest-upload span{font-size:28px;color:var(--contest-red)}.contest-upload small{color:#777;font-weight:400}.contest-payment{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:16px;margin:22px 0;background:#161817;color:#fff;padding:15px}.contest-payment svg{width:100px}.contest-payment small{color:#999;font-size:9px}.contest-payment strong{display:block;color:#ef725f;font-size:13px;word-break:break-all;margin-top:4px}.contest-payment p{font-size:11px;margin:9px 0 0;color:#ccc}.contest-payment p b{color:#fff}.contest-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:start;font-weight:400!important;line-height:1.5}.contest-check input{width:16px!important;margin-top:3px}.contest-success{text-align:center;padding:35px 0}.contest-success>div{width:64px;height:64px;border-radius:50%;background:var(--contest-red);color:#fff;font-size:30px;display:grid;place-items:center;margin:0 auto 25px}.contest-success p{color:#666;line-height:1.6}.contest-success button{margin-top:15px}.contest-modal.rules ol{padding-left:24px}.contest-modal.rules li{padding:10px 0;line-height:1.55;border-bottom:1px solid var(--contest-line)}.contest-staff-banner{max-width:1400px;margin:24px auto 0;padding:20px 5vw;background:#fff3d7;border:1px solid #e0b24f;display:flex;align-items:center;justify-content:space-between;gap:30px}.contest-staff-banner span{display:block;color:#9a6910;font-size:10px;font-weight:800;letter-spacing:.14em}.contest-staff-banner strong{font-size:18px}.contest-staff-banner p{max-width:510px;margin:0;color:#695a38;font-size:12px;line-height:1.5}.contest-brand .brand-logo-mark{width:40px}.contest-my-entries{max-width:1400px;margin:55px auto 0;padding:0 5vw}.contest-my-heading{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--contest-line);padding-bottom:20px}.contest-my-heading h2{font-size:32px;margin:7px 0 0}.contest-my-heading>span{font-size:12px;font-weight:800}.contest-my-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.contest-my-list article{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:20px;padding:14px;background:#fff;border:1px solid var(--contest-line)}.contest-my-list img{width:140px;height:110px;object-fit:contain;background:#171918}.contest-my-info small{font-size:10px;color:#777;font-weight:700}.contest-my-info h3{margin:5px 0 8px;font-size:18px}.contest-my-info p{margin:7px 0 0;font-size:12px;color:#666}.contest-status{display:inline-block;padding:5px 8px;font-size:10px;font-weight:800;background:#eee}.contest-status.pending{color:#8b5c00;background:#fff0c7}.contest-status.success{color:#12663a;background:#dff5e9}.contest-status.danger{color:#9d281e;background:#ffe3df}.contest-status.muted{color:#666;background:#e9e9e9}.contest-status.award{color:#705000;background:#f8e5a5}.contest-my-empty{padding:25px;background:#fff;border:1px solid var(--contest-line);display:flex;align-items:center;justify-content:space-between}.contest-my-empty p{margin:0;color:#666;font-size:13px}.contest-entry-media.clickable{cursor:pointer}.contest-entry-media.clickable:hover img{transform:scale(1.035)}.contest-entry-media img{transition:transform .25s}.contest-my-thumbnail{width:140px;height:110px;padding:0;border:0;background:#171918;position:relative;cursor:pointer;overflow:hidden}.contest-my-thumbnail:disabled{cursor:default}.contest-my-thumbnail span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;padding-left:2px;background:#0000009e;border:1px solid rgba(255,255,255,.7);color:#fff;font-size:12px}.contest-video-backdrop{z-index:130}.contest-video-modal{width:min(980px,calc(100vw - 36px));position:relative;background:#111;color:#fff;box-shadow:12px 12px #e4432fb3}.contest-video-frame{width:100%;aspect-ratio:16/9;background:#000}.contest-video-frame iframe{display:block;width:100%;height:100%;border:0}.contest-video-close{position:absolute;right:10px;top:-46px;width:38px;height:38px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:#111;color:#fff;font-size:26px;line-height:1;cursor:pointer;z-index:2}.contest-video-caption{display:grid;gap:4px;padding:16px 20px 18px}.contest-video-caption span{color:#ef725f;font-size:10px;font-weight:800;text-transform:uppercase}.contest-video-caption strong{font-size:18px}.contest-video-caption small{color:#aaa}.contest-entry-media>.contest-entry-delete{z-index:6;left:auto;right:10px;top:10px;transform:none;width:34px;height:34px;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:#b9231beb;color:#fff;display:grid;place-items:center}.contest-entry-media>.contest-entry-delete svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contest-entry-media>.contest-entry-delete:hover{background:#d52f25;transform:scale(1.06)}.contest-pay-button{margin-top:10px;border:0;background:var(--contest-red);color:#fff;padding:8px 13px;font-size:11px;font-weight:800;cursor:pointer}.contest-pay-button:hover{background:#bd2f20}.contest-payment-modal{width:min(560px,100%)}.contest-bank-qr{object-fit:contain;background:#fff;border-radius:8px}@media(max-width:900px){.contest-header{height:64px;padding:0 18px}.contest-header nav,.contest-account>span{display:none}.contest-brand{width:130px}.contest-hero{grid-template-columns:1fr}.contest-hero-copy{padding:65px 22px 50px}.contest-hero h1{font-size:46px}.contest-hero-art{min-height:430px}.contest-progress{overflow-x:auto;padding:0}.contest-progress button{min-width:170px}.contest-staff-banner{margin:18px 18px 0;display:block;padding:16px}.contest-staff-banner p{margin-top:8px}.contest-my-entries{margin-top:35px;padding:0 20px}.contest-my-list{grid-template-columns:1fr}.contest-my-list article{grid-template-columns:82px 1fr}.contest-my-list img,.contest-my-thumbnail{width:82px;height:82px}.contest-section{padding:70px 20px}.contest-category-grid,.contest-entry-grid{grid-template-columns:repeat(2,1fr)}.contest-section-heading{display:block}.contest-filter{justify-content:flex-start;margin-top:22px}.contest-how{grid-template-columns:1fr;padding:70px 22px}.contest-footer{padding:0 20px}.contest-footer span{display:none}}@media(max-width:560px){.contest-primary.small{font-size:12px}.contest-hero-copy{padding-top:48px}.contest-hero h1{font-size:38px}.contest-hero-copy>p{font-size:15px}.contest-hero-actions{display:grid}.contest-deadline{flex-wrap:wrap;margin-top:35px}.contest-hero-art{min-height:340px}.contest-hero-art img{height:315px}.contest-category-grid,.contest-entry-grid{grid-template-columns:1fr}.contest-category-grid>button{height:280px}.contest-category-grid img{height:175px}.contest-section-heading h2{font-size:30px}.contest-entry-media{height:300px}.contest-modal{padding:34px 20px}.contest-payment{grid-template-columns:82px 1fr}.contest-payment svg,.contest-bank-qr{width:82px;height:82px}.contest-footer{height:78px}}.contest-entry-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.contest-entry{display:block;width:100%;margin:0}.contest-entry-media{display:block;width:100%;height:auto;aspect-ratio:9/9}.contest-entry-media img{display:block;width:242%;height:100%;object-fit:cover}.contest-entry-media>button{left:50%;top:50%;transform:translate(-50%,-50%)}@media(max-width:900px){.contest-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.contest-entry-grid{grid-template-columns:1fr}.contest-entry-media{height:auto;aspect-ratio:9/13}}.contest-progress{grid-template-columns:repeat(4,1fr)}.contest-live-result{display:inline-flex;margin-top:8px;padding:6px 9px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.contest-live-result.judging{color:#765300;background:#fff0bd}.contest-live-result.qualified{color:#12663a;background:#dff5e9}.contest-live-result.eliminated{color:#96291f;background:#ffe3df}.contest-result-reason{position:relative;display:inline-block;margin:10px 0 0 10px;color:#96291f;font-size:12px;line-height:1.45}.contest-result-reason summary{cursor:pointer;font-weight:800;text-decoration:underline;text-underline-offset:3px;list-style:none}.contest-result-reason summary::-webkit-details-marker{display:none}.contest-result-reason>div{position:absolute;z-index:12;left:0;bottom:calc(100% + 9px);width:min(310px,75vw);padding:12px 14px;border:1px solid #e8b7b0;background:#fffaf8;box-shadow:0 10px 28px #37120c2e;color:#762219;font-size:12px;font-weight:600;line-height:1.55}.contest-result-reason>div span{display:block}.contest-result-reason>div span+span{margin-top:7px;padding-top:7px;border-top:1px solid #f0d5d0}.contest-result-reason>div:after{content:"";position:absolute;left:18px;top:100%;border:7px solid transparent;border-top-color:#e8b7b0}.contest-results-qualifying .contest-place{display:none!important}.contest-place.encouragement{width:auto;height:auto;min-height:34px;border-radius:0;padding:8px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.03em}.contest-place.with-best-show{top:64px;background:#111;box-shadow:2px 2px #d6a62d}.contest-entry.runoff-eliminated{opacity:.28;filter:grayscale(.85);pointer-events:none}.contest-entry.runoff-eliminated:after{content:"KHÔNG VÀO LƯỢT PHỤ";display:block;margin:0 18px 18px;padding:8px;background:#d9d4ca;color:#625f59;text-align:center;font-size:9px;font-weight:900;letter-spacing:.06em}.contest-modal-round-result{margin-top:22px;padding:14px 16px;border:1px solid #4f8b68;background:#163b29;color:#fff}.contest-modal-round-result small{display:block;color:#9dd5b5;font-size:9px;font-weight:900;letter-spacing:.12em}.contest-modal-round-result b{display:block;margin-top:4px;font-size:20px}.contest-modal-round-result.eliminated{border-color:#8d4038;background:#451d19}.contest-modal-round-result.eliminated small{color:#f0a49b}.contest-final-votes{display:inline-flex;margin-top:8px;padding:6px 9px;background:#f3ead5;color:#765300;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.contest-final-vote-note{margin-top:14px;padding:11px 12px;border:1px solid #685c44;background:#29251e;color:#e9dcc0;font-size:12px;line-height:1.5}.contest-final-ballot{margin:18px 0;padding:18px 20px;border:1px solid #d6c49e;background:#fff8e8;display:flex;align-items:center;justify-content:space-between;gap:20px}.contest-final-ballot b,.contest-final-ballot span{display:block}.contest-final-ballot span{margin-top:5px;color:#6e624c;font-size:12px}.contest-final-ballot button{border:0;background:#111;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}.contest-final-ballot button:disabled{background:#c8c1b3;color:#777;cursor:not-allowed}.contest-point-stepper{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;margin-top:14px;border:1px solid #c9bea9}.contest-point-stepper button{height:38px;border:0;background:#111;color:#fff;font-size:22px;cursor:pointer}.contest-point-stepper button:disabled{background:#ddd6ca;color:#999;cursor:not-allowed}.contest-point-stepper strong{text-align:center;font-size:18px}.contest-final-ballot .contest-final-runoff-note{color:#342b1b;font-size:13px;line-height:1.45}.contest-final-ballot-info>div{max-width:820px}.figma-contest-landing{--contest-green:#017d63;--contest-dark:#0d1e00;--contest-yellow:#ffdd00;background:#ecf6e5;color:var(--contest-dark);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}.contest-landing-header{height:80px;width:100%;max-width:1460px;margin:auto;padding:10px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(241,241,241,.8);background:#ecf6e5f0;-webkit-backdrop-filter:blur(42px);backdrop-filter:blur(42px);position:relative;z-index:5}.contest-landing-back,.contest-landing-mark,.contest-landing-user{display:flex;align-items:center;text-decoration:none;color:var(--contest-dark)}.contest-landing-back{width:max-content;gap:0}.contest-landing-back img:first-child{width:44px;height:44px}.contest-landing-back img:last-child{width:33px;height:35px}.contest-landing-mark{gap:8px;justify-self:center;align-items:flex-end}.contest-landing-mark img{width:51px;height:40px}.contest-landing-mark b{color:#015849;font-size:14px;line-height:14px;padding-bottom:2px}.contest-landing-user{justify-self:end;gap:10px}.contest-landing-user>img,.contest-landing-user>i{width:40px;height:40px;border-radius:50%;object-fit:cover}.contest-landing-user>i{display:grid;place-items:center;background:#d9d9d9;font-style:normal;font-weight:700}.contest-landing-user>span{display:grid;line-height:18px}.contest-landing-user b{max-width:150px;overflow:hidden;text-overflow:ellipsis;font-size:13px;white-space:nowrap}.contest-landing-user small{font-size:12px}.figma-contest-landing .contest-landing-hero{height:706px;min-height:0;width:100%;max-width:1460px;margin:auto;display:grid;place-items:center;background-image:var(--contest-landing-banner);background-position:center top;background-size:cover;overflow:hidden}.contest-landing-hero-card{width:min(520px,calc(100% - 36px));padding:60px;display:flex;flex-direction:column;align-items:center;gap:24px;border-radius:40px;background:#0006;color:#fff;text-align:center;-webkit-backdrop-filter:blur(37px);backdrop-filter:blur(37px);box-shadow:inset 0 0 80px #017d632e}.contest-landing-hero-card h1{max-width:400px;margin:0;font-size:40px;line-height:1.16;letter-spacing:0}.contest-landing-hero-card>strong{color:var(--contest-yellow);font-size:64px;line-height:1;font-weight:700;white-space:nowrap}.contest-landing-judges{display:grid;gap:16px}.contest-landing-judges>span{color:#fff;font-size:14px}.contest-landing-judges>div{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.contest-landing-judge{display:flex;align-items:center;gap:10px;color:#ffffff80}.contest-landing-judge img,.contest-landing-judge i{width:24px;height:24px;border-radius:50%;object-fit:cover}.contest-landing-judge i{display:grid;place-items:center;background:#ac0000;color:#fff;font-size:9px;font-style:normal}.contest-landing-judge b{font-size:14px;white-space:nowrap}.contest-landing-actions{display:flex;gap:12px}.contest-landing-actions a{height:60px;white-space:nowrap;padding:0 40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.7);border-radius:30px;color:#ffffffb3;font-size:18px;font-weight:700;line-height:18px;text-decoration:none;text-transform:uppercase}.contest-landing-actions .primary{border:0;background:linear-gradient(90deg,#ac0000,#cf3e00);color:#fff}.figma-contest-landing .contest-all-list{width:min(1180px,calc(100% - 40px));margin:auto;padding:60px 0 110px}.contest-all-list>h2{margin:0 0 24px;font-size:28px}.contest-landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.contest-list-card{overflow:hidden;background:#fff}.contest-list-media{position:relative;display:block;aspect-ratio:1440/810;overflow:hidden;background:#102540}.contest-list-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.contest-list-card:hover .contest-list-media img{transform:scale(1.025)}.contest-list-media span{position:absolute;left:12px;bottom:12px;padding:8px 12px;background:#000c;color:var(--contest-yellow);font-size:14px;font-weight:400}.contest-list-card-copy{padding:20px;display:grid;gap:12px}.contest-list-card-copy h3{margin:0;font-size:20px;line-height:1.25}.contest-list-card-copy p{margin:0;font-size:14px;line-height:20px}.contest-list-card-copy .organizer b,.contest-list-card-copy>a{color:var(--contest-green);font-weight:600}.contest-list-card-copy>a{width:max-content;text-decoration:none}.figma-contest-landing .community-contest-message{border:0}.contest-landing-hero-card.empty{min-height:300px;justify-content:center}.contest-landing-footer{width:100%;background:#0e2000;color:#fff}.contest-landing-footer>div{width:min(1180px,calc(100% - 40px));min-height:120px;margin:auto;padding:40px 0;display:flex;align-items:center;justify-content:space-between;gap:32px}.contest-landing-footer-mark{display:flex;align-items:flex-end;gap:10px;color:#fff;text-decoration:none}.contest-landing-footer-mark img{width:51px;height:40px}.contest-landing-footer-mark b{font-size:16px;line-height:18px}.contest-landing-footer p{margin:0;font-size:16px;line-height:18px;text-align:center;white-space:nowrap}.contest-landing-footer-cta{color:var(--contest-yellow);font-size:16px;line-height:18px;text-decoration:none;white-space:nowrap}.contest-landing-header,.figma-contest-landing .contest-landing-hero{max-width:none}@media(max-width:900px){.contest-landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.figma-contest-landing .contest-landing-hero{height:620px}.contest-landing-header{padding:10px 20px}.contest-landing-user span{display:none}.contest-landing-footer p{white-space:normal}}@media(max-width:640px){.contest-landing-header{height:68px}.contest-landing-mark b{display:none}.contest-landing-back img:last-child{display:none}.figma-contest-landing .contest-landing-hero{height:560px}.contest-landing-hero-card{padding:38px 22px;border-radius:28px;gap:20px}.contest-landing-hero-card h1{font-size:30px}.contest-landing-hero-card>strong{font-size:42px}.contest-landing-actions{width:100%;flex-direction:column}.contest-landing-actions a{height:50px;width:100%;font-size:15px}.contest-landing-grid{grid-template-columns:1fr;gap:24px}.figma-contest-landing .contest-all-list{padding-top:42px}.contest-all-list>h2{font-size:24px}.contest-landing-footer>div{padding:32px 0;flex-direction:column}.contest-landing-footer p{max-width:320px;font-size:14px}.contest-landing-footer-cta{font-size:15px}}.contest-best-show-celebration{margin:0 0 24px;padding:18px 22px;display:flex;align-items:center;gap:16px;border:1px solid #c99b28;background:linear-gradient(110deg,#18140a,#49360d 55%,#201908);color:#fff;box-shadow:0 12px 28px #7e580033}.contest-best-show-celebration>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#fff1a8,#d79e1e);color:#4b3300;font-size:27px;box-shadow:0 0 0 5px #ffdc6e24}.contest-best-show-celebration small{display:block;color:#e9c65d;font-size:9px;font-weight:900;letter-spacing:.16em}.contest-best-show-celebration b{display:block;margin-top:3px;font-size:20px}.contest-best-show-celebration p{margin:3px 0 0;color:#d8cba8;font-size:11px}.contest-entry.best-show-winner{position:relative;border:2px solid #d6a62d;background:#fff9e8;box-shadow:0 0 0 5px #dfae303d,0 20px 45px #704c004d;transform:translateY(-8px);z-index:3}.contest-entry.best-show-winner .contest-entry-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:5px solid rgba(255,213,92,.28);pointer-events:none}.contest-entry.best-show-winner .contest-entry-info h3{color:#9a6900}.contest-best-show-badge{position:absolute;right:10px;top:10px;z-index:2;padding:9px 11px;background:linear-gradient(135deg,#ffe890,#c99018);color:#382500;font-size:10px;letter-spacing:.06em;box-shadow:3px 3px #111}.contest-entry.best-show-winner .contest-final-votes{background:#e4bd55;color:#3e2b00}@media(max-width:560px){.contest-best-show-celebration{align-items:flex-start}.contest-best-show-celebration b{font-size:17px}}.contest-progress button:disabled:not(.active){opacity:.38;cursor:not-allowed}.contest-progress button:disabled.active{cursor:not-allowed}.contest-round-notice{max-width:1400px;margin:18px auto 0;padding:13px 5vw;border:1px solid #d7c59c;background:#fff7df;color:#67552e;font-size:12px}.contest-round-notice.locked{border-color:#d9a49d;background:#fff0ed;color:#822d23}.contest-round-notice.ended{border-color:#8db79c;background:#edf8f1;color:#285f3c}.contest-page:has(.contest-round-notice.ended) .contest-progress button:not(:disabled){cursor:pointer}.contest-page:has(.contest-round-notice.ended) .contest-progress button:not(:disabled):hover{background:#292929}.contest-round-notice.test{border-color:#d2a63e;background:#fff7df;color:#705000}.contest-round-notice.runoff{display:flex;align-items:center;justify-content:space-between;gap:18px}.contest-runoff-action{flex:0 0 auto;padding:10px 14px;background:#111;color:#fff;text-decoration:none;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}@media(max-width:650px){.contest-round-notice.runoff{align-items:flex-start;flex-direction:column}}.contest-filter-wrap{display:flex;align-items:center;gap:10px}.contest-reset-button{border:1px solid #b52f24;background:#fff4f1;color:#a5291f;padding:8px 12px;font-size:11px;font-weight:800;cursor:pointer}.contest-reset-button:disabled{opacity:.55;cursor:wait}.contest-judge-button{width:100%;margin-top:14px;border:0;background:#111;color:#fff;padding:11px 14px;font-weight:800;cursor:pointer}.contest-judge-button:disabled{background:#d7d2c8;color:#716d65;cursor:not-allowed}.contest-modal-judge-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.contest-modal-judge-actions.top3{grid-template-columns:repeat(4,1fr)}.contest-modal-judge-actions button{border:1px solid #fff;background:#fff;color:#111;padding:11px 8px;font-weight:800;cursor:pointer}.contest-modal-judge-actions button.danger{background:transparent;color:#ff7868;border-color:#ff7868}.contest-modal-judged{margin-top:14px;border:1px solid #4c735e;background:#193c2a;color:#a9e3c2;padding:11px 12px;font-size:12px;font-weight:800}@media(max-width:760px){.contest-modal-judge-actions.top3{grid-template-columns:1fr 1fr}.contest-filter-wrap{justify-items:stretch}.contest-reset-button{justify-self:end}}.contest-end-button{border:1px solid #111;background:#111;color:#fff;padding:11px 17px;font-size:11px;font-weight:900;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}.contest-end-button:disabled{opacity:.55;cursor:wait}.contest-ended-label{display:inline-flex;padding:10px 14px;border:1px solid #3b7d55;background:#e6f5eb;color:#23623b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}@media(max-width:760px){.contest-end-button,.contest-ended-label{justify-self:end}}.contest-test-button{border:1px solid #9a6900;background:#fff8e3;color:#765000;padding:10px 14px;font-size:11px;font-weight:900;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}.contest-test-button.active{border-color:#24623c;background:#e6f5eb;color:#24623c}.contest-test-button:disabled{opacity:.55;cursor:wait}.contest-faults{margin-top:16px;border:1px solid #555;background:#202221;padding:14px;color:#fff}.contest-faults>strong{display:block;font-size:13px}.contest-faults>small{display:block;color:#aaa;font-size:10px;line-height:1.5;margin:4px 0 8px}.contest-fault-option{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start;gap:9px!important;margin:0!important;padding:8px 0;border-top:1px solid #3a3c3b;font-weight:400!important;cursor:pointer}.contest-fault-option input{width:16px!important;height:16px;margin:2px 0 0;padding:0}.contest-fault-option span{display:grid;gap:2px}.contest-fault-option b{font-size:11px}.contest-fault-option em{font-size:10px;line-height:1.45;color:#bbb;font-style:normal}.contest-modal-judge-actions button:disabled{opacity:.38;cursor:not-allowed}.contest-elimination-reasons{margin-top:14px;border-left:3px solid #ff7868;background:#2a1c1a;padding:12px 14px;color:#fff}.contest-elimination-reasons>b{display:block;color:#ff8d7f;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.contest-elimination-reasons ul{display:grid;gap:7px;margin:9px 0 0;padding-left:18px}.contest-elimination-reasons li{font-size:11px;line-height:1.55;color:#ddd}.contest-entry.eliminated{opacity:1}.contest-video-modal.qualifying-layout{width:min(1280px,calc(100vw - 36px));display:grid;grid-template-columns:minmax(0,1.65fr) minmax(360px,.75fr);max-height:calc(100vh - 72px);overflow:hidden}.contest-video-modal.qualifying-layout .contest-video-frame{height:calc(100vh - 72px);max-height:780px;aspect-ratio:auto}.contest-video-modal.qualifying-layout .contest-video-caption{align-content:start;overflow-y:auto;padding:22px}.contest-video-modal.qualifying-layout .contest-faults{margin-top:14px}@media(max-width:900px){.contest-video-modal.qualifying-layout{display:block;max-height:calc(100vh - 36px);overflow:auto}.contest-video-modal.qualifying-layout .contest-video-frame{height:auto;max-height:none;aspect-ratio:16/9}.contest-video-modal.qualifying-layout .contest-video-caption{overflow:visible}}.contest-entry.active-judging{position:relative;border-color:var(--contest-red);box-shadow:0 0 0 4px var(--contest-red),0 16px 35px #e4432f4d;transform:translateY(-4px);z-index:2}.contest-entry.active-judging:after{content:"Đang chấm cá này";position:absolute;right:10px;top:10px;z-index:3;background:var(--contest-red);color:#fff;padding:7px 9px;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;box-shadow:3px 3px #111}.contest-entry.locked-by-judge{pointer-events:none}.contest-entry.locked-by-judge .contest-entry-media,.contest-entry.locked-by-judge .contest-entry-info>*:not(.contest-judge-button){opacity:.62}.contest-entry.locked-by-judge .contest-judge-button{cursor:not-allowed}.contest-review-status{display:inline-flex;margin-top:8px;padding:6px 8px;background:#e6e1d8;color:#514c44;font-size:10px;font-weight:800}.contest-review-status.payment_received,.contest-review-status.approved{background:#e4f3e9;color:#28613d}.contest-review-status.rejected{background:#f9e5e1;color:#922d22}.contest-review-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.contest-review-actions button{border:1px solid #111;background:#111;color:#fff;padding:10px 8px;font-size:11px;font-weight:800;cursor:pointer}.contest-review-actions button.danger{border-color:#b52f24;background:transparent;color:#a5291f}.contest-review-modal textarea{width:100%;box-sizing:border-box;padding:13px;border:1px solid #bbb;background:#fff;color:#111;font:inherit;resize:vertical}.contest-review-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.contest-review-modal-actions button{padding:12px;border:1px solid #aaa;background:transparent;font-weight:800;cursor:pointer}.contest-review-modal-actions button.approve{border-color:#111;background:#111;color:#fff}.contest-review-modal-actions button.danger{border-color:#b52f24;background:#b52f24;color:#fff}.contest-review-modal-actions button:disabled{opacity:.5;cursor:wait}.contest-proxy-toggle{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;padding:14px;border:1px solid #d3b56b;background:#fff8e4;cursor:pointer}.contest-proxy-toggle input{width:18px!important;height:18px;margin:2px 0 0;padding:0}.contest-proxy-toggle span{display:grid;gap:3px}.contest-proxy-toggle small{color:#75643e;font-weight:400;line-height:1.45}.contest-proxy-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contest-proxy-fields label{margin-top:10px}.contest-proxy-fields input{box-sizing:border-box}.contest-proxy-phone{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.4fr);gap:6px}.contest-proxy-phone .phone-country-select{min-width:0}.contest-proxy-phone .phone-country__control{height:45px;min-height:45px;border:1px solid #bbb;border-radius:0;background:#fff;box-shadow:none}.contest-proxy-phone .phone-country__value-container{padding:0 8px}.contest-proxy-phone .phone-country__indicator{padding:5px}.contest-proxy-phone .phone-country__indicator-separator{display:none}.contest-proxy-phone .phone-country__menu{z-index:160;width:max-content;min-width:100%;color:#111}.contest-proxy-phone .phone-country-option{display:flex;justify-content:space-between;gap:14px}.contest-proxy-phone .phone-country-option small{font-weight:400;color:#666}@media(max-width:560px){.contest-proxy-fields{grid-template-columns:1fr}.contest-proxy-phone{grid-template-columns:125px minmax(0,1fr)}}.contest-judging-live{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;border-left:4px solid var(--contest-red);background:#111;color:#fff;padding:14px 16px}.contest-judging-live>b{font-size:12px;text-transform:uppercase;letter-spacing:.05em}.contest-judging-live>div{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.contest-judging-live button{border:0;background:#30211e;color:#ff9a8d;padding:7px 9px;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.contest-judging-live button:hover{background:#4a2c27}.contest-judging-live button em{display:block;margin-top:3px;color:#fff;font-size:8px;font-style:normal;text-align:right;text-transform:uppercase;letter-spacing:.05em}@media(max-width:700px){.contest-judging-live{align-items:flex-start;flex-direction:column}.contest-judging-live>div{justify-content:flex-start}}.contest-payment{grid-template-columns:180px 1fr}.contest-payment svg,.contest-bank-qr{width:180px;height:180px}@media(max-width:560px){.contest-payment{grid-template-columns:1fr;justify-items:center;text-align:center}.contest-payment svg,.contest-bank-qr{width:min(220px,70vw);height:min(220px,70vw)}}.contest-payment p.contest-payment-callout{color:#fff;font-size:15px;font-weight:800;line-height:1.4}.contest-payment p.contest-payment-confirmed{color:#8ee3ad;font-size:13px;font-weight:800}.contest-page a.contest-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.contest-retry-video{display:inline-flex!important;width:max-content;cursor:pointer}.contest-retry-video input{display:none}.contest-requested-entry{outline:3px solid var(--contest-red);outline-offset:3px}.contest-creator-shell{max-width:1280px;margin:auto;padding:70px 5vw 100px}.contest-creator-intro{max-width:760px}.contest-creator-intro h1{font-size:clamp(40px,5vw,68px);letter-spacing:-.05em;margin:12px 0}.contest-creator-intro p{color:#666;line-height:1.7}.contest-creator-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:28px;margin-top:42px}.contest-creator-form{padding:28px;background:#fff;border:1px solid var(--contest-line);display:grid;gap:18px}.contest-creator-form>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contest-creator-form label{display:grid;gap:7px;font-size:12px;font-weight:800}.contest-creator-form label small{color:#777;font-weight:500}.contest-creator-form input,.contest-creator-form textarea,.contest-creator-form select{width:100%;padding:13px;border:1px solid #bbb;background:#fff}.contest-creator-form textarea{min-height:90px;resize:vertical}.contest-creator-form .contest-primary{justify-self:start}.contest-created-list{border:1px solid var(--contest-line);background:#ebe7dd;padding:18px;align-self:start}.contest-created-list>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.contest-created-list>div>a,.contest-created-list article>a{color:var(--contest-red);font-size:11px;font-weight:800;text-decoration:none}.contest-created-list article{display:grid;gap:5px;padding:14px;background:#fff;border:1px solid transparent;margin-top:8px}.contest-created-list article.active{border-color:var(--contest-red)}.contest-created-list article small{color:#876000;font-size:9px;font-weight:900;text-transform:uppercase}.contest-created-list article span,.contest-created-list>p{color:#666;font-size:11px}.contest-created-list article>a{margin-top:5px}.contest-account>a{color:inherit;text-decoration:none;font-weight:700}.contest-owner-dashboard{display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px;border:1px solid var(--contest-line);background:#fff}.contest-owner-dashboard>div{display:grid;gap:8px;padding:20px 24px;border-right:1px solid var(--contest-line)}.contest-owner-dashboard>div:last-child{border:0}.contest-owner-dashboard span,.contest-form-heading span,.contest-entry-manager-head span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#777}.contest-owner-dashboard strong{font-size:22px}.contest-creator-layout.is-managing{grid-template-columns:minmax(380px,.78fr) minmax(0,1.22fr);align-items:start}.contest-form-heading,.contest-entry-manager-head{display:flex!important;grid-template-columns:none!important;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--contest-line)}.contest-form-heading h2,.contest-entry-manager-head h2{margin:4px 0 0;font-size:20px}.contest-form-heading>a{color:var(--contest-red);font-size:11px;font-weight:800;text-decoration:none}.contest-entry-manager{background:#fff;border:1px solid var(--contest-line);padding:28px}.contest-entry-manager-head>b{background:#f1eee6;padding:8px 10px;font-size:11px}.contest-owner-entries{display:grid;gap:10px;margin-top:18px}.contest-owner-entries article{display:grid;grid-template-columns:100px 1fr;gap:16px;border:1px solid var(--contest-line);padding:10px}.contest-owner-entries img,.contest-entry-placeholder{width:100px;height:82px;object-fit:cover;background:#eee;display:grid;place-items:center;font-size:10px;color:#777}.contest-owner-entries article>div:last-child{display:grid;align-content:center;gap:4px}.contest-owner-entries small{color:var(--contest-red);font-weight:800}.contest-owner-entries span{color:#666;font-size:12px}.contest-owner-entries em{font-style:normal;font-size:9px;font-weight:900;text-transform:uppercase;color:#876000}.contest-empty-entries{padding:50px 24px;text-align:center;background:#f5f2eb;margin-top:18px}.contest-empty-entries p{color:#777;font-size:12px;line-height:1.6}.contest-manage-link{display:inline-flex!important;width:max-content;padding:9px 12px;background:var(--contest-red);color:#fff!important}.contest-owner-links{display:grid!important;gap:7px!important;text-align:right}.contest-owner-links a{color:var(--contest-red);font-size:10px;text-decoration:none}.community-contest-shell{max-width:1400px;margin:auto;padding:70px 5vw 110px}.community-list-heading{max-width:850px;margin-bottom:42px}.community-list-heading h1,.community-contest-hero h1{font-size:clamp(40px,5vw,72px);line-height:1;letter-spacing:-.055em;margin:14px 0}.community-list-heading p,.community-contest-hero p{color:#666;font-size:16px}.community-contest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.community-contest-grid article{background:#fff;border:1px solid var(--contest-line);padding:28px;display:grid;gap:13px}.community-contest-grid article>span{color:#8b6500;font-size:10px;font-weight:900;text-transform:uppercase}.community-contest-grid h2{margin:0;font-size:25px}.community-contest-grid p{margin:0;color:#666}.community-contest-grid article>div{display:flex;gap:8px;flex-wrap:wrap}.community-contest-grid small{background:#f1eee6;padding:7px 9px}.community-contest-grid a,.community-back{color:var(--contest-red);font-weight:800;text-decoration:none}.community-contest-grid a{margin-top:8px}.community-contest-message{padding:60px;background:#fff;border:1px solid var(--contest-line);text-align:center}.community-contest-message.error{color:#a52b22}.community-back{display:inline-block;margin-bottom:28px}.community-contest-hero{display:flex;justify-content:space-between;align-items:end;gap:40px;padding-bottom:38px;border-bottom:1px solid var(--contest-line)}.community-contest-facts{display:flex;gap:22px}.community-contest-facts span{display:grid;gap:3px;color:#777;font-size:11px}.community-contest-facts b{color:#111;font-size:20px}.community-contest-info{display:grid;grid-template-columns:1fr 1fr 2fr;background:#171918;color:#fff}.community-contest-info>div{display:grid;gap:6px;padding:24px;border-right:1px solid #3b3d3c}.community-contest-info small{color:#aaa;text-transform:uppercase}.community-public-entries{margin-top:60px}.community-public-entries h2{font-size:38px;margin:7px 0 24px}.community-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.community-entry-grid article{background:#fff;border:1px solid var(--contest-line);padding-bottom:18px}.community-entry-grid img,.community-entry-grid article>div{width:100%;aspect-ratio:4/3;object-fit:cover;background:#ddd}.community-entry-grid small,.community-entry-grid h3,.community-entry-grid p{display:block;margin:12px 16px 0}.community-entry-grid small{color:var(--contest-red);font-weight:800}.community-entry-grid h3{font-size:21px}.community-entry-grid p{color:#666}.community-empty{background:#fff;border:1px dashed #bbb;padding:50px;text-align:center}.community-empty p{color:#777}.contest-main-feature{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;background:#171918;color:#fff}.contest-main-feature-copy{padding:clamp(55px,8vw,120px);display:flex;flex-direction:column;justify-content:center}.contest-main-feature-copy h1{font-size:clamp(52px,7vw,104px);line-height:.92;letter-spacing:-.065em;margin:20px 0 26px;max-width:850px}.contest-main-feature-copy>p{max-width:600px;color:#bdbdb9;font-size:18px;line-height:1.65}.contest-main-feature-status{display:flex;align-items:center;gap:18px;margin:20px 0 30px}.contest-main-feature-status b{background:var(--contest-red);padding:10px 14px;text-transform:uppercase;font-size:11px}.contest-main-feature-status span{color:#bbb}.contest-main-feature-actions{display:flex;gap:14px;align-items:center}.contest-main-feature-actions .contest-secondary{color:#fff;border-color:#777}.contest-main-feature-art{position:relative;overflow:hidden;min-height:560px;background:radial-gradient(circle at center,#4a201a,#111)}.contest-main-feature-art img{width:100%;height:100%;object-fit:cover;opacity:.82}.contest-main-feature-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#171918 0,transparent 35%)}.contest-main-feature-art>span{position:absolute;z-index:1;right:36px;bottom:32px;width:150px;height:150px;border:1px solid #ffffff66;border-radius:50%;display:grid;place-content:center;text-align:center;font-size:11px;letter-spacing:.16em}.contest-main-feature-art b{font-size:16px;color:#f1c84b}.contest-community-home{max-width:1400px;margin:auto;padding:90px 5vw 110px}.contest-community-home .contest-section-heading{margin-bottom:34px}.contest-community-home .contest-section-heading p{color:#777}.contest-community-home .contest-section-heading>a{color:var(--contest-red);font-weight:800;text-decoration:none}.community-enter-button{margin-top:24px}.community-entry-modal{position:relative;width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;padding:34px;display:grid;gap:18px}.community-entry-modal h2{font-size:30px;margin:0 0 8px}.community-entry-modal label{display:grid;gap:7px;font-size:11px;font-weight:900}.community-entry-modal input,.community-entry-modal select{padding:13px;border:1px solid #aaa;background:#fff}.community-modal-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px;cursor:pointer}.community-upload{border:1px dashed #aaa;padding:20px;cursor:pointer}.community-upload input{position:absolute;opacity:0;pointer-events:none}.community-upload span{text-align:center;color:var(--contest-red)}.community-payment{display:flex;justify-content:space-between;gap:20px;padding:18px;background:#171918;color:#fff}.community-payment>div{display:grid;align-content:center;gap:5px}.community-payment small{color:#aaa}.community-payment strong{font-size:22px;letter-spacing:.08em}.community-payment p{font-size:12px;color:#ddd;line-height:1.5;margin:0}.community-payment img{width:138px;height:138px;background:#fff}.community-payment.paid{background:#e7f6eb;color:#195c32}.community-payment.paid p{color:#277340}.community-test-payment{border:1px solid #b58b18;background:#fff8de;color:#705300;padding:11px;font-weight:800;cursor:pointer}@media(max-width:760px){.contest-creator-shell,.community-contest-shell{padding:40px 18px}.contest-creator-layout,.contest-creator-layout.is-managing{grid-template-columns:1fr}.contest-creator-form>div{grid-template-columns:1fr}.contest-owner-dashboard{grid-template-columns:1fr 1fr}.contest-owner-dashboard>div:nth-child(2){border-right:0}.contest-owner-dashboard>div:nth-child(-n+2){border-bottom:1px solid var(--contest-line)}.community-contest-grid,.community-entry-grid{grid-template-columns:1fr}.community-contest-hero{display:block}.community-contest-facts{margin-top:25px;flex-wrap:wrap}.community-contest-info{grid-template-columns:1fr}.community-contest-info>div{border-right:0;border-bottom:1px solid #3b3d3c}.contest-main-feature{grid-template-columns:1fr;min-height:0}.contest-main-feature-copy{padding:55px 22px}.contest-main-feature-art{min-height:380px;grid-row:1}.contest-main-feature-art:after{background:linear-gradient(0deg,#171918 0,transparent 55%)}.contest-main-feature-copy h1{font-size:52px}.contest-main-feature-actions{align-items:stretch;flex-direction:column}.contest-community-home{padding:60px 18px}.community-payment{display:grid}.community-payment img{width:100%;height:auto}}.contest-home-status{max-width:1400px;margin:52px auto 0;padding:34px 5vw;border:1px solid var(--contest-line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.contest-home-status>div{max-width:680px}.contest-home-status h2{margin:8px 0 10px;font-size:clamp(28px,3vw,44px);letter-spacing:-.035em}.contest-home-status p{margin:0;color:#666;line-height:1.65}.contest-home-status>div>a{display:inline-block;margin-top:18px;color:var(--contest-red);font-size:13px;font-weight:800;text-decoration:none;border-bottom:1px solid currentColor}.contest-home-status>button{width:min(420px,38vw);min-height:190px;border:0;background:#171918;color:#fff;position:relative;overflow:hidden;cursor:pointer;text-align:left}.contest-home-status>button img{display:block;width:100%;height:220px;object-fit:cover;opacity:.78;transition:.25s}.contest-home-status>button:hover img{transform:scale(1.035);opacity:.9}.contest-home-status>button span{position:absolute;right:14px;top:14px;padding:8px 10px;background:#dfad2f;color:#2e2100;font-size:10px;font-weight:900}.contest-home-status>button b{position:absolute;left:18px;bottom:16px;font-size:20px}.contest-home-status.has-winner{border-color:#c99b28;background:linear-gradient(110deg,#fffdf4,#f2e4ae)}.contest-public-article{max-width:1400px;margin:32px auto 0;padding:58px 5vw;background:#fff;border:1px solid var(--contest-line)}.contest-public-article>div{max-width:900px;margin-top:18px;color:#444;font-size:17px;line-height:1.8}.contest-public-article h1,.contest-public-article h2,.contest-public-article h3,.contest-public-article h4{color:#111;line-height:1.15;letter-spacing:-.03em}.contest-public-article h1{font-size:48px}.contest-public-article h2{font-size:38px}.contest-public-article h3{font-size:29px}.contest-public-article h4{font-size:22px}.contest-public-article img{display:block;max-width:100%;height:auto;margin:28px 0}.contest-public-article blockquote{margin:24px 0;padding:8px 0 8px 24px;border-left:4px solid var(--contest-red);font-size:21px;font-style:italic}.contest-public-article li{margin:7px 0}.contest-public-article a{color:var(--contest-red)}@media(max-width:760px){.contest-home-status{margin:28px 18px 0;padding:24px;display:block}.contest-home-status>button{width:100%;margin-top:24px}.contest-home-status>button img{height:190px}}.contest-primary:disabled{background:#b8b4ac;color:#f4f1e9;box-shadow:4px 4px #77736d;cursor:not-allowed;opacity:.72}.contest-primary:disabled:hover{transform:none;box-shadow:4px 4px #77736d}.contest-upload.uploading{cursor:wait}.contest-upload.uploaded{border-color:#2d9a62;background:#effaf4}.contest-upload-progress{width:100%;height:6px;background:#d7d2c8;overflow:hidden}.contest-upload-progress i{display:block;height:100%;background:var(--contest-red);transition:width .2s ease}.contest-creator-form .contest-staff-fields{grid-template-columns:1fr}.contest-staff-select{font-size:13px;font-weight:500}.contest-creator-form .contest-staff-select input{width:auto;padding:0;border:0}.contest-react-select__control{min-height:50px!important;border:1px solid #bbb!important;border-radius:0!important;box-shadow:none!important}.contest-react-select__control--is-focused{border-color:#0868d8!important;box-shadow:0 0 0 1px #0868d8!important}.contest-react-select__menu{z-index:20!important;border-radius:0!important}.contest-react-select__option{padding:10px 12px!important}.contest-react-select__multi-value{background:#ece9e1!important;border-radius:0!important}.contest-staff-option{display:flex;align-items:center;gap:9px;min-width:0}.contest-staff-option img,.contest-staff-option i{width:26px;height:26px;flex:0 0 26px;border-radius:50%;object-fit:cover}.contest-staff-option i{display:grid;place-items:center;background:#171918;color:#fff;font-style:normal;font-size:10px}.contest-staff-option>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contest-banner-upload{position:relative;display:grid;place-items:center;min-height:150px;border:1px dashed #999;background:#f4f1e9;overflow:hidden;cursor:pointer}.contest-banner-upload img{width:100%;height:180px;object-fit:cover}.contest-banner-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.contest-banner-upload b{position:absolute;padding:10px 14px;background:#171918;color:#fff;font-size:11px}.contest-banner-upload.uploading{opacity:.65;cursor:wait}.contest-creator-form .contest-article-editor{display:grid;grid-template-columns:1fr;gap:12px;padding:20px;background:#f4f1e9;border:1px solid var(--contest-line)}.contest-rich-editor{border:1px solid #aaa;background:#fff}.contest-rich-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:9px;border-bottom:1px solid #bbb;background:#ebe8df}.contest-rich-toolbar button{min-width:34px;height:32px;padding:0 9px;border:1px solid #aaa;background:#fff;color:#222;font-weight:800;cursor:pointer}.contest-rich-toolbar button:hover{border-color:#111;background:#f8f6f0}.contest-rich-toolbar button:disabled{opacity:.55;cursor:wait}.contest-rich-content{min-height:360px;padding:20px;outline:0;font-size:16px;line-height:1.65}.contest-rich-content:focus{box-shadow:inset 0 0 0 2px #0868d8}.contest-rich-content:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none}.contest-rich-content h1,.contest-rich-content h2,.contest-rich-content h3,.contest-rich-content h4{line-height:1.2}.contest-rich-content img{display:block;max-width:100%;height:auto;margin:18px 0}.contest-rich-content blockquote{margin:18px 0;padding:7px 0 7px 18px;border-left:4px solid var(--contest-red);color:#555}.contest-creator-form>.contest-prize-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.contest-prizes{max-width:1400px;margin:0 auto;padding:70px 5vw;background:#fff;border-top:1px solid var(--contest-line)}.contest-prizes h2{margin:0 0 34px;font-size:32px}.contest-prize-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-bottom:28px;border-bottom:1px solid var(--contest-line)}.contest-prize-grid div{display:grid;gap:8px}.contest-prize-grid span,.contest-best-show-prize span{font-size:20px}.contest-prize-grid strong{color:#087f67;font-size:24px}.contest-best-show-prize{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:26px;padding-top:28px}.contest-best-show-prize strong{color:#ef4038;font-size:44px}.contest-best-show-prize .contest-primary:disabled{cursor:not-allowed;opacity:.5;transform:none}.contest-entry-terms{max-width:1400px;margin:0 auto;padding:55px 5vw;background:#fff;border-top:1px solid var(--contest-line)}.contest-entry-terms h2{margin:0 0 30px;font-size:30px}.contest-entry-terms>div{display:grid;grid-template-columns:repeat(2,minmax(0,280px));gap:80px;padding-bottom:25px;border-bottom:1px solid var(--contest-line)}.contest-entry-terms span{display:grid;gap:8px;font-size:20px}.contest-entry-terms strong{color:#ef4038;font-size:27px}.contest-entry-terms span:last-child strong{color:#14210c}@media(max-width:700px){.contest-creator-form>.contest-prize-fields,.contest-best-show-prize{grid-template-columns:1fr}.contest-prize-grid{grid-template-columns:repeat(2,1fr)}.contest-best-show-prize strong{font-size:36px}.contest-entry-terms>div{grid-template-columns:1fr 1fr;gap:24px}}.contest-detail-figma{--contest-green: #017d63;--contest-text: #0d1e00;--contest-line: #eaeaea;background:#ecf6e5;color:var(--contest-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}.contest-detail-figma .contest-header{box-shadow:none;height:80px;padding:10px max(24px,calc((100vw - 1180px)/2));border-color:#f1f1f1cc;background:#ecf6e5eb}.contest-detail-figma .contest-brand{display:flex;align-items:flex-end;gap:8px;width:auto;height:40px;color:#015849;text-decoration:none}.contest-detail-figma .contest-brand img{display:block;width:51px;height:40px;object-fit:contain}.contest-detail-figma .contest-brand span{font-size:16px;font-weight:700;line-height:18px;text-transform:uppercase}.contest-detail-figma .contest-header nav{gap:28px}.contest-detail-figma .contest-header nav a,.contest-detail-figma .contest-header nav button{padding:10px 0;font-size:16px}.contest-detail-figma .contest-header nav .active{color:var(--contest-green);font-weight:700}.contest-detail-figma .contest-header nav .active:after{background:var(--contest-green)}.contest-detail-figma .contest-account{gap:32px}.contest-detail-figma .contest-account-identity{gap:8px;color:var(--contest-text);text-decoration:none}.contest-detail-figma .contest-account-identity strong{font-size:13px;line-height:16px}.contest-detail-figma .contest-account-identity small{padding:0;background:transparent;color:var(--contest-text);font-size:12px;font-weight:400;line-height:14px;letter-spacing:0}.contest-detail-figma .contest-primary{border-radius:8px;background:linear-gradient(90deg,#015849,#05774a);box-shadow:none;text-transform:uppercase}.contest-detail-figma .contest-primary:hover{transform:none;box-shadow:none}.contest-detail-figma .figma-contest-shell{display:grid;grid-template-columns:720px 400px;align-items:start;justify-content:space-between;gap:60px;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:40px 0}.figma-contest-content{display:flex;flex-direction:column;gap:20px;min-width:0}.contest-detail-figma .figma-contest-content>header{box-shadow:none;position:static;display:flex;flex-direction:column;align-items:flex-start;justify-content:initial;gap:8px;width:auto;height:auto;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.figma-contest-content h1{margin:0;font-size:54px;line-height:1.05;letter-spacing:-.025em}.figma-contest-content header p{margin:0;font-size:14px;line-height:24px}.figma-contest-content header strong{color:var(--contest-green)}.figma-contest-intro{margin:0;font-size:16px;font-weight:600;line-height:24px}.figma-contest-banner{display:block;width:100%;aspect-ratio:1672/941;object-fit:cover}.figma-contest-article{font-size:16px;line-height:24px}.figma-contest-article>:first-child{margin-top:0}.figma-contest-article>:last-child{margin-bottom:0}.figma-contest-article img{max-width:100%;height:auto}.contest-detail-figma .figma-contest-info{position:sticky;top:100px;overflow:hidden;max-height:calc(100vh - 120px);overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 14px 22px #2657001a;scrollbar-width:thin}.figma-contest-info>h2{margin:0;padding:16px 20px;border-bottom:1px solid var(--contest-line);font-size:16px;line-height:24px;text-transform:uppercase}.figma-info-body{display:grid;gap:24px;padding:8px 20px 20px}.figma-info-body section{display:grid;gap:14px}.figma-info-body h3{margin:0;font-size:16px;line-height:24px}.figma-info-body ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.figma-info-body li{display:grid;grid-template-columns:36px 1fr;gap:12px}.figma-info-body li>b{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--contest-green);border-radius:50%;color:var(--contest-green);font-size:14px}.figma-info-body li>span{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--contest-line);font-size:14px;line-height:normal}.figma-info-body li+li{padding-top:10px}.figma-info-body li strong{color:#000;font-size:14px}.figma-fee>div,.figma-prize-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding-bottom:12px;border-bottom:1px solid var(--contest-line)}.figma-fee span,.figma-prizes span{display:grid;gap:4px;font-size:14px}.figma-fee strong{color:#ef4136}.figma-fee span:last-child strong{color:var(--contest-text)}.figma-prize-row{grid-template-columns:repeat(4,minmax(0,1fr))}.figma-prize-row strong{color:var(--contest-green);white-space:nowrap}.figma-best-show{display:grid;grid-template-columns:1fr 164px;align-items:center;gap:4px;padding-bottom:0}.figma-best-show span{font-size:18px}.figma-best-show strong{color:#ef4136;font-size:28px}.figma-best-show button{height:52px;border:0;border-radius:8px;background:linear-gradient(90deg,#ac0000,#cf3e00);color:#fff;font:inherit;font-weight:700;cursor:pointer}.figma-best-show button:disabled{cursor:not-allowed;opacity:.5}.contest-detail-figma .contest-hero,.contest-detail-figma .contest-progress,.contest-detail-figma .contest-home-status,.contest-detail-figma .contest-entry-terms,.contest-detail-figma .contest-prizes,.contest-detail-figma .contest-public-article,.contest-detail-figma .contest-categories,.contest-detail-figma .contest-how{display:none}.contest-detail-figma .contest-footer{height:auto;min-height:120px;padding:40px max(24px,calc((100vw - 1180px)/2));background:#0e2000;color:#fff}.contest-detail-figma .contest-footer img{width:111px;height:40px;object-fit:contain}.figma-footer-brand{display:flex;align-items:flex-end;gap:8px}.contest-detail-figma .contest-footer .figma-footer-brand img{width:51px;height:40px}.figma-footer-brand b{color:#fff;font-size:16px;line-height:18px;text-transform:uppercase}.contest-detail-figma .contest-footer a{color:#fd0;font-size:16px;font-weight:400;text-decoration:none}.contest-detail-figma .contest-footer span{font-size:16px}@media(max-width:1180px){.contest-detail-figma .figma-contest-shell{grid-template-columns:minmax(0,1fr) 360px;gap:32px}.figma-contest-content h1{font-size:44px}}@media(max-width:900px){.contest-detail-figma .contest-header nav{display:none}.contest-detail-figma .figma-contest-shell{grid-template-columns:1fr;max-width:720px}.contest-detail-figma .figma-contest-info{position:static;width:100%;max-height:none;overflow:hidden}}@media(max-width:780px){.contest-detail-figma .contest-header{padding-inline:18px}.contest-detail-figma .contest-account-identity{display:none}.contest-detail-figma .figma-contest-shell{grid-template-columns:1fr;width:calc(100% - 36px);padding:28px 0}.figma-contest-content h1{font-size:38px}.figma-contest-info{order:2}.figma-prize-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.figma-best-show{grid-template-columns:1fr 150px}.contest-detail-figma .contest-footer{display:grid;gap:22px;height:auto;padding:32px 18px}}
