@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";header{z-index:5;background-color:#07010f;width:100%;position:fixed;overflow:hidden}header .inner{justify-content:space-between;max-width:1200px;padding:24px 0;display:flex}header .inner h1{width:136px}@media screen and (width<=590px){header .inner h1{width:90px}}header .inner .right{align-items:center;gap:16px;display:flex}header .inner .right .header-menu-toggle{display:none}header .inner .right .header-nav-backdrop{z-index:8;opacity:0;visibility:hidden;pointer-events:none;background:#1717178c;transition:background .25s,border-color .25s;display:none;position:fixed;inset:0}header .inner .right #header-nav,header .inner .right #header-nav ul{display:flex}@media screen and (width<=1200px){header .inner{padding-left:16px;padding-right:16px}header .inner .right .header-menu-toggle{z-index:9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;transition:background .25s,border-color .25s;display:inline-flex;position:relative}header .inner .right .header-menu-toggle:hover{background:#ffffff14;border-color:#ffffff40}header .inner .right .header-menu-toggle__label{display:none}header .inner .right .header-menu-toggle__bar{background-color:#fff;border-radius:999px;width:20px;height:2px;margin:0 auto;transition:tranform .25s,opacity .25s;display:block}header .inner .right #header-nav{z-index:9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;background-color:#262626;border-radius:16px;flex-direction:column;align-items:stretch;gap:16px;padding:16px;transition:opacity .25s,visibility .25s,transform .25s;display:flex;position:absolute;top:calc(100% + 8px);left:16px;right:16px;transform:translateY(-6px);box-shadow:0 20px 60px #00000059}header .inner .right.is-nav-open .header-menu-toggle__bar:nth-child(2){transform:translateY(8px)rotate(45deg)}header .inner .right.is-nav-open .header-menu-toggle__bar:nth-child(3){opacity:0}header .inner .right.is-nav-open .header-menu-toggle__bar:nth-child(4){transform:translateY(-8px)rotate(-45deg)}header .inner .right.is-nav-open .header-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto;display:block}header .inner .right.is-nav-open #header-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header .inner .right.is-nav-open #header-nav ul{flex-direction:column;align-items:stretch;gap:8px}}.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:#fafafa}.btn.wh{color:#262626}.btn.edit{background-color:#f59e0b}footer{text-align:center;color:#171717;background-color:#d4d4d4;padding:36px 0;font-size:20px}.landing{background-color:#0b0d19;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.landing .landing-bg{z-index:1;background:radial-gradient(circle,#17123a 0%,#0b0d19 80%);position:absolute;inset:0}.landing .landing-bg .neon-circle{filter:blur(120px);opacity:.35;border-radius:50%;position:absolute}.landing .landing-bg .neon-circle.purple{background:#8b5cf6;width:500px;height:500px;top:15%;left:20%}.landing .landing-bg .neon-circle.blue{background:#2563eb;width:550px;height:550px;bottom:10%;right:15%}.landing .landing-bg .bubble-space{pointer-events:none;position:absolute;inset:0}.landing .landing-bg .floating-bubble{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff05;border:1px solid #ffffff3b;border-radius:50%;justify-content:center;align-items:center;animation:linear infinite alternate cosmicFloat;display:flex;position:absolute;overflow:hidden;box-shadow:inset 0 0 20px #ffffff26,0 15px 35px #00000059}.landing .landing-bg .floating-bubble .bubble-shimmer{filter:blur(.5px);background:#ffffff59;border-radius:50%;width:30%;height:15%;position:absolute;top:12%;left:15%;transform:rotate(-30deg)}.landing .landing-bg .floating-bubble .bubble-content{border-radius:50%;width:75%;height:75%;overflow:hidden;transform:rotate(-8deg)}.landing .landing-bg .floating-bubble .bubble-content img{object-fit:cover;width:100%;height:100%}.landing .inner.glass-card{z-index:2;-webkit-backdrop-filter:blur(25px)saturate(160%);background:#ffffff0a;border:1px solid #ffffff14;border-radius:32px;width:400px;height:600px;padding:40px;position:relative;box-shadow:0 40px 80px #0000008c}@keyframes cosmicFloat{0%{transform:translateY(0)translate(0)rotate(0)}50%{transform:translateY(-35px)translate(20px)rotate(3deg)}to{transform:translateY(-70px)translate(-15px)rotate(-3deg)}}.auth-wrapper{background-color:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:40px 32px;box-shadow:0 10px 25px #0000000d}.auth-card .auth-nav{margin-bottom:24px}.auth-card .auth-nav .back-btn{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0;transition:color .2s}.auth-card .auth-nav .back-btn:hover{color:#0f172a}.auth-card .auth-header{margin-bottom:32px}.auth-card .auth-header h2{color:#1e293b;margin:0 0 8px;font-size:28px;font-weight:700}.auth-card .auth-header p{color:#64748b;margin:0;font-size:14px}.auth-card .auth-form{flex-direction:column;gap:16px;display:flex}.auth-card .auth-form .form-group{flex-direction:column;gap:12px;display:flex}.auth-card .auth-form .form-group input{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:border-color .2s;color:#1e293b!important;background-color:#fff!important}.auth-card .auth-form .form-group input::placeholder{opacity:1;color:#94a3b8!important}.auth-card .auth-form .form-group input:focus{border-color:#3b82f6}.auth-card .auth-form .error-text{color:#ef4444;margin:0;padding-left:4px;font-size:13px}.auth-card .auth-form .primary-btn{color:#fff;cursor:pointer;background-color:#1e293b;border:none;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:background-color .2s}.auth-card .auth-form .primary-btn:hover{background-color:#334155}.auth-card .auth-form .primary-btn:disabled{cursor:not-allowed;background-color:#cbd5e1}.auth-card .divider{text-align:center;align-items:center;margin:28px 0;display:flex}.auth-card .divider:before,.auth-card .divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.auth-card .divider span{color:#94a3b8;padding:0 12px;font-size:13px;font-weight:500}.auth-card .social-group .kakao-btn{color:#191919;cursor:pointer;background-color:#fee500;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:opacity .2s;display:flex}.auth-card .social-group .kakao-btn:hover{opacity:.9}.auth-card .social-group .kakao-btn .kakao-icon{width:20px;height:20px}.auth-card .auth-footer{text-align:center;color:#64748b;margin-top:32px;font-size:14px}.auth-card .auth-footer .signup-link{color:#3b82f6;margin-left:8px;font-weight:600;text-decoration:none}.auth-card .auth-footer .signup-link:hover{text-decoration:underline}.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}.input-post .input-field::placeholder{color:#e5e5e5;font-size:28px}.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}.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{object-fit:cover;width:100%;height:100%}@media screen and (width<=590px){.post-card article{flex-direction:column-reverse}.post-card article .img-wrap{width:100%;min-height:300px}}.post-section .inner{max-width:960px}.post-section .inner .post-header{background-color:#fff;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;position:relative}.post-section .inner .post-header .post-title{font-size:28px;font-weight:700}.post-section .inner .post-header .btn.primary{width:auto}@media screen and (width<=590px){.post-section .inner .post-header{flex-direction:column;align-items:flex-start;gap:8px}}.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 .post-card .img-wrap img{width:100%}.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<=1200px){.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{background-color:#fff;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;position:relative}.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;background-color:#fff;padding-top:92px;padding-bottom:60px}section{z-index:0;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;padding-top:120px;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}
