.site-header{z-index:120;background:var(--bg);height:80px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:var(--space);width:calc(100% - 22px);max-width:1420px;height:100%;margin:0 auto;display:flex}.brand{color:var(--point);letter-spacing:.03em;font-family:"Jersey 25",cursive;font-size:3.5rem;line-height:1}.site-nav{align-items:center;gap:clamp(14px, calc(var(--layout-vw) * .03), 36px);white-space:nowrap;font-size:1.5rem;font-weight:300;display:flex}.site-nav a:not(.account-link){color:#11111194;transition:color .18s,font-weight .18s}.site-nav a:not(.account-link):after{content:attr(data-label);visibility:hidden;height:0;font-weight:700;display:block;overflow:hidden}.site-nav a:not(.account-link):hover{color:#f7a1c4;font-weight:700}.account-link{place-items:center;display:grid}.account-link img{width:clamp(40px, calc(var(--layout-vw) * .06), 54px);height:clamp(40px, calc(var(--layout-vw) * .06), 54px)}.profile-img-small{object-fit:cover;border-radius:50%}.background-glow{pointer-events:none;z-index:0;background:linear-gradient(#fc92c773 0%,#fc92c733 50%,#fc92c700 100%);height:50px;position:fixed;top:80px;left:0;right:0}:root{--bg:#f8f8f8;--surface:#fff;--point:#fc92c7;--text:#111;--badge:#ffb51f;--badge-offset:86px;--vote-card-width:760px;--space:25px;--shadow:0 18px 48px #11111114;--float-distance:12px;--hover-lift:14px}html{font-size:16px}body{min-width:var(--app-min-width);background:var(--bg);color:var(--text);margin:0;font-family:REM,sans-serif;overflow-x:hidden}body,#root{min-height:100vh}img{max-width:100%;display:block}.page-main{width:min(1180px,100% - 50px);margin:0 auto;padding-bottom:40px}.hero{text-align:center}.hero h1{margin:50px 0 0;font-size:3.5rem;font-weight:600;line-height:1.12}.hero h1 span{color:var(--point)}.hero p{width:min(780px,100%);margin:16px auto 0;font-size:1.25rem;font-weight:700;line-height:1.55}.vote-section{width:min(var(--vote-card-width), 100%);margin:var(--space) auto 0;position:relative}.main-page.is-leaving-for-vote{pointer-events:none}.rank-badge{top:20px;left:calc(-1 * var(--badge-offset));background:var(--badge);z-index:0;border-radius:20px 0 0 20px;padding:7px 10px 7px 7px;position:absolute}.rank-badge-inner{background:var(--surface);color:var(--badge);border-radius:14px;padding:10px 16px;font-size:1.7rem;font-weight:800;line-height:1;display:block}.main-page .vote-card{z-index:1;padding:var(--space);background:var(--surface);border-radius:20px;position:relative;transform:none;box-shadow:var(--shadow)!important;border:0!important;overflow:visible!important}.main-page:not(.is-leaving-for-vote) .vote-section>.vote-card:hover{box-shadow:var(--shadow)!important;border-color:#0000!important;transform:none!important}.vote-card h2{text-align:center;margin:0;font-size:2.8rem;font-weight:550}.vote-match{gap:var(--space);padding-top:var(--space);grid-template-columns:1fr 1fr;display:grid;position:relative}.main-page .candidate-card{aspect-ratio:1/1.18;transform-origin:50%;will-change:transform;background:#d9effa;border-radius:20px;position:relative;overflow:hidden}.main-page .candidate-card img{object-fit:cover;will-change:transform;width:100%;height:100%}.candidate-name{--candidate-name-outline-size:2px;--candidate-name-outline-negative-size:-2px;text-align:center;color:#fff;text-shadow:var(--candidate-name-outline-negative-size) var(--candidate-name-outline-negative-size) 0 #111, 0 var(--candidate-name-outline-negative-size) 0 #111, var(--candidate-name-outline-size) var(--candidate-name-outline-negative-size) 0 #111, var(--candidate-name-outline-size) 0 0 #111, var(--candidate-name-outline-size) var(--candidate-name-outline-size) 0 #111, 0 var(--candidate-name-outline-size) 0 #111, var(--candidate-name-outline-negative-size) var(--candidate-name-outline-size) 0 #111, var(--candidate-name-outline-negative-size) 0 0 #111, 0 3px 10px #000000bf;font-size:2.2rem;font-weight:700;position:absolute;bottom:22px;left:0;right:0}.vs-mark{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}.vs-mark img{width:100%;max-width:82px}.next-vote{margin-top:var(--space);text-align:center;color:#555;will-change:color;font-size:1.2rem;font-weight:400;display:block}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}body{background:#f5f5f5}.login-box{text-align:left;background:#fff;border:1px solid #ddd;border-radius:20px;width:400px;padding:40px;box-shadow:0 10px 25px #0000000d}.login-box h1{color:#f48fb1;text-align:center;margin-bottom:30px}.input-group{margin-bottom:20px;position:relative}.input-group input{background:#f0f0f0;border:2px solid #ddd;border-radius:12px;outline:none;width:100%;padding:15px;transition:all .3s}.input-group input:focus{background:#fff;border-color:#f48fb1}.input-group label{color:#999;pointer-events:none;transition:all .3s;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.input-group input:focus+label,.input-group input:valid+label{color:#f48fb1;background:#fff;padding:0 5px;font-size:12px;top:-8px;left:10px}.auto-login{justify-content:flex-start;align-items:center;width:15px;margin:0 0 20px -5px;display:flex}.auto-login input[type=checkbox]{margin:0}.auto-login label{cursor:pointer;flex-shrink:0;margin-left:6px;display:inline-block}button{color:#fff;cursor:pointer;background:#f48fb1;border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;transition:all .3s}button:hover{background:#ec6c9c}.forgot{text-align:center;margin-top:20px}.forgot a{color:#999;margin-bottom:8px;font-size:13px;text-decoration:none;display:block}.forgot a:hover{color:#f48fb1;text-decoration:underline}.signup-link{color:#666;border-top:1px solid #eee;margin-top:15px;padding-top:15px;font-size:13px}.signup-link a{color:#f48fb1;margin-left:5px;font-weight:700;text-decoration:none;display:inline}.signup-link a:hover{text-decoration:underline}@keyframes slideDown{0%{opacity:0;top:50px}to{opacity:1;top:100px}}#message{margin-top:10px;font-size:14px}body{background:#f8f8f8;margin:0;font-family:Arial,sans-serif}header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;padding:20px 40px;display:flex}.logo{color:#ff8db5;font-size:24px;font-weight:700}nav a{color:#333;margin:0 10px;text-decoration:none}.user{margin-left:10px}.container{justify-content:center;align-items:center;height:calc(100vh - 80px);display:flex}.signup-box{background:#fff;border-radius:15px;width:500px;padding:30px;box-shadow:0 5px 20px #0000000d}.signup-box h2{text-align:center;color:#ff8db5;margin-top:10px;margin-bottom:25px;font-size:28px}.verified{text-align:right;color:#aaa;font-size:12px}.input-group{border:1px solid #eee;border-radius:10px;flex:1;align-items:center;margin-top:10px;padding:10px;display:flex}.input-group-with-btn{align-items:flex-end;gap:10px;display:flex}.verify-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ff8db5;border:none;border-radius:10px;width:100px;height:44px;margin-bottom:30px;padding:0 15px;font-size:13px;font-weight:600;transition:all .2s}.verify-btn:hover,.verify-confirm-btn:hover{background-color:#ff6fa3}.verify-confirm-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ff8db5;border:none;border-radius:10px;width:100px;height:44px;margin-bottom:30px;padding:0 15px;font-size:13px;font-weight:600;transition:all .2s}.verify-btn:disabled{cursor:default;background-color:#ccc}.verified-badge{color:#16a34a;text-align:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:10px;padding:8px 12px;font-size:13px;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.input-group span{margin-right:10px}.input-group input{border:none;outline:none;width:100%}.option-group{justify-content:space-between;margin-top:10px;display:flex}.option-group div{align-items:center;display:flex}.option-group button{cursor:pointer;color:#888;background:#eee;border:none;border-radius:15px;margin-left:5px;padding:5px 10px}.option-group button.active{color:#fff;background:#ff8db5}.checkbox{margin-top:10px;font-size:12px}.submit-btn{color:#fff;cursor:pointer;background:#ff8db5;border:none;border-radius:25px;width:100%;margin-top:20px;padding:12px;font-size:16px}.submit-btn:hover{background:#ff6fa3}.top-check{color:#666;justify-content:flex-start;margin-top:8px;margin-bottom:15px;margin-left:5px;font-size:12px;display:flex}.custom-check{cursor:pointer;justify-content:flex-start;align-items:center;display:flex}.custom-check input{display:none}.checkmark{border:2px solid #ccc;border-radius:4px;width:16px;height:16px;position:relative}.custom-check input:checked+.checkmark{background-color:#ff8db5;border-color:#ff8db5}.custom-check input:checked+.checkmark:after{content:"✔";color:#fff;font-size:12px;position:absolute;top:-2px;left:2px}.custom-check .text{margin-left:8px;font-size:12px}.top-check .text{margin-left:12px}.terms-check{justify-content:flex-start;margin-left:5px}.terms-check .text{margin-left:12px}.error-modal{color:#fff;z-index:1000;background-color:#ff4d4d;border-radius:8px;padding:12px 30px;animation:.3s ease-out slideDown;position:fixed;top:100px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.findpass-page{background-color:#f8f8f8;width:100%;min-height:100vh;font-family:Arial,sans-serif}.findpass-container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.findpass-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:15px;width:100%;max-width:400px;padding:40px;box-shadow:0 0 10px #0000000d}.findpass-card h2{color:#ff8db5;margin-top:0}.findpass-card p{color:#666;margin-bottom:30px;font-size:14px}.findpass-card input{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;margin-bottom:10px;padding:15px;transition:all .3s}.findpass-card input:focus{border-color:#ff8db5;box-shadow:0 0 5px #ff8db566}.findpass-buttons{justify-content:space-between;gap:15px;margin-top:25px;display:flex}.findpass-buttons button{cursor:pointer;box-sizing:border-box;border:none;border-radius:25px;flex:1;padding:12px;font-weight:700}.findpass-buttons .back{color:#666;background:#ddd}.findpass-buttons .submit{color:#fff;opacity:.5;background:#ff8db5}.findpass-buttons .submit.active{opacity:1}.findpass-success{color:green;margin-top:15px;display:block}.findpass-error{color:red;margin-top:15px;display:block}.ranking-section{--top3-header-gap:50px;--top3-medal-offset:32px;--top3-first-lift:20px;width:min(1100px,100% - 40px);padding:calc(var(--top3-header-gap) + var(--top3-medal-offset) + var(--top3-first-lift)) 0 56px;margin:0 auto}.top3{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:92px;margin-top:45px;margin-bottom:80px;display:flex}.rank-card{flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.rank-card.first{transform:translateY(-20px)}.medal{z-index:1;width:60px;position:absolute;top:-32px;left:50%;transform:translate(-50%)}.rank-label{color:#444;margin-top:58px;font-size:18px;font-weight:800}.card{background:#fff;border-radius:24px;width:196px;height:250px;font-size:0;line-height:0;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.ranking-link{color:inherit;cursor:pointer;text-decoration:none;transition:transform .16s,box-shadow .16s}.ranking-link:hover{transform:translateY(-2px)}.card.ranking-link:hover{box-shadow:0 14px 30px #00000029}.card.big{width:218px;height:284px}.vote-title{color:#111;text-align:center;text-shadow:0 1px #fffc;max-width:220px;font-size:17px;font-weight:800;line-height:1.35}.ranking-title-link{color:inherit;text-decoration:none}.ranking-title-link:hover{text-decoration:underline}.img{width:100%;height:50%;display:block}.ranking-card-image{object-fit:cover;object-position:center}.vs{width:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ranking-list{flex-direction:column;gap:16px;width:100%;display:flex}.item{background:#fff;border-radius:20px;align-items:center;gap:20px;padding:18px 22px;display:flex;box-shadow:0 8px 24px #0000000d}.item.placeholder{opacity:.72}.num{color:#8c8c8c;text-align:center;width:36px;font-size:20px;font-weight:800}.vs-row{align-items:center;gap:10px;min-width:210px;display:flex}.ranking-list-image{object-fit:cover;object-position:center;border-radius:12px;width:72px;height:72px;display:block}.placeholder-image{background:#eef0f3}.placeholder-title{color:#9aa0a6}.vs-small{transform:translate(2px);width:28px!important;height:28px!important}.title{color:#444;font-size:16px;font-weight:700}@media (width<=768px){.ranking-section{--top3-first-lift:0px;width:calc(100% - 24px)}.top3{gap:24px;margin-top:12px;margin-bottom:40px}.rank-card.first{transform:none}.item{flex-wrap:wrap;gap:14px}.vs-row{min-width:180px}.ranking-list-image{width:60px;height:60px}.vs-small{width:24px!important;height:24px!important}.title{width:100%}}.result-container{width:100%;min-height:calc(100vh - var(--vote-header-offset,110px));padding:0 20px 40px 0;position:relative;overflow-x:hidden}.result-container.has-comment-modal{overflow:visible}.result-layout{flex-direction:column;align-items:center;width:100%;transition:transform .24s,width .24s;display:flex}.result-container.has-comment-modal .result-layout{transform:translateX(var(--vote-comment-group-shift,0px));width:var(--vote-comment-sheet-width,100%);max-width:none;transition:none}.has-comment-modal .result-card{width:100%}.search-section{margin-bottom:30px}.result-container .search-bar{width:100%;max-width:700px;margin:0;position:relative}.result-container .search-bar input{background:#fff;border:none;border-radius:40px;outline:none;width:100%;padding:14px 20px;box-shadow:0 5px 20px #0000000a}.result-container .search-icon{color:#f1a0c0;cursor:pointer;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.result-card{background:#fff;border-radius:35px;flex-direction:column;gap:25px;width:100%;max-width:1100px;margin:0 auto;padding:32px 40px;display:flex;box-shadow:0 10px 30px #0000000a}.result-item{border-bottom:1px solid #f8f8f8;flex-direction:column;align-items:center;gap:15px;padding-bottom:25px;display:flex}.result-item:last-child{border-bottom:none;padding-bottom:0}.result-title{color:#666;text-align:center;width:100%;margin:0;font-size:1.1rem;font-weight:700;display:block}.result-row{justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.candidate{flex-direction:column;flex-shrink:0;align-items:center;width:75px;display:flex;position:relative}.img-wrapper{background:#fdf2f6;border-radius:18px;width:75px;height:75px;overflow:hidden;box-shadow:0 4px 10px #0000000d}.img-wrapper img{object-fit:cover;width:100%;height:100%}.img-placeholder{color:#fff;background:linear-gradient(135deg,#f1a0c0,#fde8f0);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:700;display:flex}.crown{z-index:5;font-size:22px;position:absolute;top:-20px}.percent{color:#777;margin-top:10px;font-size:15px;font-weight:700}.gauge-track{background:#f5f5f5;border-radius:10px;flex:none;width:700px;max-width:100%;height:34px;display:flex;position:relative;overflow:hidden}.gauge-fill{align-items:center;height:100%;font-size:12px;font-weight:700;transition:width .5s ease-out;display:flex}.left-fill{color:#fff;background-color:#f1a0c0;justify-content:flex-start;padding-left:15px}.right-fill{color:#f1a0c0;background-color:#fde8f0;justify-content:flex-end;padding-right:15px}.count{white-space:nowrap}.icon-btn{cursor:pointer;color:#ccc;background:#fff;border:1px solid #f8f8f8;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #00000005}.icon-btn:hover{color:#f1a0c0;background:#fdf2f6}._wrapper_1uqg9_4{align-items:flex-start;gap:60px;padding-right:60px;display:flex}._sidebar_1uqg9_12{z-index:5;background:#fff;border-radius:0 35px 35px 0;flex-direction:column;justify-content:space-between;width:220px;min-width:220px;height:90vh;padding:30px 40px;transition:width .3s,min-width .3s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:5px 0 30px #00000005}._navLinks_1uqg9_34 a,._navLinks_1uqg9_34 button{color:#bbb;margin-bottom:40px;font-size:19px;font-weight:700;text-decoration:none;transition:color .3s;display:block}._navLinks_1uqg9_34 a._active_1uqg9_45{color:#777}._navLinks_1uqg9_34 button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit}._sidebarUserWrapper_1uqg9_58{border-top:2px solid #f8f8f8;flex-direction:column;gap:10px;padding-top:30px;display:flex}._logoutBtn_1uqg9_66{color:#fff;letter-spacing:.5px;cursor:pointer;background-color:#f8bbd0;border:none;border-radius:8px;width:100%;padding:10px 16px;font-family:REM,sans-serif;font-size:15px;font-weight:600;transition:background-color .2s,transform .2s}._logoutBtn_1uqg9_66:hover{background-color:#f7a9c4;transform:translateY(-2px)}._deleteBtn_1uqg9_88{color:#fff;letter-spacing:.5px;cursor:pointer;background-color:#f8bbd0;border:none;border-radius:8px;width:100%;padding:10px 16px;font-family:REM,sans-serif;font-size:15px;font-weight:600;transition:background-color .2s,color .2s,transform .2s}._deleteBtn_1uqg9_88:hover{background-color:#f7a9c4;transform:translateY(-2px)}._mainContent_1uqg9_112{flex-direction:column;flex:1;padding-top:30px;display:flex}._topSearchRow_1uqg9_120{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}._breadcrumb_1uqg9_127{color:#bbb;font-size:14px;font-weight:500}._searchBar_1uqg9_133{width:65%;max-width:700px;position:relative}._searchBar_1uqg9_133 input{background:#fff;border:none;border-radius:40px;outline:none;width:100%;padding:14px 30px;box-shadow:0 5px 20px #0000000a}._searchIcon_1uqg9_149{color:#f8bbd0;font-size:20px;position:absolute;top:50%;right:25px;transform:translateY(-50%)}._contentBody_1uqg9_159{gap:35px;width:100%;display:flex}._leftPanel_1uqg9_165{flex-direction:column;flex:2.3;gap:30px;display:flex}._rightPanel_1uqg9_172{flex:1;min-width:340px}._card_1uqg9_178{background:#fff;border-radius:35px;box-shadow:0 10px 30px #0000000a}._profileHeader_1uqg9_184{gap:30px;display:flex}._profileImgCard_1uqg9_189{flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}._circleBig_1uqg9_199{background:#fde8f0;border-radius:50%;justify-content:center;align-items:flex-end;width:140px;height:140px;display:flex;overflow:hidden}._silhouette_1uqg9_210{background:#f8bbd0;border-radius:50% 50% 0 0;width:90px;height:90px;position:relative}._silhouette_1uqg9_210:before{content:"";background:#f8bbd0;border-radius:50%;width:56px;height:56px;position:absolute;top:-50px;left:17px}._camIconWrapper_1uqg9_229{position:absolute;bottom:35px;right:35px}._camIcon_1uqg9_229{cursor:pointer;background:#fff;border:2px solid #fdf7f9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex;box-shadow:0 4px 12px #00000014}._nicknameCard_1uqg9_249{flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex;position:relative}._lvBadge_1uqg9_258{color:#bbb;align-items:center;gap:8px;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}._qMark_1uqg9_268{color:#f8bbd0;background:#fff;border:1px solid #fde8f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:inline-flex}._playBtn_1uqg9_281{color:#ddd;margin-left:5px;font-size:14px}._nickname_1uqg9_249{color:#666;font-size:48px;font-weight:700}._gearIcon_1uqg9_293{color:#f8bbd0;cursor:pointer;width:auto;height:auto;box-shadow:none;-webkit-appearance:none;background:0 0;border:0;border-radius:0;outline:none;padding:0;font-size:32px;line-height:1;display:inline-flex;position:absolute;top:40px;right:40px}._gearIcon_1uqg9_293:focus,._gearIcon_1uqg9_293:focus-visible{box-shadow:none;outline:none}._gearIcon_1uqg9_293:hover{background:0 0}._menuList_1uqg9_323{flex-direction:column;gap:35px;padding:50px 60px;display:flex}._menuItem_1uqg9_330{color:#bbb;cursor:pointer;font-size:20px;font-weight:700}._menuItem_1uqg9_330._active_1uqg9_45{color:#777}._langRow_1uqg9_341{align-items:center;display:flex}._langSel_1uqg9_346{gap:50px;margin-left:100px;display:flex}._selOn_1uqg9_352{color:#888}._selOff_1uqg9_356{color:#eee}._notifCard_1uqg9_361{flex-direction:column;height:100%;padding:40px;display:flex}._panelTitle_1uqg9_368{text-align:center;color:#888;letter-spacing:1px;margin-bottom:40px;font-size:20px}._msgBubbleContainer_1uqg9_376{flex-direction:column;align-items:flex-end;margin-bottom:25px;display:flex}._msgPink_1uqg9_383{color:#555;text-align:center;background:#fde8f0;border-radius:30px;width:90%;padding:22px 30px;font-size:14px;font-weight:700}._msgReply_1uqg9_394{color:#ccc;align-items:center;gap:10px;margin-top:10px;padding-right:15px;font-size:13px;font-weight:700;display:flex}._mIcon_1uqg9_405{color:#f0a1c0;background:#fde8f0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:flex}._msgGray_1uqg9_417{text-align:center;color:#999;background:#f5f5f5;border-radius:25px;margin-bottom:18px;padding:18px;font-size:14px;font-weight:700}._trendingBox_1uqg9_428{background:#f5f5f5;border-radius:30px;flex:1;margin-top:20px;padding:30px}._trendingTitle_1uqg9_436{text-align:center;color:#aaa;margin-bottom:25px;font-size:14px;font-weight:700}._rankRow_1uqg9_444{margin-bottom:20px}._rankLabel_1uqg9_448{color:#bbb;margin-bottom:8px;font-size:13px;font-weight:700;display:block}._vsFlex_1uqg9_456{justify-content:space-between;align-items:center;display:flex}._charBox_1uqg9_462{background:#fff;border-radius:18px;width:44%;height:80px;overflow:hidden}._charBox_1uqg9_462 img{object-fit:cover;width:100%;height:100%}._vsTxt_1uqg9_476{color:#ddd;font-size:16px;font-weight:700}._bottomCheck_1uqg9_482{text-align:right;color:#f8bbd0;justify-content:flex-end;align-items:center;gap:8px;margin-top:30px;font-size:14px;font-weight:700;display:flex}._checkCircle_1uqg9_494{border:2px solid #f8bbd0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:inline-flex}._modalOverlay_1uqg9_506{z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out _fadeIn_1uqg9_1;display:flex;position:fixed;top:0;left:0}._modalContent_1uqg9_520{text-align:center;background-color:#fff;border-radius:24px;width:400px;max-width:90vw;padding:35px 40px;animation:.3s cubic-bezier(.175,.885,.32,1.275) _slideUp_1uqg9_1;box-shadow:0 10px 40px #0000001a}._modalTitle_1uqg9_531{color:#333;margin:0 0 15px;font-size:22px}._modalText_1uqg9_537{color:#666;white-space:pre-wrap;margin:0 0 30px;font-size:15px;line-height:1.6}._modalActions_1uqg9_545{justify-content:center;gap:15px;display:flex}._modalCancelBtn_1uqg9_551{color:#888;cursor:pointer;background-color:#f1f3f5;border:none;border-radius:12px;flex:1;padding:12px 0;font-size:15px;font-weight:700;transition:background-color .2s}._modalCancelBtn_1uqg9_551:hover{background-color:#e9ecef}._modalConfirmBtn_1uqg9_568{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:12px;flex:1;padding:12px 0;font-size:15px;font-weight:700;transition:background-color .2s}._modalConfirmBtn_1uqg9_568:hover{background-color:#111}._modalDangerBtn_1uqg9_585{color:#fff;cursor:pointer;background-color:#ff4d4f;border:none;border-radius:12px;flex:1;padding:12px 0;font-size:15px;font-weight:700;transition:background-color .2s}._modalDangerBtn_1uqg9_585:hover{background-color:#e53935}._loadingSpinner_1uqg9_603{border:4px solid #fde8f0;border-top-color:#f1a0c0;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite _spin_1uqg9_1}._loadingWrapper_1uqg9_613{text-align:center;color:#bbb;width:100%;padding:100px 0}@keyframes _spin_1uqg9_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _slideInRight_1uqg9_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _slideOutLeft_1uqg9_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-30px)}}._animateEnter_1uqg9_647{animation:.3s ease-out forwards _slideInRight_1uqg9_1}._animateExit_1uqg9_651{animation:.3s ease-out forwards _slideOutLeft_1uqg9_1}@keyframes _fadeIn_1uqg9_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1uqg9_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.comment-modal-layer{z-index:100;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff}.comment-modal-backdrop{cursor:pointer;pointer-events:auto;background:#0000008f;border:0;display:none;position:absolute;inset:0}.comment-modal-backdrop:hover{background:#0000008f}.comment-modal-layer.is-vote-page{background-color:#0000}.comment-modal-layer.is-vote-page .comment-modal-backdrop,.comment-modal-layer.is-vote-page .comment-modal-backdrop:hover{background:0 0}.comment-modal{top:var(--comment-modal-top,calc(var(--vote-header-offset,110px) + 52px));right:var(--comment-modal-right,max(14px, calc((max(100vw, 850px) - 1180px) / 2)));left:var(--comment-modal-left,auto);z-index:81;width:min(430px,max(100vw,850px) - 48px);height:var(--comment-modal-height,calc(100dvh - var(--vote-header-offset,110px) - 56px));pointer-events:auto;background:#fff;border-radius:22px;flex-direction:column;animation:.2s ease-out both commentPanelEnter;display:flex;position:fixed;bottom:auto;overflow:hidden;box-shadow:0 26px 72px #00000047}.comment-modal-header{border-bottom:1px solid #eceff2;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px 16px;display:flex}.comment-modal-label{color:#d94588;margin-bottom:4px;font-size:.82rem;font-weight:800;display:block}.comment-modal-header h2{color:#111;margin:0;font-size:1.15rem;line-height:1.25}.comment-modal-close,.comment-delete,.comment-action,.comment-input button,.reply-input button{font:inherit;cursor:pointer;border:0;width:auto}.comment-modal-close{color:#333;background:#f1f3f5;border-radius:8px;flex-shrink:0;padding:8px 12px;font-weight:800}.comment-list{flex:1;padding:16px 20px 16px 16px;overflow-y:auto}.comment-item,.reply-item{align-items:flex-start;gap:12px;display:flex}.comment-item+.comment-item{margin-top:20px}.comment-avatar{background:linear-gradient(135deg,#76b9ff 0%,#fc92c7 100%);border-radius:50%;flex:none;width:40px;height:40px}.comment-avatar-small{width:32px;height:32px}.comment-body{flex:1;min-width:0}.comment-top{align-items:center;width:100%;margin-bottom:0;display:flex}.comment-name{color:#191919;font-size:.92rem;font-weight:800}.comment-time{color:#8c939c;white-space:nowrap;margin-left:8px;font-size:.78rem}.comment-delete{color:#9aa0a6;background:0 0;border-radius:8px;flex-shrink:0;padding:5px 8px;font-size:.78rem;font-weight:800}.comment-delete:hover,.comment-modal-close:hover,.comment-action:hover{color:#d94588}.name-row{align-items:center;gap:8px;min-width:0;display:inline-flex}.time-label{color:#9aa0a6;white-space:nowrap;flex-shrink:0;font-size:12px}.comment-text{color:#333;overflow-wrap:anywhere;margin:6px 0 0;font-size:.92rem;line-height:1.55}.menu{color:#888;cursor:pointer}.comment-menu-wrap{justify-content:flex-end;align-items:center;min-width:44px;display:flex;position:relative}.menu-button{color:#888;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1}.comment-delete{color:#dc3545;white-space:nowrap;text-align:center;cursor:pointer;z-index:20;background:#fff;border:1px solid #eceff2;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:88px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 24px #00000014}.trash-icon{flex-shrink:0;width:14px;height:14px}p{color:#1c1e21;white-space:pre-wrap;text-align:left;width:100%;margin:0 0 6px;font-size:14px;line-height:1.5}.comment-meta{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.actions{color:#65676b;gap:15px;font-size:12px;font-weight:600;display:flex}.like-button,.dislike-button,.comment-button{align-items:center;gap:6px;display:inline-flex}.like-icon{color:#0f0f0f;flex-shrink:0;width:18px;height:18px;transition:color .18s}.like-icon path{transition:fill .18s,stroke .18s}.dislike-icon{color:#0f0f0f;flex-shrink:0;width:18px;height:18px;transition:color .18s}.dislike-icon path{transition:fill .18s,stroke .18s}.comment-icon{color:#6f7680;flex-shrink:0;width:18px;height:18px;transition:color .18s}.comment-icon path{transition:fill .18s,stroke .18s}.actions span{cursor:pointer}.action-button{font:inherit;color:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:none;padding:0}.action-button:hover{text-decoration:underline}.like-button.is-active .like-icon{color:#e53935}.dislike-button.is-active .dislike-icon{color:#2f6df6}.comment-button.is-active .comment-icon{color:#0f0f0f}.comment-icon.is-filled path,.like-icon.is-filled path,.dislike-icon.is-filled path{fill:currentColor}.reply{color:#65676b;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:13px;font-weight:600;transition:color .18s;display:inline-flex}.reply:before{content:"";border-top:1px solid #ccc;flex-shrink:0;width:20px;transition:border-color .18s;display:block}.reply.is-active{color:#0f0f0f}.reply.is-active:before{border-color:#0f0f0f}.reply-list{flex-direction:column;gap:12px;width:100%;margin-top:12px;padding-left:16px;display:flex}.reply-input{box-sizing:border-box;align-items:center;gap:10px;width:100%;margin-top:12px;display:flex}.reply-input input{color:#000;background-color:#f0f2f5;border:1px solid #e2e5e9;border-radius:20px;outline:none;flex:auto;min-width:0;padding:10px 15px;font-size:13px}.reply-input input:focus{background-color:#e4e6eb}.reply-submit{color:#fff;text-align:center;white-space:nowrap;cursor:pointer;background:#ff8db5;border:none;border-radius:10px;flex-shrink:0;width:48px;min-width:48px;height:38px;padding:0 6px;font-size:13px;font-weight:700;line-height:38px}.reply-submit:hover,.reply-submit:focus-visible{background:#ff74a8;outline:none;text-decoration:none}.reply-item{align-items:flex-start;gap:2px;display:flex}.comment-action{color:#69707a;background:0 0;align-items:center;gap:4px;padding:0;font-size:.8rem;font-weight:800;display:flex}.comment-action svg{stroke:currentColor;fill:none;stroke-width:2px;width:15px;height:15px}.comment-action-active{color:#d94588}.comment-action.action-like.is-active{color:#ff3b30}.comment-action.action-like.is-active svg{fill:#ff3b30;stroke:#ff3b30}.comment-action.action-dislike.is-active{color:#007aff}.comment-action.action-dislike.is-active svg{fill:#007aff;stroke:#007aff}.reply-block{margin-top:14px;padding-left:4px}.reply-item+.reply-item{margin-top:12px}.reply-input,.comment-input{align-items:center;gap:10px;display:flex}.reply-input{margin-top:14px}.reply-input input,.comment-input input{color:#111;min-width:0;font:inherit;background:#f7f8fa;border:1px solid #e2e5e9;border-radius:8px;outline:none;flex:auto}.reply-input input{height:38px;padding:0 12px;font-size:.86rem}.comment-input{background:#fff;border-top:1px solid #eceff2;padding:14px 16px}.comment-input input{color:#000;background-color:#f0f2f5;border:none;border-radius:20px;outline:none;flex:auto;width:auto;min-width:0;padding:8px 16px;font-size:14px}.reply-input input:focus,.comment-input input:focus{background:#fff;border-color:#fc92c7}.reply-input button,.comment-input button{color:#fff;background:#d94588;border-radius:8px;flex-shrink:0;height:38px;padding:0 13px;font-weight:800}.comment-input button{height:42px}@keyframes commentPanelEnter{0%{opacity:0;transform:translate(30px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=1320px){.comment-modal-backdrop{display:block}.comment-modal{animation-name:commentPanelDropIn;left:auto;right:50%;transform:translate(50%)}}.comment-modal-layer.is-centered .comment-modal-backdrop{pointer-events:auto;display:block}.comment-modal-layer.is-centered .comment-modal{height:min(700px,80vh);animation:.3s cubic-bezier(.34,1.56,.64,1) both commentCenteredEnter;top:50%;left:50%;right:auto;transform:translate(-50%,-50%)}@keyframes commentCenteredEnter{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes commentPanelDropIn{0%{opacity:0;transform:translate(50%,-14px)}to{opacity:1;transform:translate(50%)}}@media (width<=850px){.comment-modal{width:min(430px,max(100vw,850px) - 24px)}.comment-modal-header,.comment-list{padding-inline:16px}.comment-input{padding-inline:12px}}.comment-submit{color:#fff;text-align:center;white-space:nowrap;cursor:pointer;background:#ff8db5;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;min-width:48px;height:36px;padding:0 6px;font-size:13px;font-weight:700;line-height:36px;display:inline-flex}.comment-submit:hover,.comment-submit:focus-visible{background:#ff74a8;outline:none}.create-page-container{--create-header-offset:80px;--create-panel-min-height:600px;--create-panel-height:max(var(--create-panel-min-height), calc(100dvh - var(--create-header-offset) - 90px));height:calc(100vh - 80px);height:calc(100dvh - var(--create-header-offset));background:0 0;justify-content:center;align-items:center;display:flex;overflow:hidden}.main-content{width:95%;max-width:1240px;max-height:90%;height:var(--create-panel-height);min-height:var(--create-panel-min-height);justify-content:center;align-items:stretch;gap:30px;max-height:none;display:flex}.editor-card{background-color:#fff;border-radius:25px;padding:30px;box-shadow:0 4px 12px #fc92c72e}.preview-section{text-align:center;flex-direction:column;flex:2.2;justify-content:flex-start;align-items:center;max-width:850px;min-height:0;display:flex}.editor-card__title-input{text-align:center;color:#333;border:none;border-bottom:2px solid #f0f0f0;outline:none;flex:none;width:85%;margin-bottom:40px;padding:10px;font-size:28px;font-weight:700}.vs-container{flex:auto;justify-content:center;align-items:center;gap:10px;width:100%;min-height:0;display:flex;position:relative}.candidate-box{background-color:#d9d9d9;border-radius:20px;outline:none;flex-direction:column;justify-content:center;align-items:center;width:380px;height:100%;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 15px #0000000d}.candidate-box:hover,.candidate-box:focus{transform:scale(1.02);box-shadow:0 10px 30px #f7a1c433}.candidate-box:focus{border:2px solid #f7a1c4}.candidate-box__upload{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}.upload-button{color:#fff;cursor:pointer;background-color:#888;border:none;border-radius:20px;width:120px;padding:10px 20px;font-weight:700;transition:background-color .2s}.upload-button:hover{background-color:#f589b4}.candidate-box__upload h5{color:#555;margin:0;font-weight:500}.image-wrapper{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.candidate-box__img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.image-edit-trigger{cursor:pointer;color:#333;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 8px #0003}.image-edit-trigger:hover{color:#fff;background-color:#f7a1c4;transform:scale(1.1)}.image-edit-overlay{z-index:11;background-color:#fff;border-radius:12px;flex-direction:column;gap:12px;width:160px;padding:12px;display:flex;position:absolute;top:60px;right:15px;box-shadow:0 4px 15px #00000026}.edit-controls{gap:8px;display:flex}.edit-controls button{cursor:pointer;color:#666;background:0 0;border:1px solid #eee;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px;font-size:11px;transition:all .2s;display:flex}.edit-controls button:hover{color:#f7a1c4;background-color:#fcf6f8;border-color:#f7a1c4}.zoom-control{color:#888;border-top:1px solid #f5f5f5;align-items:center;gap:8px;padding-top:8px;display:flex}.zoom-control input[type=range]{accent-color:#f7a1c4;cursor:pointer;flex:1}.zoom-control svg{cursor:pointer}.zoom-control svg:hover{color:#f7a1c4}.candidate-box__label{color:#fff;text-shadow:0 2px 10px #00000080;z-index:2;pointer-events:none;font-size:24px;font-weight:600;position:absolute;bottom:30px}.candidate-name-input{color:#333;background:0 0;border:none;outline:none;width:100%;font-size:15px}.candidate-name-input::placeholder{color:#ccc}.vs-badge{z-index:5;pointer-events:none;flex:0 0 82px;justify-content:center;align-items:center;width:82px;height:auto;margin:0 -41px;display:flex}.vs-badge img{width:100%;height:auto}.settings-section{flex-direction:column;flex:0 0 360px;gap:25px;width:360px;height:auto;display:flex;position:relative;overflow-y:auto}.settings-group__title{color:#333;border-bottom:1px solid #f5f5f5;margin-bottom:12px;padding-bottom:8px;font-size:17px}.list-item{color:#aaa;gap:12px;padding:8px 0;font-size:14px;display:flex}.list-item__num{transition:color .18s}.list-item:focus-within .list-item__num{color:#f7a1c4}.tag-cloud{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tag-button{color:#888;cursor:pointer;background-color:#fff;border:1px solid #eee;border-radius:25px;width:100%;min-height:46px;padding:11px 14px;font-size:14px;transition:transform .18s,box-shadow .18s,background-color .18s,border-color .18s,color .18s}.tag-button:not(.tag-button--active):hover{color:#f7a1c4;background-color:#fff;border-color:#f7a1c4;transform:translateY(-2px);box-shadow:0 16px 30px #fc92c738}.tag-button--active{color:#fff;background-color:#f7a1c4;border-color:#f7a1c4;box-shadow:0 4px 10px #f7a1c44d}.fab-button{z-index:100;color:#fff;cursor:pointer;background-color:#f7a1c4;border:none;border-radius:30px;justify-content:center;align-items:center;width:120px;height:55px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 8px 25px #f7a1c480}.fab-button:hover{background-color:#f589b4;transform:translateY(-5px)scale(1.05)}.fab-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.fab-button:disabled:hover{background-color:#f7a1c4;transform:none}@media (width<=1280px){.create-page-container{height:auto;min-height:calc(100vh - 80px);padding:20px 0;overflow-y:auto}.main-content{flex-direction:column;align-items:center;gap:20px;height:auto;min-height:0;max-height:none;padding:0 20px 50px}.preview-section,.settings-section{flex:none;width:100%;max-width:100%!important}.vs-container{flex-direction:row;justify-content:center;width:100%}.candidate-box{width:45%;max-width:280px;height:380px}.fab-button{z-index:100;border-radius:30px;width:120px;height:55px;position:fixed;bottom:30px;right:30px}}@media (width<=480px){.candidate-box{height:280px}.candidate-box__label{bottom:20px}}.vote-page{--vote-header-offset:110px;--vote-min-height:600px;--vote-page-width:1180px;--vote-page-gutter:24px;--vote-page-z-index:0;--vote-action-bg:#fffffff2;--vote-action-shadow:0 14px 28px #11111114;--vote-action-icon-opacity:.56;--vote-action-hover-shadow:0 16px 30px #fc92c738;--vote-action-hover-icon-opacity:1;--vote-action-hover-icon-filter:invert(72%) sepia(20%) saturate(1351%) hue-rotate(290deg) brightness(104%) contrast(99%);--vote-action-active-bg:linear-gradient(180deg, #ffb6db 0%, #fc92c7 100%);--vote-action-active-shadow:0 16px 32px #fc92c757;--vote-action-active-icon-filter:brightness(0) invert(1);--vote-action-dislike-hover-shadow:0 16px 30px #78aeff42;--vote-action-dislike-hover-icon-filter:invert(60%) sepia(80%) saturate(1812%) hue-rotate(194deg) brightness(101%) contrast(101%);--vote-action-dislike-active-bg:linear-gradient(180deg, #9bc7ff 0%, #76b9ff 100%);--vote-action-dislike-active-shadow:0 16px 32px #78aeff61;--vote-filter-panel-z-index:70;--vote-filter-panel-min-width:150px;--vote-filter-panel-fallback-left:70px;--vote-filter-panel-top:var(--vote-filter-button-top);--vote-filter-panel-left:calc((100vw - 1420px) / 2 + 11px);--vote-filter-panel-width:max(var(--vote-filter-panel-min-width), calc(var(--vote-filter-button-left) + var(--vote-filter-button-size) + 4px - var(--vote-filter-panel-left)));--vote-filter-panel-height:calc(100dvh - var(--vote-filter-panel-top) - 44px);--vote-filter-panel-radius:24px;--vote-filter-panel-bg:#fffffffa;--vote-filter-panel-shadow:0 22px 60px #11111114;--vote-filter-button-z-index:90;--vote-filter-button-size:64px;--vote-filter-button-icon-size:42px;--vote-filter-button-top:calc(var(--vote-header-offset) + 46px);--vote-filter-button-left:calc((100vw - var(--vote-page-width)) / 2 + 76px);--vote-filter-gap:25px;--vote-sheet-padding:20px 20px 18px;--vote-sheet-radius:22px;--vote-sheet-bg:#fffffff5;--vote-sheet-shadow:0 22px 60px #11111114;--vote-sheet-active-shadow:0 28px 72px #1111111f;--vote-sheet-title-size:3rem;--vote-choice-gap:16px;--vote-choice-radius:20px;--vote-choice-bg:#f4f0ea;--vote-choice-name-size:2.65rem;--vote-result-bar-height:18px;--vote-result-left-color:linear-gradient(90deg, #76b9ff 0%, #9bc7ff 100%);--vote-result-right-color:linear-gradient(90deg, #fc92c7 0%, #ffabd5 100%);z-index:var(--vote-page-z-index);isolation:isolate;width:min(var(--vote-page-width), calc(100% - var(--vote-page-gutter)));height:calc(100vh - var(--vote-header-offset));margin:0 auto;padding:0;position:relative;overflow:hidden}.vote-page.has-comment-modal{overflow:visible}.vote-page .comment-modal-layer,.vote-page .comment-modal-backdrop,.vote-page .comment-modal-backdrop:hover{background:0 0}.vote-filter-panel{--filter-close-text:#111;--filter-close-hover-text:#fc92c7;--filter-chip-bg:#fff;--filter-chip-text:#8d8d8d;--filter-chip-border:#1111116b;--filter-chip-shadow:none;--filter-chip-hover-bg:#fff;--filter-chip-hover-text:#fc92c7;--filter-chip-hover-border:#fc92c7;--filter-chip-hover-shadow:0 8px 18px #fc92c729;--filter-chip-active-bg:#fc92c7;--filter-chip-active-text:#fff;--filter-chip-active-border:#fc92c7;--filter-chip-active-shadow:0 8px 18px #fc92c73d;top:var(--vote-filter-panel-top);left:var(--vote-filter-panel-left);z-index:var(--vote-filter-panel-z-index);width:var(--vote-filter-panel-width,var(--vote-filter-panel-min-width));height:var(--vote-filter-panel-height);max-height:calc(100dvh - var(--vote-header-offset) - 22px);border-radius:var(--vote-filter-panel-radius);background:var(--vote-filter-panel-bg);box-shadow:var(--vote-filter-panel-shadow);flex-direction:column;padding:11px 10px 14px;animation:.18s both filterPanelEnter;display:flex;position:fixed;overflow:hidden}.vote-filter-header{flex:none;justify-content:flex-start;align-items:center;gap:8px;min-height:26px;margin-bottom:16px;padding-left:15px;display:flex;position:relative}.vote-filter-header h2{color:#111;margin:0;font-size:20px;font-weight:500;line-height:1}.vote-filter-close{color:var(--filter-close-text);cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;margin:0;padding:0;font-size:21px;line-height:26px;position:absolute;top:50%;right:15px;transform:translateY(-50%);width:26px!important;height:26px!important}.vote-filter-close:hover{box-shadow:none;color:var(--filter-close-hover-text);background:0 0;border-color:#0000}.vote-filter-list{scrollbar-width:none;flex-direction:column;gap:12px;min-height:0;padding:0 0 2px;display:flex;overflow-y:auto}.vote-filter-list::-webkit-scrollbar{display:none}.vote-filter-chip{border:1px solid var(--filter-chip-border);background:var(--filter-chip-bg);width:100%;min-height:43px;color:var(--filter-chip-text);box-shadow:var(--filter-chip-shadow);cursor:pointer;border-radius:999px;flex:none;padding:0 18px;font-size:17px;font-weight:500;line-height:1.2;transition:transform .18s,color .18s,border-color .18s,background-color .18s,box-shadow .18s}.vote-filter-chip:hover{border-color:var(--filter-chip-hover-border);background:var(--filter-chip-hover-bg);color:var(--filter-chip-hover-text);box-shadow:var(--filter-chip-hover-shadow);transform:translateY(-1px)}.vote-filter-chip.is-active{border-color:var(--filter-chip-active-border);background:var(--filter-chip-active-bg);color:var(--filter-chip-active-text);box-shadow:var(--filter-chip-active-shadow)}@keyframes filterPanelEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.empty-state{text-align:center;color:#888;padding:100px 20px;font-size:1.2rem;font-weight:600}.vote-layout{--vote-rail-gap:25px;--vote-action-button-size:72px;--vote-rail-size:calc(var(--vote-action-button-size) * 4 + var(--vote-rail-gap) * 3);--vote-sheet-glow-space:22px;--vote-sheet-extra-height:41px;--vote-action-space:calc(var(--vote-action-button-size) + var(--vote-rail-gap));--vote-side-balance:clamp(0px, calc((max(100vw, 850px) - 850px) * .3), var(--vote-action-space));--vote-sheet-width-default:min(850px, calc(max(100vw, 850px) - var(--vote-page-gutter) - var(--vote-sheet-glow-space) - var(--vote-sheet-glow-space) - var(--vote-action-space) - var(--vote-side-balance)));--vote-sheet-width:var(--vote-sheet-width-default);--vote-feed-width:calc(var(--vote-sheet-width) + var(--vote-action-space) + var(--vote-side-balance) + var(--vote-sheet-glow-space) + var(--vote-sheet-glow-space));width:100%;height:100%;min-height:var(--vote-min-height);justify-content:center;transition:transform .24s;display:flex}.vote-page.has-comment-modal .vote-layout{--vote-side-balance:52px;--vote-sheet-width:var(--vote-comment-sheet-width,var(--vote-sheet-width-default));transform:translateX(var(--vote-comment-group-shift,0px));transition:none}.vote-feed{z-index:0;width:var(--vote-feed-width);max-width:100%;height:100%;padding:var(--vote-sheet-glow-space);scroll-snap-type:y mandatory;scroll-padding-block:var(--vote-sheet-glow-space);scroll-behavior:smooth;overscroll-behavior-y:contain;scrollbar-width:none;position:relative;overflow-y:auto}.vote-page.is-entering-from-main .vote-feed{animation:.62s cubic-bezier(.22,1,.36,1) both voteFeedEnterFromMain}.vote-page.is-entering-from-main .vote-feed-item:first-child .vote-sheet{animation:.68s cubic-bezier(.22,1,.36,1) both voteSheetSettleFromMain}.vote-feed::-webkit-scrollbar{display:none}.vote-feed-item{width:100%;height:calc(100% - var(--vote-sheet-glow-space) * 2 + var(--vote-sheet-extra-height));min-height:calc(100% - var(--vote-sheet-glow-space) * 2 + var(--vote-sheet-extra-height));padding:30px var(--vote-action-space) 23px var(--vote-side-balance);scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;flex:0 0 calc(100% - var(--vote-sheet-glow-space) * 2 + var(--vote-sheet-extra-height));margin:0;display:flex;position:relative}.vote-sheet{width:100%;min-height:0;padding:var(--vote-sheet-padding);border-radius:var(--vote-sheet-radius);background:var(--vote-sheet-bg);box-shadow:var(--vote-sheet-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;flex:1;transition:transform .26s,box-shadow .26s,opacity .26s;display:flex;position:relative}.vote-feed-item:not(.is-active) .vote-sheet{opacity:.94}.vote-feed-item.is-active .vote-sheet{box-shadow:var(--vote-sheet-active-shadow);transform:scale(1.01)}.vote-sheet:before{content:"";z-index:-1;filter:blur(12px);border-radius:34px;position:absolute;inset:-22px}.vote-sheet-title{box-sizing:border-box;text-align:center;width:100%;font-size:var(--vote-sheet-title-size);letter-spacing:0;white-space:nowrap;margin:0;font-weight:700;overflow:hidden}.vote-sheet-match{gap:var(--vote-choice-gap);flex:1;grid-template-columns:1fr 1fr;align-items:stretch;min-height:0;padding-top:16px;transition:min-height .22s,padding-bottom .22s;display:grid;position:relative}.vote-sheet.has-results .vote-sheet-match{flex:1 1 0;min-height:0}.vote-choice{border-radius:var(--vote-choice-radius);background:var(--vote-choice-bg);cursor:pointer;border:0;width:100%;height:100%;padding:0;transition:transform .18s,box-shadow .18s,filter .18s;display:block;position:relative;overflow:hidden}.vote-choice:hover{transform:translateY(-3px)}.vote-sheet.has-results .vote-choice:hover{transform:none}.vote-sheet.has-results .vote-choice.is-selected:hover{transform:translateY(-3px)}.vote-choice img{object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.vote-choice-image-fallback{color:#ffffffe6;background:radial-gradient(circle at 20% 20%,#ffffffb8,#0000 32%),linear-gradient(135deg,#f3c967 0%,#df6d3c 48%,#3b1f14 100%);place-items:center;width:100%;height:100%;font-size:7rem;font-weight:900;transition:transform .22s;display:grid}.tone-dark .vote-choice-image-fallback{background:radial-gradient(circle at 80% 20%,#ffffff3d,#0000 30%),linear-gradient(135deg,#16233d 0%,#39637c 48%,#d9c18b 100%)}.vote-choice:hover img,.vote-choice:hover .vote-choice-image-fallback{transform:scale(1.03)}.vote-sheet.has-results .vote-choice:hover img,.vote-sheet.has-results .vote-choice:hover .vote-choice-image-fallback{transform:none}.vote-choice-overlay{background:0 0;position:absolute;inset:0}.vote-choice-name{--vote-name-outline-size:2px;--vote-name-outline-negative-size:-2px;--vote-name-accent-shadow:0 3px 12px #ffffff47;box-sizing:border-box;-webkit-line-clamp:3;text-align:center;overflow-wrap:anywhere;word-break:normal;white-space:normal;width:auto;max-height:calc(100% - 36px);font-size:min(var(--vote-choice-name-size), var(--vote-choice-name-fit-size,var(--vote-choice-name-size)));color:#fff;text-shadow:var(--vote-name-outline-negative-size) var(--vote-name-outline-negative-size) 0 #111, 0 var(--vote-name-outline-negative-size) 0 #111, var(--vote-name-outline-size) var(--vote-name-outline-negative-size) 0 #111, var(--vote-name-outline-size) 0 0 #111, var(--vote-name-outline-size) var(--vote-name-outline-size) 0 #111, 0 var(--vote-name-outline-size) 0 #111, var(--vote-name-outline-negative-size) var(--vote-name-outline-size) 0 #111, var(--vote-name-outline-negative-size) 0 0 #111, var(--vote-name-accent-shadow);-webkit-box-orient:vertical;margin:0;padding:0 18px;font-weight:900;line-height:1.08;display:-webkit-box;position:absolute;bottom:14px;left:0;right:0;overflow:hidden}.tone-blue .vote-choice-name{--vote-name-accent-shadow:0 0 18px #478cff66, 0 3px 12px #ffffff3d}.tone-pink .vote-choice-name{--vote-name-accent-shadow:0 0 18px #ff5b5b66, 0 3px 12px #ffffff3d}.vote-choice.is-selected{transform:translateY(-3px);box-shadow:0 22px 48px #1111112e}.tone-blue.is-selected{box-shadow:0 22px 48px #11111124,0 0 0 3px #78aeffb3}.tone-pink.is-selected{box-shadow:0 22px 48px #11111124,0 0 0 3px #fc92c7c7}.vote-feed-item.vote-oshi-no-ko .vote-choice.is-selected,.vote-feed-item.vote-oshi-no-ko .vote-sheet.has-results .vote-choice.is-selected:hover{transform:none}.vote-sheet-vs{z-index:2;pointer-events:none;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.vote-sheet-vs img{width:80px}.vote-sheet-results{flex:none;margin-top:16px;padding-top:2px;animation:.22s voteBarReveal}.vote-share-footer{letter-spacing:0;justify-content:space-between;align-items:center;gap:18px;margin-top:10px;font-size:2rem;font-weight:800;line-height:1;display:flex}.vote-share-footer span:first-child{color:#2e63c8}.vote-share-footer span:last-child{color:#d94588}.vote-share-bar{width:100%;height:var(--vote-result-bar-height);background:#edf2fb;border-radius:999px;display:flex;overflow:hidden}.vote-share-segment{height:100%}.vote-share-left{background:var(--vote-result-left-color)}.vote-share-right{background:var(--vote-result-right-color)}.vote-action-rail{gap:var(--vote-rail-gap);flex-direction:column;display:flex;position:absolute;bottom:38px;right:0}.vote-action-button{--vote-action-current-bg:var(--vote-action-bg);--vote-action-hover-transform:translateY(-2px);--vote-action-hover-bg:var(--vote-action-current-bg);--vote-action-current-hover-shadow:var(--vote-action-hover-shadow);--vote-action-current-hover-icon-opacity:var(--vote-action-hover-icon-opacity);--vote-action-current-hover-icon-filter:var(--vote-action-hover-icon-filter);--vote-action-current-active-bg:var(--vote-action-active-bg);--vote-action-current-active-shadow:var(--vote-action-active-shadow);--vote-action-current-active-icon-filter:var(--vote-action-active-icon-filter);width:var(--vote-action-button-size);height:var(--vote-action-button-size);background:var(--vote-action-current-bg);box-shadow:var(--vote-action-shadow);cursor:pointer;border:0;border-radius:999px;place-items:center;transition:transform .18s,box-shadow .18s,background-color .18s;display:grid;position:relative}.vote-action-button img{width:40px;height:40px;opacity:var(--vote-action-icon-opacity);transition:opacity .18s,filter .18s}.vote-action-count{color:#111111b8;text-align:center;font-size:.9rem;font-weight:700;line-height:1;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.vote-action-button:hover{transform:var(--vote-action-hover-transform);background:var(--vote-action-hover-bg);box-shadow:var(--vote-action-current-hover-shadow)}.vote-action-button:disabled{opacity:.38;cursor:not-allowed}.vote-action-button:disabled:hover{background:var(--vote-action-current-bg);box-shadow:var(--vote-action-shadow);transform:none}.vote-action-button:disabled:hover img{opacity:var(--vote-action-icon-opacity);filter:none}.vote-action-button:hover img{opacity:var(--vote-action-current-hover-icon-opacity);filter:var(--vote-action-current-hover-icon-filter)}.vote-action-button.action-like{--vote-action-current-bg:var(--vote-action-bg);--vote-action-hover-bg:var(--vote-action-current-bg);--vote-action-hover-transform:translateY(-2px);--vote-action-current-hover-shadow:var(--vote-action-hover-shadow);--vote-action-current-hover-icon-opacity:var(--vote-action-hover-icon-opacity);--vote-action-current-hover-icon-filter:var(--vote-action-hover-icon-filter);--vote-action-current-active-bg:var(--vote-action-active-bg);--vote-action-current-active-shadow:var(--vote-action-active-shadow);--vote-action-current-active-icon-filter:var(--vote-action-active-icon-filter)}.vote-action-button.action-dislike{--vote-action-current-bg:var(--vote-action-bg);--vote-action-hover-bg:var(--vote-action-current-bg);--vote-action-hover-transform:translateY(-2px);--vote-action-current-hover-shadow:var(--vote-action-dislike-hover-shadow);--vote-action-current-hover-icon-opacity:var(--vote-action-hover-icon-opacity);--vote-action-current-hover-icon-filter:var(--vote-action-dislike-hover-icon-filter);--vote-action-current-active-bg:var(--vote-action-dislike-active-bg);--vote-action-current-active-shadow:var(--vote-action-dislike-active-shadow);--vote-action-current-active-icon-filter:var(--vote-action-active-icon-filter)}.vote-action-button.action-comment,.vote-action-button.action-share,.vote-action-button.action-filter{--vote-action-current-bg:var(--vote-action-bg);--vote-action-hover-bg:var(--vote-action-current-bg);--vote-action-hover-transform:translateY(-2px);--vote-action-current-hover-shadow:var(--vote-action-hover-shadow);--vote-action-current-hover-icon-opacity:var(--vote-action-hover-icon-opacity);--vote-action-current-hover-icon-filter:var(--vote-action-hover-icon-filter);--vote-action-current-active-bg:var(--vote-action-active-bg);--vote-action-current-active-shadow:var(--vote-action-active-shadow);--vote-action-current-active-icon-filter:var(--vote-action-active-icon-filter)}.vote-action-button.is-active{background:var(--vote-action-current-active-bg);box-shadow:var(--vote-action-current-active-shadow)}.vote-action-button.is-active img{opacity:1;filter:var(--vote-action-current-active-icon-filter)}.vote-action-button.vote-filter-toggle{top:var(--vote-filter-button-top);left:var(--vote-filter-button-left);z-index:var(--vote-filter-button-z-index);width:var(--vote-filter-button-size);height:var(--vote-filter-button-size);justify-content:center;align-items:center;padding:0;line-height:0;display:flex;position:fixed;transform:none}.vote-action-button.vote-filter-toggle:hover{transform:var(--vote-action-hover-transform)}.vote-action-button.vote-filter-toggle img{width:var(--vote-filter-button-icon-size);height:var(--vote-filter-button-icon-size);object-fit:contain;flex:none;display:block}.vote-feed-loader{flex:0 0 1px;height:1px}@keyframes voteBarReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes voteFeedEnterFromMain{0%{opacity:0;transform:translateY(64px)}to{opacity:1;transform:translateY(0)}}@keyframes voteSheetSettleFromMain{0%{transform:translateY(26px)scale(.98)}to{transform:translateY(0)scale(1.01)}}@media (prefers-reduced-motion:reduce){.vote-page.is-entering-from-main .vote-feed,.vote-page.is-entering-from-main .vote-feed-item:first-child .vote-sheet{animation:none}}@media (width<=1320px){.vote-page.has-comment-modal .vote-layout{--vote-side-balance:var(--vote-action-space);transform:none}}@media (width<=900px){.vote-page{--vote-page-gutter:16px;--vote-min-height:540px;--vote-filter-button-size:54px;--vote-filter-button-icon-size:34px;--vote-filter-button-left:16px;--vote-filter-button-top:calc(var(--vote-header-offset) + 18px);--vote-filter-panel-left:12px;--vote-filter-panel-width:min(190px, calc(100vw - 24px));--vote-filter-panel-height:calc(100dvh - var(--vote-filter-panel-top) - 20px);--vote-sheet-title-size:clamp(1.5rem, 5.4vw, 2.2rem);--vote-choice-name-size:clamp(1.35rem, 5vw, 2rem)}.vote-layout{--vote-rail-gap:12px;--vote-action-button-size:56px;--vote-action-space:0px;--vote-side-balance:0px;--vote-sheet-glow-space:12px;--vote-sheet-extra-height:0px}.vote-feed-item{padding:72px 0 92px}.vote-action-rail{flex-direction:row;bottom:18px;right:50%;transform:translate(50%)}.vote-action-button img{width:32px;height:32px}.vote-action-count{font-size:.8rem;bottom:-14px}.vote-sheet{padding:16px}.vote-sheet-match{gap:10px}.vote-sheet-vs img{width:58px}.vote-share-footer{font-size:1.45rem}}@media (width<=560px){.vote-page{--vote-header-offset:86px;--vote-min-height:500px;--vote-filter-button-size:48px;--vote-filter-button-icon-size:30px;--vote-filter-button-top:calc(var(--vote-header-offset) + 10px);height:calc(100dvh - var(--vote-header-offset))}.vote-layout{--vote-action-button-size:50px;--vote-rail-gap:10px}.vote-filter-panel{top:var(--vote-filter-button-top);max-height:calc(100dvh - var(--vote-filter-button-top) - 12px);border-radius:18px}.vote-filter-header{margin-bottom:12px;padding-left:10px}.vote-filter-chip{min-height:38px;padding:0 14px;font-size:15px}.vote-feed-item{padding:64px 0 82px}.vote-sheet{border-radius:16px;padding:12px}.vote-sheet-match{padding-top:12px}.vote-choice{border-radius:14px}.vote-choice-name{max-height:calc(100% - 20px);padding:0 8px;bottom:10px}.vote-sheet-vs img{width:48px}}._modalOverlay_lz13o_1{z-index:2000;background-color:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}._modalContent_lz13o_14{background-color:#fff;border-radius:30px;flex-direction:column;align-items:center;width:540px;max-width:95vw;padding:24px;display:flex;box-shadow:0 20px 60px #0000004d}._title_lz13o_26{color:#111;margin-bottom:20px;font-size:22px;font-weight:800}._cropperContainer_lz13o_33{aspect-ratio:1;background-color:#1a1a1a;border-radius:20px;width:100%;height:auto;max-height:70vh;margin-bottom:24px;position:relative;overflow:hidden}._cropperContainer_lz13o_33:after{content:"";aspect-ratio:1;pointer-events:none;border:2px solid #ffffffe6;border-radius:50%;width:85%;position:absolute;inset:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 999px #00000080}._previewImage_lz13o_58{object-fit:cover;transform-origin:50%;width:100%;height:100%;transition:transform .15s ease-out;display:block}._controls_lz13o_67{flex-direction:column;gap:20px;width:100%;display:flex}._zoomControl_lz13o_74{align-items:center;gap:15px;width:100%;display:flex}._zoomControl_lz13o_74 label{color:#666;min-width:50px;font-weight:600}._zoomRange_lz13o_87{accent-color:#f1a0c0;flex:1}._buttonGroup_lz13o_92{gap:15px;width:100%;display:flex}._cancelBtn_lz13o_98,._cropBtn_lz13o_98{cursor:pointer;border:none;border-radius:15px;flex:1;padding:14px;font-size:16px;font-weight:700;transition:background-color .2s}._cancelBtn_lz13o_98{color:#888;background-color:#f5f5f5}._cancelBtn_lz13o_98:hover{background-color:#eee}._cropBtn_lz13o_98{color:#fff;background-color:#f1a0c0}._cropBtn_lz13o_98:hover{background-color:#f08cb3}.gradeSection{width:100%;margin-top:15px}.gradeCard{background:#fff;border-radius:35px;padding:40px;box-shadow:0 10px 30px #0000000a}.gradeHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.gradeTitle{color:#666;margin:0;font-size:20px;font-weight:700}.gradeTabs{border-bottom:2px solid #f8f8f8;gap:20px;margin-bottom:30px;display:flex}.gradeTab{color:#bbb;cursor:pointer;padding:10px 5px;font-size:16px;font-weight:700;position:relative}.gradeTab.active{color:#f8bbd0}.gradeTab.active:after{content:"";background:#f8bbd0;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.gradeContent{justify-content:space-around;gap:20px;display:flex}.gradeItem{border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:15px;padding:20px;transition:background .3s;display:flex}.gradeItem:hover{background:#fdf7f9}.gradeIcon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;display:flex;box-shadow:0 4px 10px #0000000d}.gradeName{color:#777;font-size:16px;font-weight:700}.gradeRequirement{color:#bbb;text-align:center;font-size:13px}.profile-container{--settings-gap:14px;--settings-item-padding:16px 18px;--settings-radius:16px;background-color:#0000;min-height:100vh;padding:0;font-family:Pretendard,sans-serif}.breadcrumb{color:#bbb;margin-bottom:30px;font-size:14px;font-weight:500}.profile-card{background:#fff;border:1px solid #eee;border-radius:40px;max-width:1000px;margin:0 auto;padding:40px}.profile-card.font-작게{font-size:13px}.profile-card.font-보통{font-size:14px}.profile-card.font-크게{font-size:16px}.card-header{justify-content:flex-end;margin-bottom:30px;display:flex}.button-group button{cursor:pointer;color:#666;background:#fff;border:1px solid #ddd;border-radius:20px;margin-left:10px;padding:10px 40px}.button-group .btn-save{background-color:#f5f5f5;border:1px solid #eee}.card-content{align-items:flex-start;gap:60px;display:flex}.profile-form{flex:2;min-width:0}.form-grid{gap:var(--settings-gap);flex-direction:column;min-width:0;display:flex}.form-group{flex-direction:column;margin-bottom:25px;display:flex}.form-group label{color:#444;margin-bottom:8px;font-size:1.05em;font-weight:500}.input-field{background-color:#fcfcfc;border:1px solid #eee;border-radius:30px;outline:none;padding:15px 25px;font-size:1em}.account-info-list{gap:var(--settings-gap);flex-direction:column;margin:0;display:flex}.account-info-item{padding:var(--settings-item-padding);border-radius:var(--settings-radius);background:#fcfcfc;border:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;display:flex}.account-info-item div{flex-direction:column;gap:5px;min-width:0;display:flex}.account-info-item strong{color:#555;font-size:1.05em}.account-info-item span{color:#999;word-break:break-all;font-size:.9em}.password-eye-btn{color:#999;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.password-eye-btn:hover{color:#777;background:#f5f5f5}.gender-options{border:1px solid #eee;border-radius:25px;width:fit-content;display:flex;overflow:hidden}.gender-btn{cursor:pointer;color:#666;background:#fff;border:none;border-right:1px solid #eee;padding:15px 30px}.gender-btn.active{color:#333;background-color:#fff;font-weight:700}.gender-btn:last-child{border-right:none}.input-with-status{align-items:center;gap:15px;display:flex}.status-msg{color:#888;align-items:center;font-size:13px;display:flex}.status-msg.success i{color:#999;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:5px;font-style:normal;font-weight:700;display:flex}.birth-inputs,.email-inputs{gap:15px;display:flex}.birth-inputs input,.email-inputs input{flex:1}.select-box{color:#888;cursor:pointer;background:#fcfcfc url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23999999\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>") right 20px center no-repeat;border:1px solid #eee;border-radius:30px;align-items:center;min-width:100px;padding:0 20px;display:flex}.settings-menu{gap:var(--settings-gap);flex-direction:column;margin:0;display:flex}.settings-menu-item{padding:var(--settings-item-padding);border-radius:var(--settings-radius);background:#fcfcfc;border:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-menu-item div{flex-direction:column;gap:5px;min-width:0;display:flex}.settings-menu-item strong{color:#555;font-size:1.05em}.settings-menu-item span{color:#999;overflow-wrap:anywhere;font-size:.9em}.settings-menu-item button{color:#777;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:20px;width:auto;min-width:72px;padding:9px 16px;font-size:.9em}.settings-menu-item button:hover{background:#f5f5f5}.settings-modal-layer{z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.settings-modal-backdrop{cursor:pointer;background:0 0;border:0;position:absolute;inset:0}.settings-modal-backdrop:hover,.settings-modal-backdrop:focus{background:0 0;outline:none}.settings-modal{z-index:1;background:#fff;border:1px solid #eee;border-radius:24px;width:min(520px,100%);max-height:min(720px,100vh - 48px);padding:22px 14px 22px 22px;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0000002e}.security-settings-modal{transform:translateY(-44px)}.settings-modal-header{margin-bottom:var(--settings-gap);justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-modal-header div{flex-direction:column;gap:6px;min-width:0;display:flex}.settings-modal-header span{color:#f08aaf;font-size:.9em;font-weight:800}.settings-modal-header h2{color:#444;margin:0;font-size:1.15em;line-height:1.35}.settings-modal-header button{color:#777;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:20px;flex-shrink:0;width:auto;padding:9px 16px;font-size:.9em}.settings-modal-header button:hover{background:#f5f5f5}.security-settings-modal .settings-modal-header button,.display-settings-modal .settings-modal-header button,.profile-settings-modal .settings-modal-header button{transform:translate(24px)}.settings-modal-header>div{transform:translate(-24px,-8px)}.profile-image-panel{padding:var(--settings-item-padding);border-radius:var(--settings-radius);gap:var(--settings-gap);background:#fff;border:1px solid #eee;flex-direction:column;display:flex}.profile-image-option{color:#555;cursor:pointer;text-align:left;background:#fcfcfc;border:1px solid #eee;border-radius:18px;width:100%;padding:13px 18px;font-size:.95em}.profile-image-option:hover{background:#f5f5f5}.profile-image-file-input{display:none}.security-panel{padding:var(--settings-item-padding);border-radius:var(--settings-radius);gap:var(--settings-gap);background:#fff;border:1px solid #eee;flex-direction:column;display:flex}.security-section{flex-direction:column;gap:10px;display:flex}.security-section strong{color:#555;font-size:1em}.security-section input{color:#555;box-sizing:border-box;background:#fcfcfc;border:1px solid #eee;border-radius:24px;outline:none;width:100%;padding:13px 18px;font-size:.95em}.security-section button{color:#fff;cursor:pointer;background:#f8bbd0;border:1px solid #eee;border-radius:20px;align-self:flex-end;width:auto;padding:10px 22px;font-size:.9em}.security-section button:hover{background:#f7a9c4}.login-history-item{background:#fcfcfc;border-radius:12px;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.login-history-item span{color:#555;font-size:.95em;font-weight:600}.login-history-item em{color:#999;text-align:right;font-size:.85em;font-style:normal}.display-panel{padding:var(--settings-item-padding);border-radius:var(--settings-radius);gap:var(--settings-gap);background:#fff;border:1px solid #eee;flex-direction:column;display:flex}.display-option{color:#555;background:#fcfcfc;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:12px 14px;font-size:1em;font-weight:600;display:flex}.display-option select{color:#777;background:#fff;border:1px solid #eee;border-radius:18px;outline:none;width:150px;padding:9px 12px;font-size:.95em}.display-toggle input{accent-color:#777;width:18px;height:18px}.display-save-btn{color:#fff;cursor:pointer;background:#f8bbd0;border:1px solid #eee;border-radius:20px;align-self:flex-end;width:auto;padding:10px 22px;font-size:.9em}.display-save-btn:hover{background:#f7a9c4}.account-actions{justify-content:flex-end;gap:var(--settings-gap);flex-wrap:wrap;margin-top:0;display:flex}@media (width<=640px){.profile-card{border-radius:24px;padding:24px 18px}.account-info-item,.settings-menu-item{align-items:flex-start}.settings-menu-item{flex-direction:column}.settings-menu-item button,.display-option select,.account-link-btn,.account-danger-btn,.display-save-btn{width:100%}.settings-modal-layer{align-items:flex-end;padding:14px}.settings-modal{border-radius:20px;max-height:calc(100vh - 28px);padding:18px}.settings-modal-header{flex-direction:column}.settings-modal-header button{width:100%}.account-actions{flex-direction:column}}.account-link-btn,.account-danger-btn{color:#777;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:24px;width:auto;padding:12px 24px;font-size:1em}.account-link-btn:hover{background:#f5f5f5}.account-danger-btn{color:#ff868a}.account-danger-btn:hover{background:#f5f5f5}.like-page-container{width:100%;padding:0 0 40px;font-family:Pretendard,sans-serif}.description-text{color:#bbb;margin-bottom:25px;font-size:14px;font-weight:500}.like-search-section{justify-content:center;width:100%;margin-bottom:30px;display:flex}.like-search-bar{width:100%;max-width:700px;position:relative}.like-search-bar input{background:#fff;border:none;border-radius:40px;outline:none;width:100%;padding:14px 25px;box-shadow:0 5px 20px #0000000a}.like-search-icon{color:#f1a0c0;font-size:20px;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.like-content{flex-direction:column;align-items:center;width:100%;display:flex}.description-text{color:#bbb;text-align:center;width:100%;margin-bottom:25px;font-size:14px;font-weight:500}.like-list{background:#fff;border-radius:35px;flex-direction:column;gap:20px;width:100%;max-width:1100px;margin:0 auto;padding:40px;display:flex;box-shadow:0 10px 30px #0000000a}.like-item-row{border-bottom:1px solid #f8f8f8;align-items:center;gap:25px;padding-bottom:20px;display:flex}.like-item-row:last-child{border-bottom:none;padding-bottom:0}.like-badge{background-color:#f1a0c0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;transition:all .2s;display:flex;box-shadow:0 4px 10px #f1a0c04d}.like-badge:hover{background-color:#f08cb3;transform:scale(1.1)}.like-badge .material-icons{color:#fff;font-size:26px}.info-card{flex:1;justify-content:space-between;align-items:center;gap:30px;display:flex}.thumb-img{background:#fdf2f6;border-radius:18px;flex-shrink:0;width:80px;height:80px;overflow:hidden;box-shadow:0 4px 10px #0000000d}.thumb-img img{object-fit:cover;width:100%;height:100%}.vote-title{color:#666;text-align:center;flex:1;font-size:18px;font-weight:700}.comment-icon-btn{cursor:pointer;color:#ccc;background:#fff;border:1px solid #f8f8f8;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000005}.comment-icon-btn:hover{color:#f1a0c0;background:#fdf2f6}.comment-icon-btn .material-icons{font-size:24px}.my-create-container{color:#fff;width:100%;padding:0 0 40px}.my-create-content{padding:20px 0}.description-text{color:#bbb;margin-bottom:30px;font-size:.95rem}.my-vote-list{flex-direction:column;gap:20px;display:flex}.my-vote-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;transition:transform .2s,background .2s;display:flex}.my-vote-item:hover{background:#ffffff14;transform:translateY(-2px)}.vote-info{flex:1}.vote-category{color:#f1a0c0;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.vote-title{color:#666;margin:0 0 12px;font-size:1.25rem}.vote-stats{color:#888;gap:15px;font-size:.85rem;display:flex}.vote-preview{align-items:center;gap:10px;margin-left:20px;display:flex}.vote-preview img{object-fit:cover;border:1px solid #ffffff1a;border-radius:8px;width:60px;height:60px}.no-img{color:#555;background:#ffffff0d;border:1px dashed #fff3;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-size:.7rem;display:flex}.vs-text{color:#f1a0c0;opacity:.5;font-size:.8rem;font-weight:900}.loading-state,.empty-state{text-align:center;color:#666;padding:80px;font-size:1.1rem}:root{--point:#fc92c7;--text:#111;--bg:#f8f8f8;--surface:#fff;--shadow:0 18px 48px #11111114}.admin-wrapper{background:var(--bg);min-height:100vh;padding:40px 20px}.admin-header{text-align:center;width:min(1180px,100% - 50px);margin:0 auto 40px}.admin-header h1{color:var(--text);margin:0 0 10px;font-size:2.8rem;font-weight:700}.admin-header h1 span{color:var(--point)}.admin-header p{color:#666;margin:5px 0 0;font-size:1.1rem;font-weight:500}.admin-container{background:var(--surface);width:min(1180px,100% - 50px);box-shadow:var(--shadow);border-radius:20px;margin:0 auto;padding:40px}.admin-search-section{margin-bottom:40px}.admin-search-section h2{color:var(--text);margin:0 0 20px;font-size:1.3rem;font-weight:600}.search-form{flex-wrap:wrap;gap:12px;display:flex}.search-input{min-width:250px;color:var(--text);border:2px solid #e0e0e0;border-radius:12px;flex:1;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.search-input::placeholder{color:#999}.search-input:focus{border-color:var(--point);outline:none;box-shadow:0 0 0 4px #fc92c71a}.search-btn,.load-all-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.search-btn{background:var(--point);color:#fff}.search-btn:hover:not(:disabled){background:#f27ab8;transform:translateY(-2px);box-shadow:0 8px 20px #fc92c74d}.load-all-btn{color:var(--text);background:#ffb51f}.load-all-btn:hover:not(:disabled){background:#ffa700;transform:translateY(-2px);box-shadow:0 8px 20px #ffb51f4d}.search-btn:disabled,.load-all-btn:disabled{opacity:.6;cursor:not-allowed}.tabs{border-bottom:2px solid #e8e8e8;gap:0;margin-bottom:30px;display:flex}.tab{cursor:pointer;color:#999;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .2s}.tab:hover:not(:disabled){color:var(--point)}.tab.active{color:var(--point);border-bottom-color:var(--point)}.tab:disabled{opacity:.5;cursor:not-allowed}.content-section{padding:20px 0}.no-data{text-align:center;color:#999;padding:60px 20px;font-size:1.1rem}.votes-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;display:grid}.vote-card{background:var(--surface);border:2px solid #f0f0f0;border-radius:16px;transition:all .3s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:0 4px 12px #0000000a}.vote-card:hover{border-color:var(--point);transform:translateY(-8px);box-shadow:0 16px 32px #fc92c726}.vote-header{background:linear-gradient(135deg, var(--point) 0%, #ff7eb3 100%);color:#fff;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px;display:flex}.vote-header h3{flex:1;margin:0;font-size:1.15rem;font-weight:600;line-height:1.4}.vote-id{white-space:nowrap;background:#ffffff40;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600}.vote-body{padding:18px}.candidates{background:#fafafa;border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:14px;display:flex}.candidate{text-align:center;flex:1}.candidate .name{color:var(--text);margin-bottom:6px;font-size:.9rem;font-weight:600;line-height:1.3;display:block}.candidate .count{color:var(--point);font-size:1.2rem;font-weight:700;display:block}.vs{color:#ccc;padding:0 8px;font-size:.9rem;font-weight:700}.vote-info{color:#666;font-size:.85rem;line-height:1.6}.vote-info p{margin:6px 0}.vote-actions{background:#fafafa;border-top:1px solid #f0f0f0;gap:10px;padding:16px;display:flex}.view-comments-btn,.delete-btn{cursor:pointer;border:2px solid #0000;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s}.view-comments-btn{color:var(--point);border-color:var(--point);background:0 0}.view-comments-btn:hover:not(:disabled){background:#fc92c71a}.delete-btn{color:#ff6b5b;background:0 0;border-color:#ff6b5b}.delete-btn:hover:not(:disabled){background:#ff6b5b1a}.delete-btn:disabled,.view-comments-btn:disabled{opacity:.6;cursor:not-allowed}.comments-list{background:#fafafa;border-radius:16px;padding:24px}.selected-vote{border-bottom:2px solid var(--point);color:var(--text);margin-bottom:24px;padding-bottom:16px;font-size:.95rem}.selected-vote strong{color:var(--point);font-weight:600}.comment-item{border-left:4px solid var(--point);background:#fff;border-radius:10px;margin-bottom:12px;padding:16px;transition:all .2s;box-shadow:0 2px 8px #00000005}.comment-item:hover{box-shadow:0 8px 16px #fc92c71a}.comment-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;font-size:.85rem;display:flex}.comment-header .author{color:var(--text);font-weight:600}.comment-header .created-at{color:#999}.comment-content{color:#444;word-break:break-word;margin-bottom:12px;line-height:1.6}.delete-comment-btn{color:#ff6b5b;cursor:pointer;background:0 0;border:2px solid #ff6b5b;border-radius:6px;width:fit-content;margin-left:auto;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:block}.delete-comment-btn:hover:not(:disabled){background:#ff6b5b1a}.delete-comment-btn:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:460px;padding:32px;box-shadow:0 20px 60px #00000026}.modal-title{color:var(--text);margin:0 0 12px;font-size:1.3rem;font-weight:700}.modal-text{color:#666;white-space:pre-wrap;margin:16px 0;font-size:1rem;line-height:1.6}.modal-actions{gap:12px;margin-top:28px;display:flex}.modal-cancel-btn,.modal-delete-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px 16px;font-size:1rem;font-weight:600;transition:all .2s}.modal-cancel-btn{color:var(--text);background:#e8e8e8}.modal-cancel-btn:hover:not(:disabled){background:#d8d8d8}.modal-delete-btn{color:#fff;background:#ff6b5b}.modal-delete-btn:hover:not(:disabled){background:#f54;transform:translateY(-1px)}.modal-cancel-btn:disabled,.modal-delete-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.admin-container{padding:24px}.votes-grid{grid-template-columns:1fr}.search-form{flex-direction:column}.search-input{min-width:auto}}.admin-page{background:var(--bg);min-height:calc(100vh - 80px);padding:40px 20px}.admin-verification-container{justify-content:center;align-items:center;min-height:calc(100vh - 160px);display:flex}.admin-verification-card{background:var(--surface);text-align:center;border:1px solid #fc92c733;border-radius:24px;width:100%;max-width:480px;padding:50px 40px;position:relative;overflow:hidden;box-shadow:0 20px 60px #fc92c726}.admin-verification-card:before{content:"";background:linear-gradient(90deg,#fc92c7,#ffb5d4);height:6px;position:absolute;top:0;left:0;right:0}.admin-verification-card h2{color:var(--text);letter-spacing:-.5px;margin-top:0;margin-bottom:12px;font-size:28px;font-weight:800}.admin-verification-card h2:before{content:"🔐 ";font-size:24px}.admin-verification-card p{color:#666;word-break:keep-all;margin-bottom:40px;font-size:15px;line-height:1.6}.verification-actions{margin-bottom:25px}.verification-input-group{background:#fafafa;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;gap:15px;padding:25px 20px;display:flex}.verification-input-group input{color:var(--text);text-align:center;letter-spacing:8px;background:#fff;border:2px solid #ddd;border-radius:12px;outline:none;padding:16px;font-size:24px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.verification-input-group input::placeholder{letter-spacing:normal;color:#bbb;font-size:16px;font-weight:500}.verification-input-group input:focus{border-color:var(--point);transform:translateY(-2px);box-shadow:0 0 0 4px #fc92c726}.admin-btn{cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .2s}.send-code-btn{color:var(--point);border:2px solid var(--point);background:#fff}.send-code-btn:hover:not(:disabled){background:#fc92c70d;transform:translateY(-2px);box-shadow:0 4px 12px #fc92c71a}.send-code-btn:disabled{color:#999;cursor:not-allowed;box-shadow:none;background:#f9f9f9;border-color:#ddd;transform:none}.verify-btn{background:var(--point);color:#fff}.verify-btn:hover{background:#f27ab8;transform:translateY(-2px);box-shadow:0 6px 15px #fc92c74d}.animate-fade-in{animation:.4s cubic-bezier(.4,0,.2,1) forwards verificationFadeIn}@keyframes verificationFadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}body{margin:0;font-family:sans-serif}:root{--app-min-width:850px;--layout-vw:max(100vw, var(--app-min-width))}*{box-sizing:border-box}body{color:var(--text-dark);background-color:#fdfdfd;font-family:Pretendard,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}#root{min-width:var(--app-min-width)}.site-main{z-index:auto;position:relative}
