:root{--f34-orange:#ff7617;--f34-purple:#8b2cff;--f34-bg:#09080e;--f34-panel:#121019;--f34-line:#302b39}*{box-sizing:border-box}.f34-updates-page{margin:0;background:radial-gradient(circle at 80% 0,#6923bd25,transparent 30%),var(--f34-bg);color:#fff;font-family:'Noto Sans KR',sans-serif;min-height:100vh}.f34-updates-page header{position:sticky;top:0;z-index:30;background:#09080ee8;border-bottom:1px solid #ffffff16;backdrop-filter:blur(16px)}.f34-updates-page .logo span{color:var(--f34-orange)}.f34-updates-page .header-btn{background:linear-gradient(110deg,var(--f34-orange),#e83d82,var(--f34-purple));border:0!important}.update-hero{min-height:420px;padding:100px max(6vw,24px) 72px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;border-bottom:1px solid #ffffff12;background:linear-gradient(120deg,#ff76170d,transparent 34%),radial-gradient(circle at 80% 30%,#8b2cff25,transparent 32%)}.update-back{display:inline-flex;align-items:center;gap:9px;color:#bdb6c8;text-decoration:none;font-weight:700}.update-kicker{margin:46px 0 12px;color:#ff9140;font-size:.75rem;font-weight:900;letter-spacing:.16em}.update-hero h1{font-size:clamp(3rem,7vw,6.8rem);letter-spacing:-.07em;line-height:.95;margin:0;background:linear-gradient(100deg,#fff 10%,#ff9b42 48%,#c240ff);color:transparent;background-clip:text}.update-intro{margin:24px 0 0;color:#aaa3b3;font-size:1.1rem;line-height:1.8}.update-hero-mark{width:min(360px,34vw);opacity:.93;filter:drop-shadow(0 28px 55px #000) drop-shadow(0 0 45px #812cff45);transform:rotate(-4deg)}.update-hero-mark img{display:block;width:100%;height:auto}.update-shell{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:55px 0 110px}.update-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.update-toolbar>div{display:flex;align-items:baseline;gap:8px;color:#918a99}.update-toolbar strong{font-size:2rem;color:#fff}.update-admin-button{border:0;border-radius:9px;padding:13px 18px;background:linear-gradient(110deg,var(--f34-orange),#e83e78,var(--f34-purple));color:#fff;font-weight:900;cursor:pointer;box-shadow:0 14px 35px #6d20a628}.update-admin-button i{margin-right:8px}.update-status{min-height:240px;display:flex;align-items:center;justify-content:center;gap:12px;color:#938c9d;border:1px dashed #39333f;border-radius:14px}.update-spinner{width:22px;height:22px;border:2px solid #4b4451;border-top-color:#ff7d22;border-radius:50%;animation:update-spin .8s linear infinite}@keyframes update-spin{to{transform:rotate(360deg)}}.update-list{display:grid;gap:24px}.update-card{position:relative;padding:38px;border:1px solid var(--f34-line);border-radius:16px;background:linear-gradient(145deg,#17141eeb,#0f0d14f5);box-shadow:0 26px 70px #0005;overflow:hidden}.update-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--f34-orange),var(--f34-purple))}.update-card-head{display:flex;justify-content:space-between;gap:30px}.update-version{display:inline-block;padding:5px 9px;border:1px solid #ff8c3845;border-radius:6px;color:#ff9b55;background:#ff761710;font-size:.75rem;font-weight:900}.update-card h2{font-size:clamp(1.55rem,3vw,2.5rem);letter-spacing:-.04em;margin:13px 0 8px}.update-summary{margin:0;color:#c0bac7;line-height:1.7}.update-date{white-space:nowrap;color:#7f7887;font-size:.82rem}.update-admin-actions{display:flex;gap:7px;justify-content:flex-end;margin-top:-6px}.update-admin-actions button{width:38px;height:38px;border:1px solid #ffffff18;border-radius:8px;background:#ffffff08;color:#c7c0cd;cursor:pointer}.update-admin-actions button:hover{background:#ffffff12;color:#fff}.update-admin-actions .delete:hover{border-color:#ff4d624d;color:#ff7181}.update-body{margin-top:28px;padding-top:26px;border-top:1px solid #ffffff10;color:#aaa4b2;line-height:1.9;white-space:pre-wrap}.update-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.update-links a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #ffffff18;border-radius:8px;color:#ddd7e3;text-decoration:none;background:#ffffff06}.update-links a:hover{border-color:#a84fff7d;color:#fff}.update-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:25px}.update-media-grid a{display:block;min-height:180px;border-radius:11px;overflow:hidden;background:#07060a}.update-media-grid img{display:block;width:100%;height:100%;max-height:470px;object-fit:cover;transition:transform .25s ease}.update-media-grid a:hover img{transform:scale(1.02)}.update-video{position:relative;margin-top:25px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#050408}.update-video iframe,.update-video video{width:100%;height:100%;border:0;display:block}.update-empty{padding:85px 24px;text-align:center;border:1px dashed #39333f;border-radius:14px;color:#8f8897}.update-empty i{font-size:2.4rem;color:#9c43ff;margin-bottom:16px}.update-empty strong{display:block;color:#fff;font-size:1.2rem}.update-empty p{margin:8px 0 0}.update-editor{width:min(760px,calc(100% - 30px));max-height:90vh;padding:0;border:1px solid #433b49;border-radius:16px;background:#121019;color:#fff;box-shadow:0 30px 120px #000;overflow:auto}.update-editor::backdrop{background:#05040acc;backdrop-filter:blur(7px)}.update-editor form{padding:28px}.editor-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}.editor-head span{color:#ff8c38;font-size:.68rem;font-weight:900;letter-spacing:.15em}.editor-head h2{margin:5px 0 0;font-size:1.7rem}.editor-close{width:40px;height:40px;border:1px solid #ffffff18;border-radius:9px;background:#ffffff08;color:#fff;cursor:pointer}.editor-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.update-editor label{display:block;margin:14px 0}.update-editor label>span{display:block;margin-bottom:7px;color:#bbb4c1;font-weight:700;font-size:.85rem}.update-editor input,.update-editor textarea{width:100%;border:1px solid #39333f;border-radius:8px;background:#08070b;color:#fff;padding:12px 13px;font:inherit;outline:none;resize:vertical}.update-editor input:focus,.update-editor textarea:focus{border-color:#9b40f4;box-shadow:0 0 0 3px #8b2cff1f}.update-editor label small{display:block;text-align:right;color:#77717e;margin-top:5px}.editor-error{min-height:20px;color:#ff7685}.editor-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:17px}.editor-actions button{padding:12px 20px;border-radius:8px;font-weight:900;cursor:pointer}.editor-cancel{border:1px solid #ffffff1b;background:#ffffff08;color:#ddd}.editor-save{border:0;background:linear-gradient(110deg,var(--f34-orange),#e83d82,var(--f34-purple));color:#fff}.editor-save i{margin-right:7px}.f34-updates-page footer{background:#07060a;border-top:1px solid #ffffff12}.f34-updates-page footer p{color:#77717f}@media(max-width:720px){.update-hero{min-height:360px;padding-top:70px}.update-hero-mark{display:none}.update-card{padding:26px 22px}.update-card-head{display:block}.update-date{display:block;margin-top:10px}.update-media-grid{grid-template-columns:1fr}.editor-grid{grid-template-columns:1fr}.update-editor form{padding:21px}}
