*,*:before,*:after{box-sizing:border-box}body{-webkit-user-select:none;user-select:none}input,textarea,[contenteditable],.write-editor-content,.write-title{-webkit-user-select:text;user-select:text}body{margin:0;font-family:Pretendard,system-ui,-apple-system,sans-serif;color:#111827;background-color:#fff;overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.section-inner{max-width:1200px;margin:0 auto;padding:40px}.header-wrap{position:sticky;top:0;background:#fff;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 40px;height:64px;display:flex;justify-content:space-between;align-items:center}.header-logo-link{outline:none;-webkit-user-select:none;user-select:none}.header-logo{height:36px;width:auto;display:block;object-fit:contain}.header-login-btn{padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;color:#111827;background:transparent;transition:background .18s,color .18s}.header-login-btn:hover{background:#722eff;color:#fff}.header-profile{position:relative}.header-profile-actions,.header-right{display:flex;align-items:center;gap:12px}.header-admin-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #722EFF;border-radius:50%;background:#722eff;color:#fff;cursor:pointer}.header-admin-btn:hover{background:#5a1fd4;border-color:#5a1fd4}.header-edit-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;border-radius:50%;background:#fff;color:#374151;cursor:pointer}.header-edit-btn:hover{border-color:#722eff;color:#722eff}.header-profile-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;border-radius:50%;background:#fff;color:#374151;padding:0}.header-profile-btn--open{border-color:#722eff}.header-profile-btn__img{width:100%;height:100%;object-fit:cover;border-radius:50%}@keyframes header-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 28px #0000001a;padding:8px;z-index:200;animation:header-dropdown-in .16s ease}.header-profile-dropdown__user{padding:10px 12px 12px;display:flex;flex-direction:column;gap:3px}.header-profile-dropdown__name{font-size:14px;font-weight:700;color:#111827}.header-profile-dropdown__email{font-size:12px;color:#6b7280}.header-profile-dropdown__sep{height:1px;background:#f3f4f6;margin:0 4px 6px}.header-profile-dropdown__item{width:100%;display:flex;align-items:center;gap:9px;padding:10px 12px;border:none;border-radius:9px;background:transparent;font-size:14px;font-weight:500;color:#374151;text-align:left;transition:background .13s,color .13s}.header-profile-dropdown__item:hover{background:#f9fafb;color:#111827}.header-profile-dropdown__item--logout{color:#111827}.header-profile-dropdown__item--logout:hover{background:#f9fafb;color:#111827}.hero-section{width:100%;height:260px;margin-top:24px;display:flex;justify-content:center}.hero-inner{position:relative;width:100%;max-width:1200px;height:100%;overflow:hidden;padding:0 40px;background:transparent}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-link{position:absolute;inset:0;display:block;cursor:pointer}.hero-placeholder{position:absolute;inset:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 40px;gap:24px;background:linear-gradient(135deg,#dbeafe,#bfdbfe 60%,#c7d2fe);overflow:hidden}.hero-placeholder__text{flex:1;min-width:0}.hero-placeholder__title{font-size:22px;font-weight:700;color:#1e40af;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-placeholder__desc{font-size:13px;color:#3b82f6;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-placeholder__visual{flex-shrink:0;color:#93c5fd;opacity:.7}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.section-header__title{font-size:22px;font-weight:700;color:#111827;margin:0}.section-header__btn{padding:8px 18px;border-radius:8px;border:1.5px solid #722EFF;background:transparent;color:#722eff;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s,color .18s;font-family:inherit}.section-header__btn:hover{background:#722eff;color:#fff}.study-page{min-height:100vh;background:#fff}.study-page__inner{max-width:1200px;margin:0 auto;padding:48px 40px 80px}.study-page__title{font-size:26px;font-weight:800;color:#111827;margin:0 0 24px}.study-tabs{display:flex;gap:28px;margin-bottom:54px}.study-tab-text{background:none;border:none;font-size:17px;font-weight:600;color:#9ca3af;cursor:pointer;padding:0;transition:color .15s}.study-tab-text:hover{color:#374151}.study-tab-text--coding.study-tab-text--active{color:#ff4b93;text-decoration:underline;text-underline-offset:12px}.study-tab-text--design.study-tab-text--active{color:#e6a800;text-decoration:underline;text-underline-offset:12px}.study-tab-text--video.study-tab-text--active{color:#8a52ff;text-decoration:underline;text-underline-offset:12px}.study-member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.study-member-grid .member-card{flex:none;width:100%}@media(max-width:1024px){.study-page__inner{padding:40px 32px 64px}.study-member-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.study-page__inner{padding:32px 20px 48px}.study-page__title{font-size:22px}.study-member-grid{grid-template-columns:1fr}}.category-section{margin-bottom:36px}.category-section:last-child{margin-bottom:0}.category-section__title{font-size:16px;font-weight:700;color:#374151;margin:0 0 14px;padding-left:2px}.carousel-wrapper{position:relative;overflow:visible}.carousel-track{display:flex;align-items:stretch;gap:16px;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;height:260px}.carousel-track::-webkit-scrollbar{display:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;opacity:0;transition:opacity .2s ease;pointer-events:none}.carousel-wrapper:hover .carousel-arrow:not(.carousel-arrow--hidden){opacity:1;pointer-events:auto}.carousel-arrow--left{left:-20px}.carousel-arrow--right{right:-20px}.carousel-arrow:hover{background:#f9fafb;border-color:#d1d5db}.member-card{flex:0 0 calc(25% - 12px);min-width:0;height:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px 20px 20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:0}.member-card__avatar{width:72px;height:72px;border-radius:50%;background:#dbeafe;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.member-card__avatar img{width:100%;height:100%;object-fit:cover}.member-card__avatar-fallback{font-size:26px;font-weight:700;color:#3b82f6}.member-card__name-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.member-card__name-row .member-card__name{margin:0}.member-card__field{font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:3px 10px;border-radius:12px}.member-card__field--coding{color:#722eff;background:#f3eeff}.member-card__field--design{color:#ff4590;background:#fff0f5}.member-card__field--video{color:#ffd156;background:#fffbea}.member-card__name{font-size:15px;font-weight:700;color:#111827;margin:0 0 8px}.member-card__bio{font-size:13px;color:#6b7280;line-height:1.55;margin:0 0 16px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.member-card__btn{width:100%;padding:8px 0;background:#fff;border:1px solid #d1d5db;border-radius:30px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:background .15s,border-color .15s}.member-card__btn:hover{background:#f9fafb;border-color:#9ca3af}.project-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.project-filter{display:flex;gap:8px}.pf-dropdown{position:relative}.pf-dropdown__trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;white-space:nowrap;transition:border-color .15s,box-shadow .15s;font-family:Pretendard,sans-serif}.pf-dropdown__trigger:hover{border-color:#a78bfa}.pf-dropdown--open .pf-dropdown__trigger{border-color:#722eff;box-shadow:0 0 0 3px #722eff1f}.pf-dropdown__trigger--active{color:#722eff;border-color:#722eff;background:#f5f0ff}.pf-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:150px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;padding:4px;z-index:100;animation:pf-dropdown-in .15s ease}@keyframes pf-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pf-dropdown__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;font-size:13px;font-weight:500;color:#374151;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;font-family:Pretendard,sans-serif;transition:background .1s}.pf-dropdown__item:hover{background:#f5f0ff;color:#722eff}.pf-dropdown__item--selected{color:#722eff;font-weight:600}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(240px,auto);align-content:start;gap:20px;min-height:520px}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px 20px 16px;display:flex;flex-direction:column;height:100%}.project-card__top{display:grid;grid-template-columns:1fr 100px;gap:14px;margin-bottom:16px;flex:1}.project-card__info{display:flex;flex-direction:column}.project-card__title{font-size:15px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1.4}.project-card__meta{font-size:12px;color:#9ca3af;margin:0 0 3px}.project-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.project-card__tag{font-size:11px;padding:3px 10px;border-radius:20px;background:#f3f4f6;color:#4b5563;font-weight:500}.project-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.project-card__thumbnail{width:100%;aspect-ratio:1 / .85;background:#f3f4f6;border-radius:8px}.project-card__avatar-group{display:flex;align-items:center}.project-card__avatar-item{width:26px;height:26px;border-radius:50%;background:#e0e7ff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#4f46e5;margin-left:-8px}.project-card__avatar-item:first-child{margin-left:0}.project-card__avatar-extra{font-size:11px;color:#6b7280;font-weight:600;margin-left:5px}.project-card__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #f3f4f6;margin-top:auto}.project-card__author{display:flex;align-items:center;gap:7px}.project-card__author-avatar{width:26px;height:26px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#3b82f6}.project-card__author-name{font-size:13px;color:#374151;font-weight:500}.project-card__like{display:flex;align-items:center;gap:4px;background:none;border:none;color:#9ca3af;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color .15s}.project-card__like:hover{color:#ef4444}.project-pagination{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:40px}.project-pagination__arrow{width:36px;height:36px;border-radius:50%;background:none;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .15s;margin:0 4px}.project-pagination__arrow:disabled{color:#d1d5db;cursor:not-allowed;border-color:#f3f4f6}.project-pagination__arrow:not(:disabled):hover{background:#f3f4f6}.project-pagination__page{width:36px;height:36px;border-radius:50%;background:none;border:none;font-size:14px;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.project-pagination__page:hover:not(.project-pagination__page--active){background:#f3f4f6}.project-pagination__page--active{background:#7c3aed;color:#fff;font-weight:700}.partner-section{padding:72px 0 80px;background:#f8fafc}.partner-inner{max-width:1200px;margin:0 auto;padding:0 40px;text-align:center}.partner-title{font-size:28px;font-weight:800;color:#111827;margin:0 0 6px}.partner-label{font-size:13px;color:#94a3b8;font-weight:500;margin:0 0 63px;letter-spacing:.3px}.partner-logos{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.partner-logo-item{width:200px;height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden}.partner-logo-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.partner-logo-placeholder{font-size:12px;font-weight:600;color:#94a3b8;letter-spacing:.5px}.apply-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.apply-page__header{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:24px;width:100%;max-width:680px}.apply-page__header .apply-back{position:absolute;left:0}.apply-box{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px 40px 44px;width:100%;max-width:480px;box-shadow:0 16px 60px #0000002e,0 4px 16px #0000001a}.apply-box--wide{max-width:680px}.apply-back{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:color .15s}.apply-back:hover{color:#6b7280}.apply-title{font-size:26px;font-weight:800;color:#111827;margin:0}.apply-desc{font-size:13px;color:#9ca3af;margin:0 0 20px;text-align:center}.apply-progress{max-width:480px;margin:0 auto 6px;height:5px;background:#e5e7eb;border-radius:99px;overflow:hidden}.apply-progress__bar{height:100%;background:#6b7280;border-radius:99px;transition:width .4s ease}.apply-progress__label{font-size:11px;color:#9ca3af;font-weight:600;margin:0 0 24px;text-align:center}.apply-card-grid{display:grid;gap:18px;margin:0 auto}.apply-card-grid--4{grid-template-columns:repeat(2,1fr);max-width:680px}.apply-card-grid--5{grid-template-columns:repeat(6,1fr);max-width:840px}.apply-card-grid--5 .apply-card:nth-child(-n+3){grid-column:span 2}.apply-card-grid--5 .apply-card:nth-child(4){grid-column:2 / span 2}.apply-card-grid--5 .apply-card:nth-child(5){grid-column:4 / span 2}.apply-card{height:160px;perspective:1000px;cursor:pointer}.apply-card__front,.apply-card__back{position:absolute;inset:0;border-radius:16px;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .25s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px}.apply-card{position:relative;height:160px}.apply-card__front{background:#fff;border:2px solid #e5e7eb;transform:rotateY(0);align-items:stretch;justify-content:flex-start;padding:14px;gap:10px;cursor:default}.apply-card--flipped .apply-card__front{transform:rotateY(-180deg)}.apply-card__back{background:#f9fafb;border:2px solid #6b7280;transform:rotateY(180deg);cursor:pointer;gap:6px}.apply-card--flipped .apply-card__back{transform:rotateY(0)}.apply-card__back:hover{border-color:#374151;background:#f3f4f6}.apply-card__icon{font-size:40px}.apply-card__label{font-size:13px;font-weight:700;color:#374151}.apply-card--filled .apply-card__label{color:#374151}.apply-card__value{font-size:12px;font-weight:600;color:#374151;background:#e5e7eb;padding:3px 10px;border-radius:99px}.apply-card__desc{font-size:11px;color:#9ca3af}.apply-card__edit-hint{font-size:10px;color:#9ca3af;margin-top:2px}.apply-card__back-label{font-size:11px;font-weight:700;color:#374151;text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px;align-self:flex-start}.apply-card__required{color:#ef4444;margin-left:2px}.apply-card--error .apply-card__front{border-color:#ef4444;background:#fff5f5}.apply-card__close{position:absolute;top:8px;right:10px;font-size:12px;color:#9ca3af;background:none;border:none;cursor:pointer;padding:2px;line-height:1;transition:color .15s}.apply-card__close:hover{color:#374151}.apply-card__input{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:13px;color:#111827;outline:none;font-family:inherit;transition:border-color .15s}.apply-card__input:focus{border-color:#6b7280}.apply-card__field-opts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:100%;flex:1}.apply-card__field-opt{height:100%;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:11px;font-weight:600;color:#374151;cursor:pointer;text-align:center;white-space:nowrap;transition:border-color .15s,background .15s}.apply-card__field-opt:hover{border-color:#6b7280;background:#e5e7eb}.apply-card__field-opt--active{border-color:#6b7280;background:#f3f4f6;color:#374151}.apply-card__textarea{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:12px;color:#111827;outline:none;resize:none;font-family:inherit;line-height:1.5;transition:border-color .15s}.apply-card__textarea:focus{border-color:#6b7280}@media(max-width:640px){.apply-card-grid--5{max-width:100%}.apply-card-grid--5 .apply-card:nth-child(4){grid-column:1 / span 3}.apply-card-grid--5 .apply-card:nth-child(5){grid-column:4 / span 3}.apply-card__front{justify-content:center}.apply-card__field-opts{flex:none;gap:4px}.apply-card__field-opt{padding:12px 0;font-size:10px}}.apply-error{font-size:13px;color:#ef4444;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-top:14px}.apply-next-btn{width:100%;margin-top:20px;padding:14px;background:#4b5563;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s,transform .1s}.apply-next-btn:hover{background:#374151;transform:translateY(-1px)}.apply-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:24px 0}.apply-success__icon{font-size:52px}.apply-success__title{font-size:22px;font-weight:800;color:#111827;margin:0}.apply-success__desc{font-size:14px;color:#6b7280;line-height:1.7;margin:0}.apply-success__btn{margin-top:8px;padding:12px 32px;background:#4b5563;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.apply-success__btn:hover{background:#374151}.adv-page{background:#fff}.adv-back{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;margin-bottom:24px;transition:color .15s}.adv-back:hover{color:#6b7280}.adv-hero{text-align:center;padding:50px 20px;background:#fff;border-bottom:1px solid #f3f4f6}.adv-hero__title-row{position:relative;display:flex;align-items:center;justify-content:center;max-width:960px;margin:0 auto 12px}.adv-hero__title-row .adv-back{position:absolute;left:0;margin-bottom:0}.adv-hero__title{font-size:36px;font-weight:900;color:#111827;margin:0 0 12px}.adv-hero__title-row .adv-hero__title{margin:0}.adv-hero__desc{font-size:16px;color:#6b7280;margin:0 0 32px}.adv-hero__tabs{display:flex;gap:12px;justify-content:center}.adv-hero__tab{padding:10px 24px;border:1.5px solid #e5e7eb;border-radius:99px;font-size:14px;font-weight:600;color:#374151;text-decoration:none;transition:background .15s,border-color .15s}.adv-hero__tab:hover{background:#f9fafb;border-color:#d1d5db}.adv-section{padding:34px 20px}.adv-section--gray{background:#f9fafb}.adv-inner{max-width:960px;margin:0 auto}.adv-section__header{text-align:center;margin-bottom:48px}.adv-section__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#111827;padding:4px 12px;border-radius:99px;margin-bottom:14px}.adv-section__badge--dark{background:#374151}.adv-section__title{font-size:28px;font-weight:800;color:#111827;margin:0 0 10px}.adv-section__desc{font-size:15px;color:#6b7280;margin:0}.adv-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px}.adv-product-card{position:relative;border:1.5px solid #e5e7eb;border-radius:16px;padding:28px 20px 24px;text-align:center;background:#fff;transition:box-shadow .15s,transform .15s}.adv-product-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.adv-product-card__badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#111827;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:99px}.adv-product-card__icon{display:flex;justify-content:center;color:#374151;margin-bottom:12px}.adv-product-card__name{font-size:15px;font-weight:700;color:#111827;margin:0 0 8px}.adv-product-card__desc{font-size:12px;color:#9ca3af;margin:0 0 16px;line-height:1.6}.adv-product-card__price{font-size:13px;font-weight:700;color:#374151;background:#f3f4f6;padding:5px 14px;border-radius:99px}.adv-flow{background:#f9fafb;border-radius:16px;padding:28px 32px;margin-bottom:48px}.adv-flow__title{font-size:15px;font-weight:700;color:#111827;margin:0 0 16px;text-align:center}.adv-flow__steps{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:center}.adv-flow__step{display:flex;align-items:center;gap:8px}.adv-flow__dot{width:26px;height:26px;background:#111827;color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.adv-flow__label{font-size:13px;font-weight:600;color:#374151}.adv-flow__arrow{font-size:14px;color:#d1d5db}.adv-price{margin-bottom:48px}.adv-price__title{font-size:16px;font-weight:700;color:#111827;margin:0 0 6px}.adv-price__title span{font-size:13px;font-weight:500;color:#9ca3af}.adv-price__note{font-size:12px;color:#9ca3af;margin:0 0 16px}.adv-price__table-wrap{overflow-x:auto}.adv-price__table{width:100%;border-collapse:collapse;font-size:14px}.adv-price__table th{background:#111827;color:#fff;padding:12px 16px;text-align:left;font-weight:600;font-size:13px}.adv-price__table th:first-child{border-radius:10px 0 0}.adv-price__table th:last-child{border-radius:0 10px 0 0}.adv-price__table td{padding:12px 16px;border-bottom:1px solid #f3f4f6;color:#374151}.adv-price__table tr:hover td{background:#f9fafb}.adv-price__table td:first-child{font-weight:600;color:#111827}.adv-cta{text-align:center;padding-top:40px}.adv-cta__text{font-size:15px;color:#6b7280;margin:0 0 16px}.adv-cta__btn{display:inline-block;padding:13px 32px;background:#111827;color:#fff;font-size:14px;font-weight:700;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background .15s,transform .1s}.adv-cta__btn:hover{background:#1f2937;transform:translateY(-1px)}.adv-cta__btn--dark{background:#374151}.adv-cta__btn--dark:hover{background:#1f2937}.adv-types{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px}.adv-type-card{border:1.5px solid #e5e7eb;border-radius:16px;padding:28px 20px 24px;text-align:center;background:#fff;transition:box-shadow .15s,transform .15s}.adv-type-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.adv-type-card__icon{font-size:32px;margin-bottom:12px;display:block}.adv-type-card__name{font-size:15px;font-weight:700;color:#111827;margin:0 0 8px}.adv-type-card__desc{font-size:12px;color:#9ca3af;margin:0 0 14px;line-height:1.6}.adv-type-card__period{font-size:12px;font-weight:600;color:#374151;background:#f3f4f6;padding:4px 12px;border-radius:99px}.adv-process{margin-bottom:48px}.adv-process__title{font-size:16px;font-weight:700;color:#111827;margin:0 0 24px}.adv-process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.adv-process__step{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:20px}.adv-process__num{font-size:18px;font-weight:900;color:#d1d5db;flex-shrink:0;line-height:1}.adv-process__content strong{font-size:14px;color:#111827;display:block;margin-bottom:4px}.adv-process__content p{font-size:12px;color:#9ca3af;margin:0;line-height:1.5}.adv-scope{margin-bottom:48px}.adv-scope__title{font-size:16px;font-weight:700;color:#111827;margin:0 0 16px}.adv-scope__list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.adv-scope__item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 16px}@media(max-width:1024px){.section-inner{padding:32px}.header-inner{padding:0 32px}.partner-section{padding:48px 0}.partner-inner,.footer-inner{padding:0 32px}.hero-section{height:220px}.hero-inner{padding:0 32px}.hero-placeholder{padding:0 32px;gap:20px}.hero-placeholder__title{font-size:18px}.member-card{flex:0 0 calc(50% - 8px)}.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-inner{padding:28px}.header-inner{padding:0 28px}.partner-section{padding:40px 0}.partner-inner{padding:0 28px}.footer{padding:40px 0 36px}.footer-inner{padding:0 28px}.hero-section{height:180px}.hero-inner{padding:0 28px}.hero-placeholder{flex-direction:column;justify-content:center;padding:0 28px;gap:10px;text-align:center}.hero-placeholder__title{font-size:16px;white-space:normal}.hero-placeholder__desc{font-size:12px;white-space:normal}.member-card{flex:0 0 calc(50% - 8px)}.project-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-section{height:150px}.hero-placeholder__title{font-size:14px}.hero-placeholder__desc{font-size:11px}.hero-placeholder__visual{display:none}.member-card{flex:0 0 100%}}.footer{background:#fff;padding:52px 0 44px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;gap:40px}.footer-left{display:flex;flex-direction:column;gap:16px}.footer-logo{height:32px;width:auto;display:block;object-fit:contain}.footer-desc{font-size:13px;color:#9ca3af;line-height:1.65;margin:0;max-width:280px}.footer-links{display:flex;align-items:center;gap:10px}.footer-links a{font-size:12px;color:#6b7280;transition:color .15s}.footer-links a:hover{color:#111827}.footer-divider{font-size:12px;color:#d1d5db}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.footer-sns{width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.footer-sns:hover{background:#e5e7eb;color:#111827}.footer-nav{display:flex;gap:20px}.footer-nav a{font-size:13px;color:#9ca3af;transition:color .15s}.footer-nav a:hover{color:#111827}.footer-copy{font-size:12px;color:#4b5563;margin:0}@media(max-width:768px){.footer-inner{flex-direction:column;gap:32px}.footer-right{align-items:flex-start}.footer-nav{flex-wrap:wrap;gap:12px}}.write-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.write-toolbar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #f3f4f6;position:sticky;top:0;background:#fff;z-index:50}.write-toolbar__left,.write-toolbar__right{display:flex;align-items:center;gap:8px;min-width:160px}.write-toolbar__right{justify-content:flex-end}.write-toolbar__center{display:flex;align-items:center;gap:2px}.write-back-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#6b7280;transition:background .13s,color .13s}.write-back-btn:hover{background:#f3f4f6;color:#111827}.write-tool-group{display:flex;align-items:center;gap:1px}.write-tool-sep{width:1px;height:16px;background:#e5e7eb;margin:0 6px}.write-tool-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#6b7280;transition:background .12s,color .12s}.write-tool-btn:hover{background:#f3f4f6;color:#111827}.write-font-size-wrap{position:relative}.write-font-size-btn{display:flex;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:13px;font-family:inherit;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;outline:none;transition:border-color .15s,box-shadow .15s}.write-font-size-btn:hover{border-color:#722eff}.write-font-size-dropdown{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;padding:4px;z-index:9999;min-width:56px;display:flex;flex-direction:column;gap:1px}.write-font-size-option{width:100%;padding:6px 12px;font-size:13px;font-family:inherit;font-weight:500;color:#374151;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:center;transition:background .1s}.write-font-size-option:hover{background:#f3f4f6}.write-font-size-option--active{background:#722eff18;color:#722eff}.write-font-size-select{height:32px;padding:0 28px 0 10px;font-size:13px;font-family:inherit;font-weight:500;border:1px solid #e5e7eb;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 8px center;appearance:none;-webkit-appearance:none;color:#374151;cursor:pointer;outline:none;transition:border-color .15s,box-shadow .15s}.write-font-size-select:hover{border-color:#722eff}.write-font-size-select:focus{border-color:#722eff;box-shadow:0 0 0 3px #722eff1a}.write-img-width-btn{width:auto;padding:0 8px;font-size:12px;font-weight:500;color:#6b7280}.write-img-width-btn--active{background:#ede9fe;color:#722eff}.write-action-btn{height:32px;padding:0 14px;font-size:13px;font-weight:600;border-radius:8px;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.write-action-btn--outline{background:transparent;border:1.5px solid #e5e7eb;color:#6b7280}.write-action-btn--outline:hover{border-color:#d1d5db;background:#f9fafb}.write-action-btn--primary{background:#7c3aed;border:1.5px solid #7c3aed;color:#fff}.write-action-btn--primary:hover{background:#6d28d9;border-color:#6d28d9}.write-action-btn--danger{background:transparent;border:1.5px solid #e5e7eb;color:#ef4444}.write-action-btn--danger:hover{border-color:#ef4444;background:#fee2e2}.write-content{flex:1;display:flex;justify-content:center;padding:48px 40px 80px}.write-inner{width:100%;max-width:1200px;display:flex;flex-direction:column}.write-title{width:100%;border:none;outline:none;font-size:28px;font-weight:700;color:#111827;font-family:inherit;placeholder-color:#d1d5db;padding:0;margin-bottom:20px}.write-title::placeholder{color:#d1d5db}.write-divider{height:1px;background:#f3f4f6;margin-bottom:24px}.write-body{flex:1;width:100%}.write-char-count{text-align:right;font-size:13px;color:#999;margin-top:8px}.write-editor-content{min-height:500px;font-size:16px;line-height:1.8;color:#374151;font-family:inherit;outline:none}.write-editor-content p{margin:0 0 4px}.write-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#d1d5db;pointer-events:none;float:left;height:0}.write-editor-content strong{font-weight:700}.write-editor-content em{font-style:italic}.write-editor-content u{text-decoration:underline}.write-editor-content s{text-decoration:line-through}.write-editor-content code{background:#f3f4f6;border-radius:4px;padding:1px 5px;font-family:Courier New,monospace;font-size:14px;color:#ec4899}.write-editor-content a{color:#6366f1;text-decoration:underline;cursor:pointer}.write-editor-content ul,.write-editor-content ol{padding-left:1.5em;margin:4px 0}.write-editor-content ul{list-style:disc}.write-editor-content ol{list-style-type:decimal}.write-editor-content ol ol{list-style-type:lower-roman;padding-left:1em}@counter-style korean-consonant{system:fixed;symbols:"ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";suffix:") "}.write-editor-content ol ol ol{list-style-type:korean-consonant;padding-left:1em}.write-editor-content li{margin:2px 0}.write-editor-content blockquote{border-left:3px solid #e5e7eb;margin:8px 0;padding:4px 16px;color:#6b7280}.write-editor-content img{max-width:100%;border-radius:8px;margin:8px 0;display:block}.write-editor-content img[data-alignment=center]{margin:8px auto}.write-editor-content img[data-alignment=right]{margin:8px 0 8px auto}.write-editor-content img.ProseMirror-selectednode{outline:2px solid #722EFF;border-radius:8px}pre.write-code-block{background:#1e1e1e;color:#e2e8f0;border-radius:10px;padding:18px 22px;margin:12px 0;font-family:Consolas,Courier New,monospace;font-size:14px;line-height:1.75;overflow-x:auto;white-space:pre;word-break:normal}pre.write-code-block code{background:none;color:inherit;padding:0;font-size:inherit;font-family:inherit;border-radius:0}.proj-detail{background:#fff;min-height:60vh}.proj-detail__inner{max-width:1100px;margin:0 auto;padding:32px 40px 80px}.proj-detail__back{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;margin-bottom:20px;transition:color .15s}.proj-detail__back:hover{color:#6b7280}.proj-detail__banner{width:100%;height:280px;border-radius:16px;background:#f3f4f6;overflow:hidden;margin-bottom:40px;display:flex;align-items:center;justify-content:center}.proj-detail__banner-placeholder{color:#d1d5db}.proj-detail__body{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}.proj-detail__title{font-size:24px;font-weight:800;color:#111827;margin:0 0 20px;line-height:1.35}.proj-detail__author-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.proj-detail__author-avatar{width:38px;height:38px;border-radius:50%;background:#ede9fe;color:#7c3aed;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proj-detail__author-info{display:flex;flex-direction:column;gap:2px}.proj-detail__author-name{font-size:14px;font-weight:600;color:#111827}.proj-detail__author-date{font-size:12px;color:#9ca3af}.proj-detail__divider{height:1px;background:#f0f0f0;margin-bottom:24px}.proj-detail__content{font-size:15px;color:#374151;line-height:1.75}.proj-detail__content p{margin:0 0 16px}.proj-detail__content p:last-child{margin-bottom:0}.proj-detail__panel{position:sticky;top:24px}.proj-detail__apply-btn{width:100%;padding:14px 0;background:#7c3aed;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;margin-bottom:20px;transition:background .15s}.proj-detail__apply-btn:hover{background:#6d28d9}.proj-detail__info-card{border:1px solid #722EFF;border-radius:12px;overflow:hidden}.proj-detail__info-row{display:flex;flex-direction:column;gap:4px;padding:20px 18px;border-bottom:1px solid #f3f4f6}.proj-detail__info-row:last-child{border-bottom:none}.proj-detail__info-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.proj-detail__info-value{font-size:14px;font-weight:500;color:#111827;line-height:1.5}.proj-detail__info-value--slogan{font-style:italic;color:#7c3aed}.proj-detail__info-row--question .proj-detail__info-value{color:#6b7280;font-size:13px}@media(max-width:900px){.proj-detail__body{grid-template-columns:1fr;gap:32px}.proj-detail__panel{position:static}}@media(max-width:600px){.proj-detail__inner{padding:24px 20px 60px}.proj-detail__banner{height:180px}.proj-detail__title{font-size:20px}}.crew-page{min-height:100vh;background:#f9fafb}.crew-hero{position:relative;overflow:hidden;padding:60px 24px 52px;display:flex;justify-content:center}.crew-hero__bg-circle{position:absolute;border-radius:50%;pointer-events:none}.crew-hero__bg-circle--1{width:280px;height:280px;top:-80px;right:-60px}.crew-hero__bg-circle--2{width:320px;height:320px;bottom:-120px;left:-80px}.crew-hero__inner{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:center;gap:48px;position:relative;z-index:1}.crew-hero__avatar{width:160px;height:160px;border-radius:50%;border:5px solid;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:800;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.crew-hero__avatar span{line-height:1}.crew-hero__info{display:flex;flex-direction:column;gap:10px}.crew-hero__name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crew-hero__name{font-size:32px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.15)}.crew-hero__field{font-size:13px;font-weight:600;color:#fff;background:#ffffff40;border:1px solid rgba(255,255,255,.4);padding:4px 12px;border-radius:20px}.crew-hero__bio{font-size:15px;color:#ffffffd9;margin:0;line-height:1.6}.crew-hero__stats{display:flex;align-items:center;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:12px 0;margin-top:4px;width:fit-content}.crew-hero__stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 24px}.crew-hero__stat-num{font-size:22px;font-weight:800;color:#fff;line-height:1}.crew-hero__stat-label{font-size:12px;color:#fffc;font-weight:500}.crew-hero__stat-divider{width:1px;height:32px;background:#ffffff4d}.crew-section-card{background:#fff;border-radius:20px;box-shadow:0 2px 16px #0000000f;border:1px solid #f0f0f0;padding:32px 36px;margin-bottom:20px}.crew-header{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;border-bottom:1px solid #f0f0f0}.crew-header__logo{height:32px;display:block}.crew-header__login{font-size:14px;font-weight:500;color:#374151;text-decoration:none;transition:color .15s}.crew-header__login:hover{color:#111827}.crew-inner{max-width:1200px;margin:0 auto;padding:32px 40px 80px}.crew-back{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;margin-bottom:28px;transition:color .15s}.crew-back:hover{color:#6b7280}.crew-profile{display:flex;align-items:flex-start;gap:80px;margin-bottom:56px}.crew-profile__avatar{width:210px;height:210px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:76px;font-weight:800;flex-shrink:0}.crew-profile__info{display:flex;flex-direction:column;gap:10px;padding-top:6px}.crew-profile__name-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.crew-profile__name-row .crew-profile__name{margin:0}.crew-profile__name{font-size:26px;font-weight:800;color:#111827;margin:0}.crew-profile__field{display:inline-block;font-size:12px;font-weight:600;padding:3px 12px;border-radius:12px;align-self:center;margin-left:6px}.crew-profile__bio{font-size:14px;color:#6b7280;margin:8px 0 0;line-height:1.6}.crew-profile__stats{display:flex;align-items:center;gap:20px;margin-top:16px}.crew-profile__stat{display:flex;flex-direction:row;align-items:baseline;gap:5px}.crew-profile__stat-value{font-size:18px;font-weight:800;color:#111827}.crew-profile__stat-label{font-size:13px;color:#9ca3af;font-weight:500}.crew-profile__stat-divider{width:1px;height:34px;background:#e5e7eb}.crew-section{margin-bottom:48px}.crew-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.crew-section__title{font-size:16px;font-weight:700;color:#111827;margin:0 0 20px}.crew-section__header .crew-section__title{margin-bottom:0}.crew-section__more{font-size:13px;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;transition:color .18s}.crew-section__more:hover{color:#111827}.crew-empty{font-size:13px;color:#9ca3af;margin:0}.crew-attendance{display:flex;flex-wrap:wrap;gap:9px}.crew-attendance__star{line-height:1}.crew-studies{display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:1fr;gap:14px;width:100%;align-items:stretch}.crew-study-card{width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.crew-study-card__thumb{width:100%;height:80px;display:flex;align-items:center;justify-content:center}.crew-study-card__title{font-size:12px;font-weight:600;color:#374151;margin:0;padding:10px 12px;text-align:center;line-height:1.4;height:52px;display:flex;align-items:center;justify-content:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.crew-proj-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.crew-proj-card{min-width:0;border-radius:20px;padding:20px 18px;display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:190px}.crew-proj-card__num{font-size:56px;font-weight:900;color:#ffffff1f;position:absolute;top:6px;right:12px;line-height:1;font-style:italic;pointer-events:none}.crew-proj-card__icon{margin-bottom:auto}.crew-proj-card__body{margin-top:auto;padding-top:18px;display:flex;flex-direction:column;gap:5px}.crew-proj-card__title{font-size:14px;font-weight:700;color:#fff;margin:0;line-height:1.4}.crew-proj-card__desc{font-size:11px;color:#ffffffb8;margin:0;line-height:1.5}@media(max-width:600px){.crew-header{padding:0 20px}.crew-inner{padding:24px 20px 60px}.crew-profile{flex-direction:column;align-items:center;text-align:center;gap:20px}.crew-profile__field{align-self:center}.crew-profile__stats,.crew-studies{justify-content:center}}.post-page{min-height:100vh;background:#fff}.post-container{max-width:1200px;margin:0 auto;padding:40px 24px 80px}.post-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:14px;color:#6b7280;padding:0;margin-bottom:36px}.post-back-btn:hover{color:#111827}.post-title{font-size:28px;font-weight:700;color:#111827;line-height:1.4;margin:0 0 16px}.post-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;margin-bottom:24px}.post-meta__sep{color:#d1d5db}.post-divider{border:none;border-top:1px solid #f3f4f6;margin:0 0 32px}.post-not-found{font-size:16px;color:#6b7280;margin-bottom:24px}.post-content{font-size:16px;line-height:1.85;color:#374151}.post-content p{margin:0 0 8px}.post-content strong{font-weight:700}.post-content em{font-style:italic}.post-content u{text-decoration:underline}.post-content s{text-decoration:line-through}.post-content a{color:#6366f1;text-decoration:underline}.post-content ul,.post-content ol{padding-left:24px;margin:4px 0 8px}.post-content ul{list-style:disc}.post-content ol{list-style:decimal}.post-content li{margin:2px 0}.post-content blockquote{border-left:3px solid #e5e7eb;margin:12px 0;padding:4px 16px;color:#6b7280}.post-content code{background:#f3f4f6;border-radius:4px;padding:1px 5px;font-family:Consolas,Courier New,monospace;font-size:14px;color:#ec4899}.post-content pre.write-code-block{background:#1e1e1e;color:#e2e8f0;border-radius:10px;padding:18px 22px;margin:12px 0;font-family:Consolas,Courier New,monospace;font-size:14px;line-height:1.75;overflow-x:auto}.post-content pre.write-code-block code{background:none;color:inherit;padding:0;font-size:inherit;border-radius:0}.post-content img{max-width:100%;border-radius:8px;margin:8px 0;display:block}.post-content img[data-alignment=center]{margin:8px auto}.post-content img[data-alignment=right]{margin:8px 0 8px auto}.post-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.post-header-row .post-back-btn{margin-bottom:0}.post-header-row .post-meta{margin-bottom:0;align-self:center}.post-actions{display:flex;align-items:center;gap:8px}.post-edit-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:8px;font-size:14px;font-weight:500;border:1.5px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:border-color .18s,color .18s}.post-edit-btn:hover{border-color:#722eff;color:#722eff}.post-delete-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:8px;font-size:14px;font-weight:500;border:1.5px solid #fca5a5;background:#fff5f5;color:#ef4444;cursor:pointer;transition:border-color .18s,background .18s}.post-delete-btn:hover{border-color:#ef4444;background:#fee2e2}@media(max-width:640px){.write-toolbar__center{display:none}.write-content{padding:32px 20px 60px}.write-title{font-size:22px}}.study-all-page{min-height:100vh;background:#fff}.study-all-topbar{height:64px;padding:0 40px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #f3f4f6;position:sticky;top:0;background:#fff;z-index:10}.study-all-back-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;border-radius:50%;background:#fff;color:#6b7280;cursor:pointer;flex-shrink:0;transition:border-color .18s,color .18s}.study-all-back-btn:hover{border-color:#111827;color:#111827}.study-all-title{font-size:17px;font-weight:700;color:#111827;margin:0}.study-all-count{font-size:13px;color:#9ca3af}.study-all-inner{max-width:1200px;margin:0 auto;padding:36px 40px 60px}.study-all-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.study-all-grid .crew-study-card{width:100%}.study-all-grid .crew-study-card__thumb{height:110px}.study-all-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:48px}.study-all-nav__label{font-size:24px;font-weight:700;color:#111827;min-width:140px;text-align:center}.study-all-nav__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;transition:border-color .18s,color .18s}.study-all-nav__btn:hover{border-color:#722eff;color:#722eff}.study-all-empty{font-size:14px;color:#9ca3af}@media(max-width:1024px){.study-all-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.study-all-topbar{padding:0 20px}.study-all-inner{padding:24px 20px 40px}.study-all-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.study-all-grid{grid-template-columns:repeat(2,1fr)}}.prof-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.prof-topbar{height:48px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6}.prof-topbar__logo{height:28px;width:auto;object-fit:contain}.prof-topbar__actions{display:flex;align-items:center;gap:10px}.prof-topbar__icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#6b7280}.prof-topbar__profile-group{display:flex;align-items:center;gap:4px;border:none;background:transparent;color:#6b7280;padding:0}.prof-topbar__avatar{width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.prof-topbar__avatar img{width:100%;height:100%;object-fit:cover}.prof-summary{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:29px 24px 23px;gap:52px;max-width:560px;margin:0 auto;width:100%}.prof-avatar-wrap{position:relative;width:84px;height:84px}.prof-avatar{width:84px;height:84px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.prof-avatar img{width:100%;height:100%;object-fit:cover}.prof-avatar__camera{position:absolute;bottom:2px;right:2px;width:28px;height:28px;border-radius:50%;background:#7c3aed;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;color:#fff}.prof-summary__info{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:360px;min-width:0}.prof-name-row{display:flex;align-items:center;gap:8px}.prof-name{font-size:20px;font-weight:700;color:#111827}.prof-tag{font-size:12px;font-weight:600;color:#7c3aed;background:#ede9fe;padding:3px 10px;border-radius:20px}.prof-intro{font-size:14px;color:#9ca3af;margin:0;word-break:break-word;overflow-wrap:break-word;width:100%}.prof-tabs-wrap{border-bottom:1px solid #f3f4f6;margin-top:12px}.prof-tabs{max-width:560px;margin:0 auto;display:flex;gap:0}.prof-tab{flex:1;padding:14px 0;font-size:14px;font-weight:500;color:#9ca3af;background:transparent;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.prof-tab--active{color:#7c3aed;font-weight:700;border-bottom-color:#7c3aed}.prof-form-wrap{flex:1;width:100%}.prof-form-inner{max-width:1200px;margin:0 auto;padding:25px 40px 37px;box-sizing:border-box}.prof-form{max-width:560px;margin:24px auto 0;display:flex;flex-direction:column;gap:20px}.prof-field{display:flex;flex-direction:column;gap:10px}.prof-label{font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}.prof-label__badge{font-size:11px;font-weight:600;color:#7c3aed;background:#ede9fe;padding:2px 8px;border-radius:20px;letter-spacing:.2px}.prof-input.prof-input--readonly{display:flex;align-items:center;justify-content:space-between;background:#f3f4f6;border-color:#e5e7eb;color:#374151;cursor:default;-webkit-user-select:none;user-select:none}.prof-input--readonly__text{flex:1;color:#d1d5db}.prof-input{width:100%;height:42px;padding:0 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s}.prof-input::placeholder{color:#d1d5db}.prof-input:focus{border-color:#7c3aed}.prof-input--error{border-color:#ef4444!important}.prof-field-error{font-size:12px;color:#ef4444;margin:4px 0 0}.prof-input:-webkit-autofill,.prof-input:-webkit-autofill:hover,.prof-input:-webkit-autofill:focus{-webkit-text-fill-color:#111827;-webkit-box-shadow:0 0 0px 1000px #ffffff inset;transition:background-color 9999s ease-in-out 0s}.prof-input-wrap{position:relative;display:flex;align-items:center}.prof-input-wrap .prof-input{padding-right:44px}.prof-eye-btn{position:absolute;right:14px;background:transparent;border:none;color:#9ca3af;display:flex;align-items:center;padding:0}.prof-save-btn{margin-top:9px;height:44px;background:#7c3aed;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:10px;transition:background .15s}.prof-save-btn:hover{background:#6d28d9}.study-tab{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:24px auto 0;width:100%}.study-input-box{display:flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid #e5e7eb;border-radius:24px;background:#fafafa;transition:border-color .15s;width:100%;max-width:560px;margin:0 auto 12px;box-sizing:border-box}.study-input-box:focus-within{border-color:#c4b5fd}.study-input-box__input{flex:1;border:none;background:none;outline:none;font-size:14px;color:#111827;font-family:inherit}.study-input-box__input::placeholder{color:#9ca3af}.study-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;min-height:600px;align-content:start}.study-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .15s}.study-card:hover{box-shadow:0 2px 10px #00000012}.study-card__header{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.study-card__author-info{display:flex;align-items:center;gap:12px}.study-card__avatar{width:48px;height:48px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.study-card__author-name{font-size:13px;font-weight:600;color:#374151}.study-card__date{font-size:12px;color:#9ca3af}.study-card__menu-wrap{position:relative}.study-card__menu-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:3px 5px;border-radius:4px;display:flex;align-items:center}.study-card__menu-btn:hover{background:#f3f4f6;color:#374151}.study-card__dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 14px #0000001a;overflow:hidden;z-index:20;min-width:100px}.study-card__dropdown-item{display:block;width:100%;padding:10px 14px;font-size:13px;color:#374151;background:none;border:none;cursor:pointer;text-align:left}.study-card__dropdown-item:hover{background:#f9fafb}.study-card__dropdown-item--delete{color:#ef4444}.study-card__dropdown-item--delete:hover{background:#fef2f2}.study-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:10px}.study-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.study-card__title{font-size:14px;font-weight:600;color:#111827;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.study-card__summary{font-size:12px;color:#6b7280;margin:0;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.study-card__crew-badge{display:inline-flex;align-items:center;margin-top:8px;padding:3px 10px;font-size:11px;font-weight:600;font-family:inherit;border:1px solid;border-radius:20px;cursor:pointer;transition:opacity .15s}.study-card__crew-badge:hover{opacity:.75}.study-card__thumb{width:64px;height:64px;border-radius:8px;background:#f3f4f6;flex-shrink:0;cursor:pointer;transition:opacity .15s}.study-card__thumb:hover{opacity:.75}.study-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.study-modal{background:#fff;border-radius:16px;width:580px;height:580px;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 8px 40px #0000002e}.study-modal__thumb{width:100%;height:200px;background:#f3f4f6;flex-shrink:0}.study-modal__body{padding:24px 28px 16px;overflow-y:auto;flex:1}.study-modal__title{font-size:18px;font-weight:700;color:#111827;margin:0 0 9px;text-align:center}.study-modal__sub{font-size:14px;color:#6b7280;margin:0 0 23px;line-height:1.6;text-align:center}.study-modal__content{font-size:14px;color:#374151;line-height:1.7}.study-modal__footer{padding:16px 28px;border-top:1px solid #e5e7eb;display:flex;justify-content:center;gap:16px}.study-modal__edit-btn,.study-modal__close-btn{padding:9px 22px;background:#fff;color:#722eff;border:1.5px solid #722EFF;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.study-modal__edit-btn:hover{background:#722eff;color:#fff}.study-modal__close-btn:hover{background:#f5f0ff}.study-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding-top:8px}.study-pagination__btn{width:32px;height:32px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.study-pagination__btn:hover{background:#7c3aed;border-color:#7c3aed;color:#fff}.study-pagination__btn--active{background:#7c3aed;border-color:#7c3aed;color:#fff;font-weight:700}@media(max-width:640px){.study-grid{grid-template-columns:1fr}}.prof-proj{width:100%;max-width:900px;margin:24px auto 0}.prof-proj__section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #f3f4f6;margin-bottom:14px}.prof-proj__create-btn{background:#7c3aed;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:-.01em}.prof-proj__create-btn:hover{background:#6d28d9}.prof-proj__section{margin-bottom:36px}.prof-proj__section-title{font-size:14px;font-weight:700;color:#374151;margin:0}.prof-proj__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proj-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px 16px 18px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .15s;min-height:160px}.proj-card__body{flex:1}.proj-card:hover{box-shadow:0 2px 10px #00000012}.proj-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.proj-card__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.proj-card__title{font-size:13px;font-weight:600;color:#111827;line-height:1.4;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.proj-card__meta{display:flex;align-items:center;gap:5px;font-size:11px;color:#9ca3af}.proj-card__dot{color:#d1d5db}.proj-card__tags{display:flex;gap:12px;flex-wrap:wrap}.proj-card__tag{font-size:11px;color:#6b7280;background:none;padding:0}.proj-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.proj-card__thumb{width:54px;height:54px;background:#f3f4f6;border-radius:7px;flex-shrink:0}.proj-card__avatars{display:flex;align-items:center}.proj-card__avatar{width:20px;height:20px;border-radius:50%;border:2px solid #fff;margin-left:-6px;flex-shrink:0}.proj-card__avatars .proj-card__avatar:first-child{margin-left:0}.proj-card__avatar--more{background:#e5e7eb;color:#6b7280;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.proj-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid #f3f4f6}.proj-card__author{display:flex;align-items:center;gap:6px}.proj-card__author-dot{width:18px;height:18px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.proj-card__author-name{font-size:12px;color:#6b7280}.proj-card__like{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-size:12px;color:#9ca3af;padding:0}.proj-card__like--on{color:#ec4899}@media(max-width:1024px){.prof-summary{padding:29px 32px 23px}.prof-tabs{padding:0 32px}.prof-form-inner{padding:25px 32px 37px}.prof-proj__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.prof-summary{padding:29px 28px 23px}.prof-tabs{padding:0 28px}.prof-form-inner{padding:25px 28px 37px}}@media(max-width:560px){.prof-proj__grid{grid-template-columns:1fr}}.prof-att{max-width:560px;margin:24px auto 0}.prof-att__guide{font-size:16px;font-weight:500;color:#374151;margin:0 0 8px;text-align:center}.prof-att__pipe{color:#d1d5db;margin:0 8px}.prof-att__count{font-size:15px;font-weight:500;color:#6b7280;margin:0 0 40px;text-align:center}.prof-att__pink{color:#722eff;font-weight:700;text-decoration:underline}.prof-cal{background:#fff;border-radius:20px;padding:28px;border:1.5px solid #e5e7eb;box-shadow:0 2px 16px #722eff12;width:420px;height:420px;margin:0 auto}.prof-cal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding:0 4px}.prof-cal__nav-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f9fafb;color:#9ca3af;transition:background .13s,color .13s}.prof-cal__nav-btn:hover{background:#f3f4f6;color:#374151}.prof-cal__month{font-size:16px;font-weight:700;color:#111827;letter-spacing:.5px}.prof-cal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.prof-cal__weekday{text-align:center;font-size:11px;font-weight:600;color:#d1d5db;padding:4px 0;letter-spacing:.3px}.prof-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,42px);row-gap:12px;align-content:start}.prof-cal__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin:0 auto;width:42px;height:42px;font-size:13px;font-weight:500;color:#4b5563;border-radius:50%;border:1px solid transparent;transition:border-color .12s,background .12s}.prof-cal__day:not(.prof-cal__day--empty):not(.prof-cal__day--attended):not(.prof-cal__day--today):hover{border-color:#ddd6fe;color:#722eff}.prof-cal__day--empty{visibility:hidden}.prof-cal__day--today{color:#7c3aed;font-weight:700;background:#ede9fe}.prof-cal__day--attended{background:#722eff;color:#fff;font-weight:700;box-shadow:0 2px 8px #722eff59}.prof-cal__day--study{background:#722eff;color:#fff;font-weight:700}@media(max-width:600px){.prof-topbar{padding:0 20px}.prof-form-inner{padding:28px 20px 48px}}.login-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:60px 20px;background:#fff}.login-box{width:100%;max-width:540px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:52px 44px 48px;display:flex;flex-direction:column;align-items:center}.login-logo-link{display:inline-block;margin-bottom:28px}.login-logo{height:40px;width:auto;object-fit:contain}.login-title{font-size:22px;font-weight:800;color:#111827;margin:0 0 10px;text-align:center}.login-desc{font-size:14px;color:#6b7280;margin:0 0 36px;text-align:center;line-height:1.6}.login-form{width:100%;display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:7px}.login-label{font-size:13px;font-weight:600;color:#374151}.login-input-wrap{position:relative;width:100%}.login-input-wrap .login-input{padding-right:46px}.login-eye-btn{position:absolute;top:50%;right:14px;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#9ca3af;display:flex;align-items:center;transition:color .15s}.login-eye-btn:hover{color:#374151}.login-input{width:100%;height:48px;padding:0 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff;outline:none;transition:border-color .15s;font-family:inherit}.login-input::placeholder{color:#d1d5db}.login-input:focus{border-color:#7c3aed}.login-error{font-size:13px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:11px 14px;margin-bottom:4px;text-align:center}.login-remember{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;cursor:pointer;margin-top:-4px}.login-checkbox{width:16px;height:16px;accent-color:#7c3aed;cursor:pointer;flex-shrink:0}.login-btn{width:100%;height:50px;margin-top:6px;background:#7c3aed;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:background .15s;font-family:inherit}.login-btn:hover{background:#6d28d9}.login-error{font-size:13px;color:#ef4444;text-align:center;margin-bottom:4px}.apply-field-options{display:flex;gap:8px}.apply-field-btn{flex:1;height:44px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,color .15s;font-family:inherit}.apply-field-btn--active{border-color:#7c3aed;background:#f5f3ff;color:#7c3aed;font-weight:700}.apply-field-btn:hover:not(.apply-field-btn--active){border-color:#d1d5db;background:#f9fafb}@media(max-width:480px){.login-box{padding:40px 24px 36px;border-radius:16px}.login-title{font-size:20px}}.adm-root{display:flex;min-height:100vh;background:#fafafa;font-family:inherit}.adm-sidebar{width:220px;flex-shrink:0;background:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;padding:32px 0 24px;position:sticky;top:0;height:100vh}.adm-logo-link{display:block;padding:0 24px;margin-bottom:36px}.adm-logo{height:30px;width:auto;object-fit:contain}.adm-nav{display:flex;flex-direction:column;gap:2px;padding:0 12px}.adm-nav__item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .15s,color .15s;font-family:inherit}.adm-nav__item:hover{background:#fdf2f8;color:#db2777}.adm-nav__item--active{background:#fdf2f8;color:#db2777;font-weight:700}.adm-nav__item--active .adm-nav__icon{color:#ec4899}.adm-nav__icon{flex-shrink:0;display:flex;align-items:center}.adm-main{flex:1;padding:40px;overflow-y:auto;height:100vh}.adm-topbar{margin-bottom:28px}.adm-page-title{font-size:24px;font-weight:800;color:#111827;margin:0 0 4px}.adm-page-sub{font-size:13px;color:#9ca3af;margin:0}.adm-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}.adm-stat-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:20px 22px}.adm-stat-card__label{font-size:12px;font-weight:600;color:#9ca3af;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.adm-stat-card__value{font-size:26px;font-weight:800;color:#111827;margin:0 0 6px}.adm-stat-card__sub{font-size:12px;color:#ec4899;font-weight:500;margin:0}.adm-card--banner{max-width:960px}.adm-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:24px 28px;margin-bottom:20px}.adm-card__title{font-size:15px;font-weight:700;color:#111827;margin:0 0 24px}.adm-chart{display:flex;align-items:flex-end;gap:12px;height:160px}.adm-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}.adm-chart__val{font-size:11px;font-weight:600;color:#6b7280}.adm-chart__bar{width:100%;background:linear-gradient(180deg,#f9a8d4,#ec4899);border-radius:6px 6px 0 0;min-height:4px;transition:opacity .15s}.adm-chart__bar:hover{opacity:.8}.adm-chart__label{font-size:11px;color:#9ca3af;font-weight:500}.adm-table-wrap{overflow-x:auto}.adm-table{width:100%;border-collapse:collapse;font-size:13px}.adm-table--apply{min-width:960px}.adm-table--apply td{-webkit-user-select:text;user-select:text;cursor:text}.adm-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f3f4f6}.adm-table td{padding:13px 14px;color:#374151;border-bottom:1px solid #f9fafb}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:#fdf2f8}.adm-table__name{font-weight:600;color:#111827}.adm-table__rank{font-weight:700;color:#9ca3af;font-size:13px}.adm-table__score{font-weight:700;color:#ec4899}.adm-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;padding:4px 0}.adm-folder-card{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 12px;background:#fff7fa;border:1.5px solid #fcd7e8;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;text-align:center}.adm-folder-card__badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;background:#ec4899;color:#fff;font-size:10px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1}.adm-folder-card:hover{background:#fce7f3;border-color:#ec4899;transform:translateY(-2px)}.adm-folder-card__icon{color:#ec4899;flex-shrink:0}.adm-folder-card__info{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:0}.adm-folder-card__name{font-size:13px;font-weight:700;color:#1e1e2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-folder-card__meta{font-size:10px;color:#888}.adm-folder-card__count{font-size:10px;color:#ec4899;font-weight:600}.adm-role-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:600;background:#f1f5f9;color:#64748b}.adm-role-badge--admin{background:#ede9fe;color:#722eff}.adm-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.adm-badge--active{background:#fdf2f8;color:#db2777}.adm-badge--inactive{background:#f3f4f6;color:#9ca3af}@media(max-width:1024px){.adm-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.adm-sidebar{display:none}.adm-main{padding:24px 20px 48px}.adm-stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.adm-banner-preview{width:100%;max-width:900px;aspect-ratio:1200 / 360;margin:0 auto 24px;border-radius:10px;overflow:hidden}.adm-banner-img{width:100%;height:100%;object-fit:cover;object-position:center center}.adm-banner-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a3b8;font-size:13px;font-weight:500}.adm-banner-link-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.adm-banner-link-label{font-size:13px;font-weight:600;color:#374151;flex-shrink:0;width:68px}.adm-banner-link-input{flex:1;height:40px;padding:0 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;color:#111827;background:#fff;outline:none;font-family:inherit;transition:border-color .15s}.adm-banner-link-input::placeholder{color:#d1d5db}.adm-banner-link-input:focus{border-color:#ec4899}.adm-banner-actions{display:flex;gap:10px}.adm-banner-btn{height:40px;padding:0 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.adm-banner-btn--outline{background:transparent;color:#ec4899;border:1.5px solid #ec4899}.adm-banner-btn--outline:hover{background:#ec4899;color:#fff}.adm-banner-btn--primary{background:#ec4899;color:#fff;border:1.5px solid #ec4899}.adm-banner-btn--primary:hover{background:#db2777;border-color:#db2777}.adm-partner-list{display:flex;flex-direction:column;gap:12px}.adm-partner-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid #f3f4f6;border-radius:10px;background:#fafafa}.adm-partner-row__label{width:64px;flex-shrink:0;font-size:13px;font-weight:600;color:#374151}.adm-partner-row__thumb{width:72px;height:40px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.adm-partner-row__thumb img{max-width:100%;max-height:100%;object-fit:contain}.adm-partner-row__empty{font-size:10px;color:#cbd5e1;font-weight:500}.adm-partner-row__img-btn{height:34px!important;padding:0 14px!important;font-size:12px!important;flex-shrink:0}.adm-partner-row__link{flex:1;height:36px!important}.partner-logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.adm-op-selects{display:flex;align-items:center;gap:12px;margin-bottom:36px;flex-wrap:wrap}.adm-op-save-btn{height:52px!important;padding:0 32px!important;flex-shrink:0;border-radius:14px!important}.adm-dropdown{position:relative;width:230px}.adm-dropdown__trigger{width:100%;height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1.5px solid #fce7f3;border-radius:14px;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .18s,box-shadow .18s}.adm-dropdown__trigger:hover{border-color:#f9a8d4}.adm-dropdown__trigger--open{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991f}.adm-dropdown__label{font-size:11px;font-weight:700;color:#ec4899;background:#fce7f3;padding:3px 9px;border-radius:20px;flex-shrink:0;letter-spacing:.4px}.adm-dropdown__divider{display:none}.adm-dropdown__value{flex:1;font-size:14px;font-weight:500;color:#1f2937;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-dropdown__value--placeholder{color:#d1d5db;font-weight:400}.adm-user-field-dropdown{flex:1;width:auto;min-width:0}.adm-dropdown__arrow{color:#d1d5db;flex-shrink:0;transition:transform .22s cubic-bezier(.4,0,.2,1),color .18s}.adm-dropdown__arrow--open{transform:rotate(180deg);color:#ec4899}@keyframes adm-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.adm-dropdown__list{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border:1.5px solid #fce7f3;border-radius:14px;padding:8px;list-style:none;margin:0;z-index:100;box-shadow:0 12px 32px #00000014,0 4px 12px #ec489914;animation:adm-dropdown-in .16s ease}.adm-dropdown__item{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;border-radius:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:background .12s,color .12s;-webkit-user-select:none;user-select:none}.adm-dropdown__item:hover{background:#fdf2f8;color:#ec4899}.adm-dropdown__item--active{background:#ec4899;color:#fff;font-weight:600}.adm-dropdown__item--active:hover{background:#db2777;color:#fff}.adm-op-notice{border:1.5px solid #fce7f3;border-radius:12px;padding:24px 28px;background:#fff9fb}.adm-op-notice__title{font-size:13px;font-weight:700;color:#ec4899;margin:0 0 18px}.adm-op-table{display:flex;flex-direction:column;gap:12px}.adm-op-table__row{display:flex;align-items:center;gap:0;padding:12px 16px;border:1px solid #fce7f3;border-radius:8px;background:#fff}.adm-op-table__role{width:100px;flex-shrink:0;font-size:13px;font-weight:700;color:#db2777}.adm-op-table__divider{width:1px;height:16px;background:#f9a8d4;margin:0 20px;flex-shrink:0}.adm-op-table__desc{font-size:13px;color:#6b7280}.adm-placeholder-wrap{width:100%}.adm-placeholder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.adm-placeholder-card{position:relative;background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:8px}.adm-placeholder-card__more{position:absolute;top:16px;right:18px;font-size:12px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;line-height:1;transition:color .15s}.adm-placeholder-card__more:hover{color:#6b7280}.adm-placeholder-card__icon{font-size:28px;line-height:1}.adm-placeholder-card__label{font-size:15px;font-weight:700;color:#111827;margin:4px 0 0}.adm-placeholder-card__desc{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}.adm-placeholder-card__badge{display:inline-block;margin-top:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#fdf2f8;color:#ec4899;align-self:flex-start}@media(max-width:768px){.adm-placeholder-grid{grid-template-columns:1fr}}.adm-user-form{display:flex;flex-direction:column;gap:0;max-width:560px}.adm-user-field{display:flex;flex-direction:column;gap:7px;padding:18px 0;border-bottom:1px solid #f3f4f6}.adm-user-field:first-child{padding-top:4px}.adm-user-field:last-of-type{border-bottom:none}.adm-user-label{font-size:12px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.adm-user-input{width:100%;height:42px;padding:0 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;background:#fff;outline:none;font-family:inherit;transition:border-color .15s}.adm-user-input::placeholder{color:#d1d5db}.adm-user-input:focus{border-color:#ec4899}.adm-user-input-row{display:flex;align-items:center;gap:10px}.adm-user-input-row .adm-user-input{flex:1}.adm-user-input-spacer{width:30px;flex-shrink:0}.adm-user-select-wrap{position:relative;flex:1;display:flex;align-items:center}.adm-user-select{width:100%;height:52px;padding:0 40px 0 14px;border:1.5px solid #fce7f3;border-radius:14px;font-size:14px;font-family:inherit;color:#1f2937;background:#fff;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;transition:border-color .18s,box-shadow .18s}.adm-user-select--placeholder{color:#d1d5db}.adm-user-select:hover{border-color:#f9a8d4}.adm-user-select:focus{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991f}.adm-user-select-arrow{position:absolute;right:14px;color:#d1d5db;pointer-events:none}.adm-user-pw-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid #f9a8d4;background:#fff;color:#ec4899;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.adm-user-pw-btn:hover{background:#ec4899;color:#fff}.adm-user-actions{display:flex;gap:10px;margin-top:24px}.adm-user-error{font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-bottom:16px}.adm-back-btn{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;margin-bottom:6px;transition:color .15s}.adm-back-btn:hover{color:#6b7280}.adm-table__img-col{text-align:center}.adm-study-thumb-wrap{display:flex;align-items:center;justify-content:center;width:64px;height:44px}.adm-study-thumb{width:64px;height:44px;object-fit:cover;border-radius:6px;cursor:pointer;transition:opacity .15s}.adm-study-thumb:hover{opacity:.8}.adm-study-thumb-none{font-size:12px;color:#d1d5db}.adm-img-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.adm-img-modal__inner{position:relative;max-width:80vw;max-height:80vh;border-radius:12px;overflow:hidden}.adm-img-modal__img{display:block;max-width:80vw;max-height:80vh;object-fit:contain}.adm-img-modal__close{position:absolute;top:10px;right:12px;background:#00000073;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.adm-table__empty{text-align:center;color:#9ca3af;font-size:13px;padding:40px 0}.adm-status-badge{display:inline-block;padding:3px 10px;border-radius:99px;font-size:12px;font-weight:600}.adm-status-badge--pending{background:#fef9c3;color:#a16207}.adm-status-badge--approved{background:#dcfce7;color:#15803d}.adm-status-badge--rejected{background:#fee2e2;color:#dc2626}.adm-tbl-btn{height:28px;padding:0 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:background .15s}.adm-tbl-btn--approve{background:#f5f3ff;color:#7c3aed}.adm-tbl-btn--approve:hover{background:#ede9fe}.adm-tbl-btn--reject{background:#fee2e2;color:#dc2626}.adm-tbl-btn--reject:hover{background:#fecaca}.adm-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.adm-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;margin:20px;box-shadow:0 20px 60px #00000026}.adm-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}.adm-modal__title{font-size:16px;font-weight:700;color:#111827;margin:0}.adm-modal__close{background:none;border:none;font-size:16px;color:#9ca3af;cursor:pointer;padding:0;line-height:1}.adm-modal__close:hover{color:#374151}.adm-modal__body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.adm-modal__field{display:flex;flex-direction:column;gap:5px}.adm-modal__label{font-size:12px;font-weight:600;color:#374151}.adm-modal__input{height:40px;padding:0 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;font-family:inherit;outline:none;transition:border-color .15s}.adm-modal__input:focus{border-color:#7c3aed}.adm-modal__error{font-size:12px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;margin:0}.adm-modal__footer{display:flex;gap:8px;padding:16px 24px 20px;border-top:1px solid #f3f4f6}.adm-modal__cancel{flex:1;height:40px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.adm-modal__confirm{flex:1;height:40px;background:#7c3aed;border:none;border-radius:8px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s}.adm-modal__confirm:hover:not(:disabled){background:#6d28d9}.adm-modal__confirm:disabled{background:#d1d5db;cursor:not-allowed}.adm-user-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;background:#ec4899;color:#fff;font-size:12px;font-weight:700;border-radius:20px;margin-left:8px;vertical-align:middle}.adm-user-del-btn{padding:5px 14px;font-size:12px;font-weight:600;color:#ef4444;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.adm-user-del-btn:hover{background:#fee2e2;border-color:#ef4444}.adm-user-actions-cell{display:flex;align-items:center;gap:6px;justify-content:flex-end}.adm-user-pw-edit-btn{padding:5px 12px;font-size:12px;font-weight:600;color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .13s,border-color .13s}.adm-user-pw-edit-btn:hover{background:#ede9fe;border-color:#a78bfa}.adm-user-pw-edit-btn--cancel{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.adm-user-pw-edit-btn--cancel:hover{background:#e5e7eb;border-color:#d1d5db}.adm-user-pw-success{font-size:12px;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:5px 10px;white-space:nowrap}.adm-user-pw-row td{padding:0!important;border-top:none!important}.adm-user-pw-inline{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#faf5ff;border-top:1px dashed #ddd6fe;border-bottom:1px solid #f3e8ff}.adm-user-pw-inline__label{font-size:13px;font-weight:600;color:#6d28d9;white-space:nowrap;flex-shrink:0}.adm-user-pw-inline__input-wrap{position:relative;flex:1;max-width:320px;display:flex;align-items:center}.adm-user-pw-inline__input{width:100%;height:38px;padding:0 38px 0 12px;border:1.5px solid #ddd6fe;border-radius:8px;font-size:13px;font-family:inherit;background:#fff;color:#111827;outline:none;transition:border-color .15s}.adm-user-pw-inline__input:focus{border-color:#7c3aed}.adm-user-pw-inline__eye{position:absolute;right:10px;background:transparent;border:none;color:#9ca3af;display:flex;align-items:center;padding:0}.adm-user-pw-inline__save{height:38px!important;padding:0 20px!important;font-size:13px!important;flex-shrink:0}.pcreate-page{min-height:100vh;background:#fff;font-family:inherit}.pcreate-header{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;border-bottom:1px solid #f3f4f6;position:sticky;top:0;background:#fff;z-index:10}.pcreate-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;color:#374151;border-radius:8px;transition:background .15s}.pcreate-back:hover{background:#f3f4f6}.pcreate-header__title{font-size:16px;font-weight:600;color:#111827;margin:0}.pcreate-header__gap{width:36px}.pcreate-inner{max-width:880px;margin:0 auto;padding:48px 24px 80px}.pcreate-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 32px}.pcreate-field{display:flex;flex-direction:column;gap:8px}.pcreate-field--full{grid-column:1 / -1}.pcreate-label{font-size:13px;font-weight:600;color:#374151}.pcreate-input{height:44px;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 14px;font-size:14px;color:#111827;outline:none;transition:border-color .15s;background:#fff;width:100%;box-sizing:border-box}.pcreate-input:focus{border-color:#7c3aed}.pcreate-input::placeholder{color:#9ca3af}.pcreate-input--date{color:#374151}.pcreate-select{height:44px;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 36px 0 14px;font-size:14px;color:#111827;outline:none;background:#fff;cursor:pointer;width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.pcreate-select:focus{border-color:#7c3aed}.pcreate-textarea{border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;outline:none;resize:none;overflow:hidden;font-family:inherit;line-height:1.6;padding:10px 14px;transition:border-color .15s;background:#fff;width:100%;box-sizing:border-box;min-height:42px;height:42px}.pcreate-textarea:focus{border-color:#7c3aed}.pcreate-textarea::placeholder{color:#9ca3af}.pcreate-hint{font-size:12px;color:#9ca3af;margin:0}.pcreate-img-upload{height:44px;border:1.5px dashed #d1d5db;border-radius:10px;cursor:pointer;overflow:hidden;transition:border-color .15s;display:flex;align-items:center;justify-content:flex-end;padding:0 12px;position:relative}.pcreate-img-text{flex:1;font-size:14px;color:#9ca3af;pointer-events:none}.pcreate-img-icon{display:flex;align-items:center;color:#9ca3af;flex-shrink:0;pointer-events:none}.pcreate-img-upload:hover{border-color:#7c3aed}.pcreate-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#9ca3af;font-size:13px}.pcreate-img-preview{width:100%;height:100%;object-fit:cover}.pcreate-skill-wrap{position:relative;display:flex;flex-direction:column;gap:6px}.pcreate-skill-tags{display:flex;flex-wrap:wrap;gap:6px}.pcreate-skill-tag{display:inline-flex;align-items:center;gap:4px;background:#ede9fe;color:#7c3aed;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:500}.pcreate-skill-tag__remove{border:none;background:none;cursor:pointer;color:#7c3aed;font-size:14px;line-height:1;padding:0;display:flex;align-items:center}.pcreate-skill-trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;height:44px}.pcreate-skill-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #ede9fe;border-radius:12px;box-shadow:0 12px 32px #7c3aed1a,0 2px 8px #0000000f;z-index:20;max-height:220px;overflow-y:auto;padding:6px}.pcreate-skill-dropdown::-webkit-scrollbar{width:4px}.pcreate-skill-dropdown::-webkit-scrollbar-track{background:transparent}.pcreate-skill-dropdown::-webkit-scrollbar-thumb{background:#e9d5ff;border-radius:4px}.pcreate-skill-option{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:14px;color:#374151;cursor:pointer;border-radius:8px;transition:background .12s;-webkit-user-select:none;user-select:none}.pcreate-skill-option:hover{background:#f5f3ff;color:#7c3aed}.pcreate-skill-option:has(input:checked){background:#ede9fe;color:#6d28d9;font-weight:500}.pcreate-skill-option input{accent-color:#7c3aed;width:15px;height:15px;flex-shrink:0}.pcreate-skill-option input:disabled{opacity:.35;cursor:not-allowed}.pcreate-intro-section{margin-top:48px}.pcreate-intro-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 16px}.pcreate-editor-wrap{border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:border-color .15s}.pcreate-editor-wrap:focus-within{border-color:#7c3aed}.pcreate-toolbar{display:flex;align-items:center;gap:2px;padding:8px 12px;border-bottom:1px solid #f3f4f6;background:#fafafa}.pcreate-toolbar__btn{width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;color:#6b7280;transition:background .12s,color .12s;display:flex;align-items:center;justify-content:center}.pcreate-toolbar__btn:hover{background:#ede9fe;color:#7c3aed}.pcreate-toolbar__btn--italic{font-style:italic}.pcreate-toolbar__btn--underline{text-decoration:underline}.pcreate-toolbar__btn--strikeThrough{text-decoration:line-through}.pcreate-editor{min-height:200px;padding:16px;font-size:14px;color:#374151;line-height:1.7;outline:none}.pcreate-editor:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.pcreate-submit-wrap{margin-top:48px;display:flex;justify-content:center}.pcreate-submit{width:200px;height:50px;background:#7c3aed;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.pcreate-submit:hover{background:#6d28d9}.pcreate-submit:active{transform:scale(.98)}@media(max-width:640px){.pcreate-header{padding:0 16px}.pcreate-inner{padding:32px 16px 64px}.pcreate-grid{grid-template-columns:1fr}.pcreate-field--full{grid-column:1}}.pcreate-limit-hint{font-size:11px;font-weight:400;color:#9ca3af}.pcreate-multi-trigger{min-height:44px;border:1.5px solid #e5e7eb;border-radius:10px;padding:6px 36px 6px 12px;cursor:pointer;position:relative;display:flex;align-items:center;background:#fff;transition:border-color .15s;box-sizing:border-box}.pcreate-multi-trigger:focus{outline:none;border-color:#7c3aed}.pcreate-multi-trigger:hover{border-color:#7c3aed}.pcreate-multi-inner{display:flex;flex-wrap:wrap;gap:5px;flex:1}.pcreate-multi-placeholder{font-size:14px;color:#9ca3af}.pcreate-multi-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;flex-shrink:0}.pcreate-member-option{padding:9px 12px;font-size:14px;color:#374151;cursor:pointer;border-radius:8px;transition:background .12s;-webkit-user-select:none;user-select:none}.pcreate-member-option:hover{background:#f5f3ff;color:#7c3aed}.pcreate-member-option--selected{background:#ede9fe;color:#6d28d9;font-weight:500}.pcreate-cal-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #ede9fe;border-radius:12px;box-shadow:0 12px 32px #7c3aed1a,0 2px 8px #0000000f;z-index:20;padding:12px}.pcreate-cal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pcreate-cal__nav{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;cursor:pointer;color:#6b7280;border-radius:6px;transition:background .12s,color .12s}.pcreate-cal__nav:hover{background:#f5f3ff;color:#7c3aed}.pcreate-cal__month{font-size:14px;font-weight:600;color:#111827}.pcreate-cal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.pcreate-cal__weekday{text-align:center;font-size:11px;font-weight:600;color:#9ca3af;padding:4px 0}.pcreate-cal__weekday:first-child{color:#f87171}.pcreate-cal__weekday:last-child{color:#60a5fa}.pcreate-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.pcreate-cal__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:13px;color:#374151;border:none;background:none;border-radius:8px;cursor:pointer;transition:background .12s,color .12s}.pcreate-cal__day:hover:not(.pcreate-cal__day--empty){background:#f5f3ff;color:#7c3aed}.pcreate-cal__day--selected{background:#7c3aed!important;color:#fff!important;font-weight:600}.pcreate-cal__day--empty{cursor:default;pointer-events:none}.proj-card__tag{display:inline-flex;align-items:center;gap:4px}.proj-card__tag-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0;display:block;border-radius:15px}.proj-card__tag-text{font-size:11px}.proj-card__thumb--img{object-fit:cover}.prof-att__counts{display:flex;align-items:center;justify-content:center;gap:16px}.prof-att__count-divider{width:1px;height:14px;background:#e5e7eb;flex-shrink:0}.crew-studies-wrap{position:relative}.crew-studies-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:1.5px solid;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s,visibility .15s;opacity:0;visibility:hidden;z-index:2;box-shadow:0 2px 8px #0000001a}.crew-studies-nav--prev{left:-16px}.crew-studies-nav--next{right:-16px}.crew-studies-wrap:hover .crew-studies-nav{opacity:1;visibility:visible}.crew-studies-nav:hover:not(:disabled){background:#f5f3ff}.crew-studies-nav:disabled{opacity:.2!important;cursor:default}.mbu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:760px;margin:0 auto}.mbu-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;padding:36px 24px 28px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;align-items:center}.mbu-card:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-3px)}.mbu-card__avatar{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;margin-bottom:16px;overflow:hidden}.mbu-card__avatar img{width:100%;height:100%;object-fit:cover}.mbu-card__avatar--pink{background:linear-gradient(135deg,#ff8dc0,#ff4b93)}.mbu-card__avatar--amber{background:linear-gradient(135deg,#fbbf24,#d97706)}.mbu-card__avatar--violet{background:linear-gradient(135deg,#b98aff,#8a52ff)}.mbu-card__role{font-size:11px;font-weight:700;letter-spacing:.04em;padding:3px 10px;border-radius:99px;margin-bottom:10px}.mbu-card__role--pink{background:#fff0f6;color:#ff4b93}.mbu-card__role--amber{background:#fffbeb;color:#d97706}.mbu-card__role--violet{background:#f3eeff;color:#8a52ff}.mbu-card__name{font-size:17px;font-weight:800;color:#111827;margin:0 0 10px}.mbu-card__desc{font-size:12px;color:#9ca3af;line-height:1.7;margin:0}@media(max-width:640px){.mbu-grid{grid-template-columns:1fr;max-width:320px}}.study-complete-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafafa}.study-complete-box{display:flex;flex-direction:column;align-items:center;gap:16px;padding:56px 48px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;text-align:center;max-width:400px;width:100%;cursor:pointer;transition:box-shadow .2s,transform .2s}.study-complete-box:hover{box-shadow:0 8px 32px #722eff26;transform:translateY(-2px)}.study-complete-icon{width:96px;height:96px;border-radius:50%;background:#722eff12;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.study-complete-title{font-size:26px;font-weight:800;color:#111;margin:0}.study-complete-desc{font-size:15px;color:#6b7280;line-height:1.7;margin:0}.study-complete-btn{margin-top:12px;width:70%;padding:14px 0;background:#722eff;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.study-complete-btn:hover{background:#5a1fdd}.study-complete-icon--delete{background:#fee2e2}.study-complete-btn--delete{background:#ef4444;border-color:#ef4444}.study-complete-btn--delete:hover{background:#dc2626;border-color:#dc2626}.study-complete-link{margin-top:8px;display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#722eff}.terms-all-check{width:100%;display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 0;margin-bottom:20px}.terms-all-label{font-size:15px;font-weight:700;color:#111827}.terms-divider{width:100%;height:1px;background:#e5e7eb;margin-bottom:20px}.terms-item{width:100%;margin-bottom:4px}.terms-item-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #f3f4f6}.terms-check-label{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;flex:1}.terms-required{color:#7c3aed;font-size:13px;font-weight:600}.terms-toggle-btn{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:13px;color:#6b7280;cursor:pointer;padding:4px 0;font-family:inherit;flex-shrink:0;transition:color .15s}.terms-toggle-btn:hover{color:#374151}.terms-content{margin-top:10px;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;font-size:12px;color:#6b7280;line-height:1.7;white-space:pre-wrap;word-break:break-word;font-family:inherit;max-height:180px;overflow-y:auto}.terms-submit-wrap{width:100%;margin-top:28px}.login-btn:disabled{background:#d1d5db;cursor:not-allowed}.policy-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.policy-card{display:flex;gap:24px;border:1.5px solid #e5e7eb;border-radius:16px;padding:28px;background:#fff;transition:box-shadow .15s}.policy-card:hover{box-shadow:0 4px 20px #0000000f}.policy-card__num{font-size:18px;font-weight:900;color:#722eff;line-height:1;flex-shrink:0;padding-top:2px}.policy-card__body{display:flex;flex-direction:column;gap:10px}.policy-card__title{font-size:15px;font-weight:700;color:#111827;margin:0}.policy-card__content{font-size:13px;color:#9ca3af;line-height:1.9;margin:0;white-space:pre-line}.policy-page-footer-nav{text-align:center;padding-top:8px}.policy-page-footer-link{font-size:14px;font-weight:700;color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:12px 28px;display:inline-block;transition:background .15s,border-color .15s}.policy-page-footer-link:hover{background:#f3f4f6;border-color:#d1d5db}
