@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";header{z-index:200;position:relative}header .inner{justify-content:space-between;align-items:center;max-width:1200px;padding:24px 16px;display:flex;position:relative}header .inner h1{width:136px}@media screen and (width<=590px){header .inner h1{width:90px}}header .inner .header-right{align-items:center;gap:16px;display:flex}header .inner .header-menu-toggle{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:0;transition:background .25s,border-color .25s;display:none}header .inner .header-menu-toggle:hover{background:#ffffff14;border-color:#ffffff40}header .inner .header-menu-toggle__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}header .inner .header-menu-toggle__bar{background:#fff;border-radius:999px;width:20px;height:2px;margin:0 auto;transition:transform .25s,opacity .25s;display:block}header .inner .header-nav-backdrop{display:none}header .inner .header-nav{align-items:center;gap:16px;display:flex}header .inner .header-nav ul{align-items:center;gap:8px;display:flex}@media screen and (width<=1200px){header .inner{padding-left:16px;padding-right:16px}header .inner .header-menu-toggle{z-index:202;display:inline-flex}header .inner .header-right.is-nav-open .header-menu-toggle__bar:nth-child(2){transform:translateY(8px)rotate(45deg)}header .inner .header-right.is-nav-open .header-menu-toggle__bar:nth-child(3){opacity:0}header .inner .header-right.is-nav-open .header-menu-toggle__bar:nth-child(4){transform:translateY(-8px)rotate(-45deg)}header .inner .header-nav-backdrop{z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#1717178c;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}header .inner .header-right.is-nav-open .header-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}header .inner .header-nav{z-index:201;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;background:#262626;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;align-items:stretch;gap:16px;padding:16px;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:calc(100% + 8px);left:16px;right:16px;transform:translateY(-6px);box-shadow:0 20px 60px #00000059}header .inner .header-nav ul{flex-direction:column;align-items:stretch;gap:8px}header .inner .header-right.is-nav-open .header-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}}.btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex;position:relative}.btn img{width:16px;transition:transform .25s}.btn:hover,.btn:hover img{transform:translate(4px)}.btn.intro{background:linear-gradient(90deg,#8338ec,#b923ff);border:1px solid #8338ec}.btn.intro:hover{background:linear-gradient(-90deg,#8338ec,#b923ff);box-shadow:0 10px 10px #000000be}.btn.primary{background:linear-gradient(90deg,#8338ec,#b923ff);width:100%}.btn.primary:hover{transform:translateY(0);box-shadow:0 8px 10px #00000059}.btn.delete,.btn.cancel{background-color:#ff6b6b}.btn.save{background-color:#22c55e}.btn.back,.btn.bl{color:#171717}.btn.edit{background-color:#f59e0b}footer{text-align:center;color:#171717;background-color:#d4d4d4;padding:36px 0;font-size:20px}.landing{height:100vh;overflow:hidden}.landing .landing-bg{z-index:-1;width:1920px;height:400px;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.landing .landing-bg .bg-track{will-change:transform;gap:2rem;width:100%;height:100%;animation:40s linear infinite alternate marquee;display:flex}.landing .landing-bg .bg-track div{object-fit:cover;flex:0 0 25%;height:100%;position:relative;overflow:hidden}.landing .landing-bg .bg-track div>img{width:100%;height:100%}.landing .landing-bg .bg-track div:after{content:"";z-index:0;background-color:#00000065;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.landing .inner{flex-direction:column;justify-content:center;align-items:center;display:flex}.landing .inner .btn.intro{position:absolute;top:50%;left:100px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.auth{height:100vh}.auth .inner{flex-direction:column;justify-content:center;align-items:center;display:flex}.auth .inner nav .btn.back{color:#a3a3a3}.auth .inner .auth-box{width:100%}.auth .inner .auth-box nav{justify-content:space-between;align-items:center;display:flex}.auth .inner .auth-form{width:100%;margin:24px 0}.auth .inner .auth-form .input-group{padding:8px 0}.auth .inner .auth-form .auth-btn-wrap{margin-top:24px}.auth .inner .auth-now{justify-content:flex-end;align-items:center;gap:16px;display:flex}.auth .inner .auth-now span{color:#ffffffa6}.input-group{flex-direction:column;gap:6px;width:100%;display:flex}.input-group .input-field{color:#fff;background-color:#0000;border:none;border-bottom:1px solid #ffffff24;border-radius:0;outline:none;width:100%;padding:8px 16px;font-size:14px;transition:all .25s}.input-group .input-field::placeholder{color:#ffffffa6}.input-group .input-field:focus{background:#ffffff14;border-color:#8338ec;box-shadow:0 0 0 2px #8338ec26}.input-post{box-shadow:none;border-bottom:1px solid #8338ec}.input-post .input-field{caret-color:#8338ec;color:#525252;font-size:28px}@media screen and (width<=590px){.input-post .input-field{font-size:16px}}.input-post .input-field::placeholder{color:#d4d4d4;font-size:28px;font-size:inherit}.input-post .input-field:focus{box-shadow:none}.tags{flex-wrap:wrap;align-items:center;gap:8px;margin-top:36px;display:flex}.tags .post-tag{background-color:#e5e5e5;border-radius:24px;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.tags .post-tag .post-tag-delete{color:inherit;cursor:pointer;background-color:#0000;border:none;padding:0 8px;font-size:10px}.tags .btn.post-tag-add{color:#737373;border:1px solid #e5e5e5;gap:16px;padding:8px 16px}.tags .post-tag-input{border:1px solid #e5e5e5;border-radius:24px;min-width:150px;padding:8px 16px}.post-list{flex-direction:column;gap:36px;margin-top:36px;display:flex}.post-card article{color:#07010f;border:1px solid #f5f5f5;border-radius:16px;justify-content:space-between;gap:24px;padding:24px;display:flex}@media screen and (width<=590px){.post-card article{flex-direction:column-reverse}}.post-card article:hover{background-color:#f9ebff}.post-card article .post-card-body{flex:1}.post-card article .post-card-body .post-category{color:#8338ec;font-weight:700}.post-card article .post-card-body .post-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:16px 0;font-size:20px;display:-webkit-box;overflow:hidden}.post-card article .post-card-body .post-content{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;display:-webkit-box;overflow:hidden}.post-card article .img-wrap{background-color:#fafafa;border-radius:12px;width:300px;height:200px;overflow:hidden}.post-card article .img-wrap img{height:100%}@media screen and (width<=590px){.post-card article .img-wrap{width:100%;height:auto;max-height:400px;overflow:hidden}.post-card article .img-wrap img{object-fit:cover;width:100%}}.post-section .inner{max-width:960px}.post-section .inner .post-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}@media screen and (width<=590px){.post-section .inner .post-header{flex-direction:column;align-items:flex-start;gap:8px}}.post-section .inner .post-header .post-title{font-size:28px;font-weight:700}.post-section .inner .post-header .btn.primary{width:auto}.post-section.post-detail .inner .post-card{color:#07010f;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;gap:24px;margin-top:36px;padding:24px;display:flex}.post-section.post-detail .inner .post-card .post-card-title{margin:16px 0;font-size:28px}.post-section.post-detail .inner .post-card .post-card-content{background-color:#fafafa;border-radius:12px;min-height:200px;padding:16px}.post-section.post-detail .inner .post-card .img-wrap{margin:16px 0}.post-section.post-detail .inner .btn-wrap{justify-content:space-between;gap:16px;margin-top:36px;display:flex}.post-section.post-detail .inner .btn-wrap .btn{flex:1}.post-section.post-all .btn-wrap{justify-content:center;align-items:center;gap:16px;margin-top:36px;display:flex}.post-section.post-all .btn-wrap button{background-color:#e5e5e5;border-radius:8px;padding:8px}.post-section.post-all .btn-wrap ul{gap:16px;display:flex}.post-section.post-all .btn-wrap ul li{cursor:pointer;padding:8px}.post-section.post-all .btn-wrap ul li:hover{color:#fff;background-color:#171717;font-weight:700}.post-create .post-form,.post-edit .post-form{border:1px solid #e5e5e5;border-radius:24px;flex-direction:column;padding:24px;display:flex}.post-create .post-form .post-card,.post-edit .post-form .post-card{flex-direction:column;gap:16px;display:flex}.post-create .post-form .post-card .input-field,.post-edit .post-form .post-card .input-field{color:#262626;border:1px solid #e5e5e5;border-radius:12px;height:44px;padding:0 16px}.post-create .post-form .post-card .input-field:focus,.post-edit .post-form .post-card .input-field:focus{background:#ffffff14;border-color:#8338ec8c;box-shadow:0 0 0 2px #8338ec1f}.post-create .post-form .post-card .input-field::placeholder,.post-edit .post-form .post-card .input-field::placeholder{color:#07010f73}.post-create .post-form .post-card .post-field,.post-edit .post-form .post-card .post-field{flex-direction:column;gap:16px;display:flex}.post-create .post-form .post-card .post-field .post-label,.post-edit .post-form .post-card .post-field .post-label{color:#525252;font-size:14px;font-weight:500}.post-create .post-form .post-card .post-field .post-input-wrap,.post-edit .post-form .post-card .post-field .post-input-wrap{width:100%}.post-create .post-form .post-card .post-field .post-input-wrap select,.post-edit .post-form .post-card .post-field .post-input-wrap select{border:1px solid #e5e5e5;border-radius:12px;width:100%;height:44px;padding:0 16px}.post-create .post-form .post-card .post-field .post-input-wrap .post-textarea,.post-edit .post-form .post-card .post-field .post-input-wrap .post-textarea{border:1px solid #e5e5e5;border-radius:12px;width:100%;height:44px;min-height:160px;padding:0 16px}.post-create .post-form .post-card .post-upload-card,.post-edit .post-form .post-card .post-upload-card{background-color:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:16px}.post-create .post-form .post-card .post-upload-card .post-upload-placeholder,.post-edit .post-form .post-card .post-upload-card .post-upload-placeholder{text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:16px;display:flex}.post-create .post-form .post-card .post-upload-card .post-upload-placeholder .post-uppload-input,.post-edit .post-form .post-card .post-upload-card .post-upload-placeholder .post-uppload-input{display:none}.post-create .post-form .post-card .post-upload-card .post-upload-placeholder .post-upload-title,.post-edit .post-form .post-card .post-upload-card .post-upload-placeholder .post-upload-title{color:#404040;font-size:16px;font-weight:500}.post-create .post-form .post-card .post-actions,.post-edit .post-form .post-card .post-actions{justify-content:space-between;gap:16px;display:flex}.post-create .post-form .post-card .post-actions .btn,.post-edit .post-form .post-card .post-actions .btn{flex:1}.profile-section .inner{max-width:960px}.profile-section .inner main{gap:16px;display:flex}.profile-section .inner main .left{flex-direction:column;gap:16px;min-width:340px;display:flex}@media screen and (width<=590px){.profile-section .inner main{flex-direction:column}}.profile-card{border:1px solid #e5e5e5;border-radius:24px;flex:1;padding:36px}.profile-card.profile-name-wrap{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.profile-card.profile-name-wrap .profile-icon-wrap{color:#fff;text-transform:uppercase;background-color:#8338ec;border-radius:999px;align-content:center;width:120px;height:120px;font-size:54px}.profile-card.profile-name-wrap .profile-name{font-size:28px;font-weight:700}.profile-card.profile-name-wrap .role{color:#a3a3a3}.profile-card.profile-name-wrap .badge{color:#b923ff;background-color:#f9ebff;border-radius:999px;padding:0 16px;line-height:2;display:inline-block}.profile-card .profile-activity-list{border-top:1px solid #e5e5e5;margin-top:16px;padding-top:16px}.profile-card .profile-activity-list li{justify-content:space-between;display:flex}.profile-card .profile-activity-list li .activity-label{align-items:center;gap:8px;display:flex}.profile-card .profile-activity-list li .activity-value span{color:#8338ec;font-weight:700}.profile-card .profile-activity-list li+li{margin-top:16px}.profile-card.profile-base{flex-direction:column;gap:16px;display:flex}.profile-card.profile-base label{flex:1;gap:16px;display:flex}.profile-card.profile-base .input-field{color:#404040;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:8px}.profile-card.profile-base .btn-wrap{justify-content:flex-end;gap:16px;display:flex}.pages-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.pages-header .pages-title{font-size:28px;font-weight:700}.pages-header .btn.primary{width:auto}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07010f;margin:0;font-family:Montserrat,sans-serif,system-ui,-apple-system,Pretendard,Segoe UI,Roboto,Arial}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}ul{margin:0;padding:0;list-style:none}#root{flex-direction:column;min-height:100vh;display:flex}.app-bg{background:radial-gradient(60% 60% at 50% 35%,#a855f72e 0%,#0000 60%),radial-gradient(55% 55% at 20% 80%,#7c3aed2e 0%,#0000 55%),radial-gradient(70% 70% at 80% 85%,#7c3aed24 0%,#0000 55%),linear-gradient(#12021c 0%,#07010f 55% 100%);min-height:100vh}.container{width:min(100% - 40px,1200px);margin-inline:auto}.page{color:#07010f;z-index:0;background-color:#fff;padding-top:92px;padding-bottom:60px;position:relative}section{flex:auto;position:relative;overflow-y:auto}section.signup-section,section.login-section,section.landing-section{height:100vh}.inner{max-width:590px;height:100%;margin:auto;position:relative}@media screen and (width<=1200px){.inner{padding:0 16px}}.card{-webkit-backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:24px;box-shadow:0 20px 60px #00000059}.input{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;outline:none;width:100%;height:44px;padding:0 14px}.input:focus{border-color:#a855f78c}.input::placeholder{color:#ffffff6b}
