*,:before,:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{letter-spacing:-.01em;margin:0;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}a{color:inherit;text-decoration:none}ul,ol{padding:0;list-style:none}.main-content{padding-top:var(--header-height)}.header{-webkit-backdrop-filter:blur(14px);z-index:1100;background:#ffffffe0;border-bottom:1px solid #0f172a0f;width:100%;transition:transform .35s,background .25s,box-shadow .25s;position:fixed;top:0;left:0;box-shadow:0 8px 30px #0f172a0a}.header.show{transform:translateY(0)}.header.hide{transform:translateY(-100%)}.header-inner{max-width:1280px;height:var(--header-height);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 24px;display:flex;position:relative}:root{--header-height:88px}.header-brand{color:inherit;z-index:2;align-items:center;gap:12px;min-width:fit-content;text-decoration:none;display:inline-flex}.header-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo img{height:64px;display:block}.header-brand-text{flex-direction:column;justify-content:center;line-height:1.1;display:flex}.header-brand-title{letter-spacing:-.04em;color:#111827;font-size:1.55rem;font-weight:800}.header-brand-subtitle{letter-spacing:.02em;color:#9ca3af;margin-top:4px;font-size:.78rem;font-weight:600}.desktop-nav{white-space:nowrap;align-items:center;gap:36px;font-size:17px;font-weight:500;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#6b7280;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:#111827}.nav-link.active{color:#111827;font-weight:700}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.header-actions{z-index:2;align-items:center;gap:10px;margin-left:auto;display:flex}.nav-right{align-items:center;gap:6px;display:flex}.nav-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex}.nav-icon-btn:hover{background:#f3f4f6;transform:translateY(-1px)}.nav-icon{width:23px;height:23px}.menu-button:hover{background:#f8fafc;box-shadow:0 4px 16px #0f172a14}@media (width<=1180px){.desktop-nav{gap:22px;font-size:15px}.header-brand-title{font-size:1.4rem}}@media (width<=1024px){:root{--header-height:78px}.header-inner{padding:0 18px}.desktop-nav,.nav-right{display:none}.menu-button{display:flex}.logo img{height:56px}.header-brand-title{font-size:1.2rem}.header-brand-subtitle{font-size:.7rem}}@media (width<=640px){:root{--header-height:74px}.header-inner{padding:0 14px}.header-brand{gap:10px}.logo img{height:50px}.header-brand-title{font-size:1.05rem}.header-brand-subtitle{display:none}.menu-button{border-radius:10px;width:42px;height:42px}}.menu-button{cursor:pointer;z-index:1600;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:none;position:relative}.menu-button:hover{background:#f6f6f6}.menu-line{background:#111;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .2s,top .3s;position:absolute}.menu-line:first-child{top:14px}.menu-line:nth-child(2){top:21px}.menu-line:nth-child(3){top:28px}.menu-button.open .menu-line:first-child{top:21px;transform:rotate(45deg)}.menu-button.open .menu-line:nth-child(2){opacity:0}.menu-button.open .menu-line:nth-child(3){top:21px;transform:rotate(-45deg)}.drawer-backdrop{top:var(--header-height);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;z-index:999;background:#0f172a61;transition:opacity .28s,visibility .28s;position:fixed;bottom:0;left:0;right:0}.drawer-backdrop.show{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer{top:var(--header-height);height:calc(100vh - var(--header-height));z-index:1000;background:#fff;flex-direction:column;width:min(82vw,320px);padding:22px 20px 20px;transition:transform .3s;display:flex;position:fixed;right:0;transform:translate(100%);box-shadow:-12px 0 40px #0f172a24}.mobile-drawer.open{transform:translate(0)}.drawer-close-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:26px;transition:background .2s;display:flex}.drawer-close-btn:hover{background:#f3f4f6}.drawer-nav{flex-direction:column;flex:1;gap:10px;margin-top:26px;padding-bottom:20px;display:flex;overflow-y:auto}.drawer-nav .nav-link{color:#969696;border-bottom:1px solid #f3f4f6;padding:12px 4px;font-size:17px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.drawer-nav .nav-link:hover,.drawer-nav .nav-link.active{color:#111}.drawer-divider{background:#e5e7eb;width:100%;height:1px;margin:8px 0 4px}.drawer-bottom-actions{background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto;padding-top:14px;display:grid}.drawer-action-btn{color:#111;cursor:pointer;min-height:68px;font:inherit;background:#f8fafc;border:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:600;transition:background .2s,transform .2s;display:flex}.drawer-action-btn:hover{background:#f1f5f9;transform:translateY(-1px)}.drawer-action-icon{flex-shrink:0;font-size:22px}@media (width<=1024px){.desktop-nav,.nav-right{display:none}.menu-button{display:flex}}.profile-dropdown{position:relative}.profile-dropdown-menu{z-index:1200;background:#fff;border:1px solid #e9e9e9;border-radius:14px;flex-direction:column;gap:4px;min-width:190px;padding:8px;display:flex;position:absolute;top:46px;right:0;box-shadow:0 14px 32px #0000001a}.profile-dropdown-item{width:100%;min-height:42px;font:inherit;color:#222;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;padding:0 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .18s,color .18s;display:flex}.profile-dropdown-item:hover{background:#f5f5f5}.profile-dropdown-divider{background:#ececec;height:1px;margin:4px 2px}.drop-logout-button{color:#d93025}.drop-logout-button:hover{background:#fff1f0}.nav-icon-btn{color:#222;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.nav-icon-btn:hover{background:#f6f7f9}.nav-icon-btn.active{background:#f3f6ff;box-shadow:inset 0 0 0 1px #dfe7ff}.nav-icon-btn:active{transform:translateY(1px)}.nav-icon{color:#222;font-size:20px}.nav-badge{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#ff5a5f,#e53935);border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}.notification-dropdown,.chat-dropdown{position:relative}.notification-dropdown-menu,.chat-dropdown-menu{z-index:1200;background:#fff;border:1px solid #e9e9e9;border-radius:16px;flex-direction:column;width:360px;min-height:320px;display:flex;position:absolute;top:48px;right:0;overflow:hidden;box-shadow:0 18px 40px #0f172a1a,0 4px 14px #0f172a0f}.notification-dropdown-header,.chat-dropdown-header{background:#fff;border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;min-height:56px;padding:0 16px;display:flex}.notification-dropdown-title,.chat-dropdown-title{color:#111827;letter-spacing:-.01em;font-size:15px;font-weight:700}.notification-dropdown-action,.chat-dropdown-action{font:inherit;color:#667085;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .18s,opacity .18s}.notification-dropdown-action:hover,.chat-dropdown-action:hover{color:#111827}.notification-dropdown-action:disabled,.chat-dropdown-action:disabled{opacity:.45;cursor:default}.notification-dropdown-body,.chat-dropdown-body{background:linear-gradient(#fff 0%,#fcfcfd 100%);flex:1;min-height:264px;max-height:420px;overflow-y:auto}.notification-dropdown-body::-webkit-scrollbar{width:8px}.chat-dropdown-body::-webkit-scrollbar{width:8px}.notification-dropdown-body::-webkit-scrollbar-thumb{background:#d9dee7;border-radius:999px}.chat-dropdown-body::-webkit-scrollbar-thumb{background:#d9dee7;border-radius:999px}.notification-dropdown-body::-webkit-scrollbar-track{background:0 0}.chat-dropdown-body::-webkit-scrollbar-track{background:0 0}.notification-empty,.chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:264px;padding:28px 20px;display:flex}.notification-empty-title,.chat-empty-title{color:#111827;letter-spacing:-.01em;font-size:15px;font-weight:700}.notification-empty-text,.chat-empty-text{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.5}.notification-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f1f3f5;width:100%;padding:14px 16px;transition:background-color .18s;display:block}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#f8fbff}.notification-item.unread:hover{background:#f2f7ff}.notification-item-top{align-items:center;gap:8px;display:flex}.notification-title{color:#111827;font-size:14px;font-weight:700;line-height:1.4}.notification-dot{background:#2563eb;border-radius:999px;flex-shrink:0;width:7px;height:7px}.notification-message{color:#4b5563;margin-top:6px;font-size:13px;line-height:1.5}.notification-item-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.notification-time{color:#9ca3af;font-size:12px}.notification-action-text{color:#2563eb;font-size:12px;font-weight:600}.chat-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f1f3f5;width:100%;padding:14px 16px;transition:background-color .18s;display:block}.chat-item:last-child{border-bottom:none}.chat-item:hover{background:#f8fafc}.chat-item.unread{background:#f8fbff}.chat-item.unread:hover{background:#f2f7ff}.chat-item-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-name{color:#111827;font-size:14px;font-weight:700;line-height:1.4}.chat-time{color:#9ca3af;flex-shrink:0;font-size:12px}.chat-preview{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:13px;line-height:1.5;overflow:hidden}.chat-item-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.chat-meta{align-items:center;gap:8px;display:flex}.chat-unread-dot{background:#2563eb;border-radius:999px;flex-shrink:0;width:7px;height:7px}.chat-unread-count{color:#315efb;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}@media (width<=768px){.notification-dropdown-menu,.chat-dropdown-menu{width:min(360px,100vw - 24px);right:-8px}}.login-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:30px;padding:12px 22px}.logout-button{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:30px;padding:12px 22px}.footer{color:#f5f7fb;background:radial-gradient(circle at 10% 18%,#715bff24,#0000 26%),radial-gradient(circle at 88% 10%,#4a9fff1a,#0000 24%),linear-gradient(#11131a 0%,#0a0c12 100%);padding:0 20px;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0a 0%,#ffffff04 12%,#fff0 30%);position:absolute;inset:0}.footer:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0a 18%,#ffffff24 50%,#ffffff0a 82%,#0000 100%);width:min(1160px,92%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-shell{z-index:1;max-width:1240px;margin:0 auto;padding:92px 0 32px;position:relative}.footer-top{justify-content:space-between;align-items:flex-start;gap:88px;display:flex}.footer-brand{flex:1;max-width:430px}.footer-brand-link{color:inherit;align-items:center;gap:16px;text-decoration:none;display:inline-flex}.footer-brand-link:hover .footer-logo-text{opacity:.96}.footer-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.footer-logo-wrap:before{content:"";filter:blur(18px);pointer-events:none;background:radial-gradient(circle,#7c75ff29 0%,#7c75ff0f 34%,#7c75ff05 54%,#0000 72%);width:220px;height:220px;position:absolute;top:50%;left:-34px;transform:translateY(-50%)}.footer-logo-wrap .logo{z-index:1;line-height:0;display:block;position:relative}.footer-logo-wrap .logo img{object-fit:contain;filter:brightness(1.03)contrast(1.03)saturate(.96)drop-shadow(0 16px 28px #00000047);width:auto;height:96px;display:block}.footer-brand-identity{flex-direction:column;justify-content:center;line-height:1.1;display:flex}.footer-logo-text{letter-spacing:-.04em;color:#fff;font-size:1.6rem;font-weight:800}.footer-logo-sub{letter-spacing:.06em;text-transform:uppercase;color:#d6dce89e;margin-top:6px;font-size:.78rem;font-weight:600}.footer-description{color:#e5eaf2b3;letter-spacing:-.015em;max-width:360px;margin:24px 0 0;font-size:15px;line-height:1.9}.footer-links{flex:1.15;grid-template-columns:repeat(3,minmax(140px,1fr));gap:52px;display:grid}.footer-column h4{color:#fffffff0;letter-spacing:.11em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:800}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li+li{margin-top:14px}.footer-column a{color:#d8dde7a8;font-size:15px;line-height:1.75;text-decoration:none;transition:color .22s,transform .22s,opacity .22s;display:inline-block;position:relative}.footer-column a:after{content:"";background:#ffffffc7;width:0;height:1px;transition:width .22s;position:absolute;bottom:-2px;left:0}.footer-column a:hover{color:#fff;transform:translate(2px)}.footer-column a:hover:after{width:100%}.footer-divider{background:linear-gradient(90deg,#0000 0%,#ffffff14 20%,#ffffff1f 50%,#ffffff14 80%,#0000 100%);height:1px;margin-top:64px}.footer-bottom{justify-content:space-between;align-items:flex-end;gap:24px;margin-top:24px;display:flex}.footer-bottom-left{flex-direction:column;gap:6px;display:flex}.footer-copyright{color:#cbd1dc85;letter-spacing:.01em;margin:0;font-size:13px}.footer-meta{color:#cbd1dc66;letter-spacing:-.01em;margin:0;font-size:13px}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-bottom-links a{color:#cbd1dc85;font-size:13px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media (width<=992px){.footer{margin-top:110px}.footer-shell{padding:78px 0 28px}.footer-top{flex-direction:column;gap:52px}.footer-brand,.footer-description{max-width:100%}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%}.footer-divider{margin-top:48px}}@media (width<=768px){.footer{margin-top:84px;padding:0 16px}.footer-shell{padding:62px 0 24px}.footer-top{gap:38px}.footer-brand-link{gap:12px}.footer-logo-wrap:before{width:150px;height:150px;left:-12px}.footer-logo-wrap .logo img{height:78px}.footer-logo-text{font-size:1.2rem}.footer-logo-sub{margin-top:4px;font-size:.68rem}.footer-description{margin-top:16px;font-size:14px;line-height:1.8}.footer-links{grid-template-columns:1fr;gap:28px}.footer-column h4{margin-bottom:12px;font-size:12px}.footer-column a{font-size:14px}.footer-divider{margin-top:36px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;margin-top:18px}.footer-copyright,.footer-meta,.footer-bottom-links a{font-size:12px}.footer-bottom-links{gap:14px}}.home{color:#111;background:#fff;width:100%}.hero{text-align:center;background:linear-gradient(#f8fbff 0%,#fff 100%);padding:140px 20px 120px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;z-index:0;background:radial-gradient(circle,#78aaff2e 0%,#78aaff14 35%,#fff0 70%);border-radius:50%;width:900px;height:900px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.hero-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero-badge{color:#4a5a72;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd9;border:1px solid #dbe5f4;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.03em;margin-top:24px;font-size:68px;font-weight:800;line-height:1.05}.hero-subtitle{color:#5b6470;margin-top:22px;font-size:20px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:42px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border-radius:999px;padding:15px 30px;font-size:16px;font-weight:700;transition:transform .22s,box-shadow .22s,background .22s,color .22s,border-color .22s}.primary-btn{color:#fff;background:#111;border:none;box-shadow:0 12px 30px #11111124}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px #1111112e}.secondary-btn{color:#111;background:#fff;border:1.5px solid #d7dce3}.secondary-btn:hover{border-color:#111;transform:translateY(-2px);box-shadow:0 14px 28px #11111114}.features{max-width:1200px;margin:0 auto;padding:100px 20px 120px}.features-header{text-align:center;margin-bottom:56px}.section-label{letter-spacing:.12em;color:#6c7a90;margin:0;font-size:13px;font-weight:700}.section-title{letter-spacing:-.02em;margin-top:14px;font-size:40px;font-weight:800;line-height:1.2}.section-subtitle{color:#66707d;margin-top:16px;font-size:17px;line-height:1.7}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.feature-card{background:#fff;border:1px solid #edf1f5;border-radius:24px;padding:30px 26px;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:0 10px 30px #0f172a0a}.feature-card:hover{border-color:#dbe5f4;transform:translateY(-6px);box-shadow:0 18px 40px #0f172a14}.feature-icon{background:linear-gradient(#f4f8ff 0%,#edf4ff 100%);border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:26px;display:flex}.feature-card h3{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.feature-card p{color:#616b77;margin-top:14px;font-size:16px;line-height:1.7}.fade-in{opacity:0;animation:.8s forwards fadeInUp;transform:translateY(24px)}.fade-delay-0{animation-delay:.1s}.fade-delay-1{animation-delay:.2s}.fade-delay-2{animation-delay:.4s}.fade-delay-3{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero-title{font-size:56px}.feature-grid{grid-template-columns:1fr}}@media (width<=768px){.hero{padding:110px 20px 90px}.hero-title{font-size:44px}.hero-subtitle{font-size:17px}.section-title{font-size:32px}.section-subtitle{font-size:16px}.hero-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:220px}}@media (width<=480px){.hero-title{font-size:36px}.hero-subtitle br,.section-subtitle br{display:none}.feature-card{padding:24px 20px}}*{box-sizing:border-box}body{margin:0}a{text-decoration:none}button,input{font:inherit}.login-page{background:radial-gradient(circle at 0 0,#2cc17829,#0000 28%),radial-gradient(circle at 100% 100%,#4096ff24,#0000 26%),linear-gradient(135deg,#f7faf8 0%,#eef5f1 50%,#f8fbfa 100%);min-height:100vh;padding:24px}.login-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;max-width:1240px;min-height:calc(100vh - 48px);margin:0 auto;display:grid}.login-hero{padding:32px 12px 32px 8px}.login-hero-badge{color:#15945c;background-color:#14b86a1a;border-radius:999px;align-items:center;height:36px;margin-bottom:24px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.login-hero-title{letter-spacing:-.04em;color:#111827;margin:0;font-size:58px;font-weight:800;line-height:1.12}.login-hero-description{color:#4b5563;max-width:560px;margin:24px 0 0;font-size:17px;line-height:1.7}.login-hero-points{flex-direction:column;gap:18px;max-width:620px;margin-top:40px;display:flex}.hero-point{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa6;border:1px solid #1118270f;border-radius:20px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex;box-shadow:0 10px 30px #0f172a0a}.hero-point-icon{color:#fff;background-color:#111827;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:flex}.hero-point strong{color:#111827;margin-bottom:6px;font-size:16px;display:block}.hero-point p{color:#6b7280;margin:0;font-size:14px;line-height:1.6}.login-panel{justify-content:center;align-items:center;display:flex}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #11182714;border-radius:28px;width:100%;max-width:460px;padding:36px 32px 30px;box-shadow:0 24px 60px #0f172a1f}.login-card-header{margin-bottom:28px}.login-card-header h2{letter-spacing:-.03em;color:#111827;margin:0;font-size:32px;font-weight:800;line-height:1.2}.login-card-header p{color:#6b7280;margin:10px 0 0;font-size:15px;line-height:1.6}.login-form{flex-direction:column;gap:18px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:#111827;font-size:14px;font-weight:700}.input-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.forgot-link{color:#16a34a;font-size:13px;font-weight:600}.forgot-link:hover{text-decoration:underline}.input-group input{color:#111827;background-color:#fff;border:1px solid #d8dee4;border-radius:14px;outline:none;width:100%;height:54px;padding:0 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.input-group input::placeholder{color:#9ca3af}.input-group input:focus{border-color:#16a34a;box-shadow:0 0 0 4px #16a34a1f}.login-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border:none;border-radius:14px;width:100%;height:56px;margin-top:4px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .2s;box-shadow:0 14px 30px #22c55e3d}.login-submit-btn:hover{transform:translateY(-1px)}.login-submit-btn:active{transform:scale(.985)}.divider{text-align:center;margin:24px 0 18px;position:relative}.divider:before{content:"";border-top:1px solid #e5e7eb;position:absolute;top:50%;left:0;right:0}.divider span{z-index:1;color:#9ca3af;background-color:#fffffff2;padding:0 12px;font-size:13px;position:relative}.social-login-list{flex-direction:column;gap:12px;display:flex}.social-btn{cursor:pointer;border:1px solid #dde3e8;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;height:54px;padding:0 16px;font-size:15px;font-weight:700;transition:transform .15s,border-color .2s,background-color .2s;display:flex}.social-btn:hover{transform:translateY(-1px)}.social-btn:active{transform:scale(.985)}.social-mark{text-align:center;width:22px;font-weight:800}.social-btn-google{color:#111827;background-color:#fff}.social-btn-google:hover{background-color:#f9fafb;border-color:#cfd6dc}.social-btn-kakao{color:#191919;background-color:#fee500;border-color:#fee500}.social-btn-kakao:hover{background-color:#f2d900}.social-btn-github{color:#fff;background-color:#111827;border-color:#111827}.social-btn-github:hover{background-color:#0b1220}.signup-row{color:#6b7280;justify-content:center;gap:8px;margin-top:22px;font-size:14px;display:flex}.signup-row a{color:#16a34a;font-weight:700}.signup-row a:hover{text-decoration:underline}.login-error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:14px;line-height:1.5}@media (width<=1024px){.login-layout{justify-content:center;align-items:center;max-width:none;min-height:calc(100vh - 48px);display:flex}.login-hero{display:none}.login-panel{justify-content:center;align-items:center;width:100%;display:flex}.login-card{max-width:460px}}@media (width<=768px){.login-page{padding:16px}.login-layout{min-height:calc(100vh - 32px)}.login-card{border-radius:22px;max-width:100%;padding:28px 20px 24px}.login-card-header h2{font-size:28px}}@media (width<=480px){.login-card{padding:24px 16px 20px}.login-card-header{margin-bottom:22px}.login-card-header h2{font-size:24px}.login-card-header p{font-size:14px}.input-group input,.social-btn,.login-submit-btn{height:50px}}.signup-page{background:#f7f8fc;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.signup-card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px 24px;box-shadow:0 12px 40px #00000014}.signup-title{color:#111827;margin:0 0 8px;font-size:28px;font-weight:700}.signup-subtitle{color:#6b7280;margin:0 0 24px;font-size:14px;line-height:1.5}.signup-form{flex-direction:column;gap:18px;display:flex}.signup-field{flex-direction:column;display:flex}.signup-label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:600}.email-row{align-items:center;gap:10px;display:flex}.email-row .signup-input{flex:1;min-width:0}.email-verify-box{margin-top:10px}.email-input-wrap{flex:1;min-width:0;position:relative}.signup-input{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;height:48px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.signup-input:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441f}.input-success{border-color:#22c55e;padding-right:44px}.input-success:focus{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e24}.input-disabled{color:#374151;cursor:default;background:#f9fafb}.field-error{color:#ef4444;margin:8px 0 0;font-size:13px}.field-hint{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.4}.field-success{color:#16a34a;margin:8px 0 0;font-size:13px;font-weight:600}.field-success-animated{animation:.22s fadeSlideUp}.form-error{color:#ef4444;margin:-4px 0 0;font-size:13px}.email-action-button{color:#fff;cursor:pointer;white-space:nowrap;background:#111827;border:none;border-radius:12px;flex-shrink:0;min-width:96px;height:48px;padding:0 14px;font-size:14px;font-weight:600;transition:opacity .2s,transform .15s}.email-action-button:hover{opacity:.92}.email-action-button:active{transform:scale(.98)}.email-action-button:disabled{opacity:.6;cursor:not-allowed}.email-confirm-button{background:#2563eb}.email-check-badge{color:#fff;pointer-events:none;background:#22c55e;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.email-verified-chip{color:#15803d;white-space:nowrap;background:#22c55e1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;height:48px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.signup-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;height:50px;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s}.signup-button:hover{opacity:.92}.signup-button:active{transform:scale(.98)}.signup-button:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.profile-page{color:#111;background:radial-gradient(circle at 0 0,#7c5cff14,#0000 24%),radial-gradient(circle at 100% 0,#7c5cff0d,#0000 20%),linear-gradient(#fcfbff 0%,#f7f5ff 18%,#fff 44%);min-height:100vh;padding:48px 20px 80px}.profile-container{max-width:980px;margin:0 auto}.profile-loading,.profile-empty-state{text-align:center;color:#666674;padding:120px 20px;font-size:16px}.profile-header-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #1111110f;border-radius:28px;grid-template-columns:180px minmax(0,1fr);align-items:start;gap:32px;margin-bottom:24px;padding:32px;display:grid;box-shadow:0 24px 64px #11111112,0 8px 24px #7c5cff0d}.profile-image-box{justify-content:center;align-items:center;display:flex}.profile-image{object-fit:cover;background:#fff;border:1px solid #ece8ff;border-radius:50%;width:180px;height:180px;box-shadow:0 12px 28px #11111114}.profile-main-box{min-width:0}.profile-top-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.profile-title-group{min-width:0}.profile-username{letter-spacing:-.03em;color:#111;margin:0;font-size:34px;font-weight:800;line-height:1.1}.profile-affiliation{color:#6a6a76;margin:10px 0 0;font-size:15px;line-height:1.6}.profile-action-button{cursor:pointer;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-width:96px;height:44px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.profile-edit-button{color:#fff;background:#111;box-shadow:0 10px 24px #11111129}.profile-edit-button:hover{background:#1c1c1c;transform:translateY(-1px)}.profile-interest-button{color:#5b3df5;background:#f4f0ff;border:1px solid #ddd3ff}.profile-interest-button:hover{background:#eee8ff;transform:translateY(-1px)}.profile-interest-button.is-active{color:#fff;background:#7c5cff;border-color:#7c5cff;box-shadow:0 12px 24px #7c5cff38}.profile-interest-button:disabled{opacity:.72;cursor:not-allowed;transform:none}.profile-basic-info{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.profile-basic-chip{color:#5e5a72;background:#f8f6ff;border:1px solid #ebe6ff;border-radius:999px;align-items:center;height:34px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.profile-bio-box{border-top:1px solid #efeff5;margin-top:24px;padding-top:24px}.profile-section-title{color:#111;margin:0 0 10px;font-size:16px;font-weight:700}.profile-bio-text{color:#555562;word-break:keep-all;margin:0;font-size:15px;line-height:1.75}.profile-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px;display:grid}.profile-card{background:#ffffffeb;border:1px solid #1111110f;border-radius:22px;padding:24px;box-shadow:0 14px 36px #1111110d}.profile-card-full{grid-column:1/-1}.profile-card-title{color:#111;letter-spacing:-.01em;margin:0 0 14px;font-size:18px;font-weight:700}.profile-card-text,.profile-card-empty{color:#5a5a67;margin:0;font-size:15px;line-height:1.7}.profile-tag-list{flex-wrap:wrap;gap:10px;display:flex}.profile-tag-item{color:#5b3df5;background:#f4f1ff;border:1px solid #e3dbff;border-radius:999px;align-items:center;height:34px;padding:0 13px;font-size:13px;font-weight:700;display:inline-flex}.profile-portfolio-link{color:#2f5fe0;background:#f7f8fc;border:1px solid #e5e8f0;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.profile-portfolio-link:hover{background:#f0f4ff;border-color:#d9e4ff;transform:translateY(-1px)}.profile-project-section{background:#ffffffeb;border:1px solid #1111110f;border-radius:28px;padding:28px;box-shadow:0 18px 44px #1111110d}.profile-project-header{margin-bottom:18px}.profile-project-title{color:#111;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.profile-project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-empty-message{color:#666674;margin:0;font-size:15px}@media (width<=900px){.profile-header-card{text-align:center;grid-template-columns:1fr;padding:24px}.profile-top-row{flex-direction:column;align-items:center}.profile-basic-info{justify-content:center}.profile-bio-box{text-align:left}.profile-content-grid,.profile-project-list{grid-template-columns:1fr}}@media (width<=768px){.profile-page{padding:32px 16px 64px}.profile-username{font-size:28px}.profile-affiliation{font-size:14px}.profile-image{width:132px;height:132px}.profile-card,.profile-project-section{border-radius:22px;padding:20px}.profile-project-title{font-size:21px}}@media (width<=480px){.profile-header-card{gap:20px;padding:20px 16px}.profile-username{font-size:24px}.profile-action-button{width:100%}}.project-card{background:#fff;border:1px solid #ececf3;border-radius:22px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 10px 30px #1111110a}.project-card.is-clickable{cursor:pointer}.project-card.is-clickable:hover{transform:translateY(-4px);box-shadow:0 16px 40px #11111114}.project-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.project-status-badge{border-radius:999px;align-items:center;height:30px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.project-status-badge.is-recruiting{color:#6d55ff;background:#f1edff}.project-status-badge.is-closed{color:#666;background:#f1f3f5}.project-date{color:#999;font-size:13px}.project-card-title{color:#111;margin:0 0 12px;font-size:22px;font-weight:800;line-height:1.35}.project-summary{color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:72px;margin:0 0 18px;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.project-meta{flex-wrap:wrap;gap:8px;display:flex}.project-meta span{color:#555;background:#f6f7fb;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600}@media (width<=768px){.project-card-title{font-size:20px}}.edit-profile-page{background:radial-gradient(circle at 0 0,#6366f114,#0000 26%),radial-gradient(circle at 100% 0,#3b82f612,#0000 24%),linear-gradient(#f8fafc 0%,#f5f7fb 100%);min-height:100vh;padding:56px 20px 120px}.edit-profile-shell{max-width:980px;margin:0 auto}.edit-profile-page-state{color:#475467;background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;font-size:16px;display:flex}.edit-profile-topbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.edit-profile-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;margin:0 0 10px;font-size:13px;font-weight:700}.edit-profile-title{letter-spacing:-.03em;color:#111827;margin:0;font-size:38px;font-weight:800;line-height:1.1}.edit-profile-description{color:#667085;max-width:640px;margin:12px 0 0;font-size:15px;line-height:1.7}.edit-profile-top-actions{align-items:center;gap:10px;display:flex}.edit-profile-form{flex-direction:column;gap:22px;display:flex}.profile-section-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0f2;border-radius:28px;padding:28px;box-shadow:0 10px 30px #0f172a0d,0 2px 10px #0f172a08}.section-header{margin-bottom:22px}.section-header h2{letter-spacing:-.02em;color:#111827;margin:0 0 8px;font-size:22px;font-weight:700}.section-header p{color:#6b7280;margin:0;font-size:14px;line-height:1.7}.form-grid{gap:18px;display:grid}.form-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.field{flex-direction:column;gap:9px;display:flex}.field-label{color:#344054;font-size:14px;font-weight:700}.field-help{color:#98a2b3;margin-top:-2px;font-size:13px}.edit-profile-form input,.edit-profile-form textarea,.edit-profile-form select{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d0d5dd;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:15px;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s}.edit-profile-form input::placeholder,.edit-profile-form textarea::placeholder{color:#98a2b3}.edit-profile-form textarea{resize:vertical;min-height:132px;line-height:1.65}.edit-profile-form select{cursor:pointer}.edit-profile-form input:hover,.edit-profile-form textarea:hover,.edit-profile-form select:hover{border-color:#b8c1cc}.edit-profile-form input:focus,.edit-profile-form textarea:focus,.edit-profile-form select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 5px #6366f11f}.edit-profile-bottom-bar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-top:8px;padding:18px 20px;display:flex;position:sticky;bottom:20px;box-shadow:0 18px 40px #0f172a14,0 6px 16px #0f172a0a}.bottom-bar-text strong{color:#111827;margin-bottom:4px;font-size:15px;font-weight:700;display:block}.bottom-bar-text p{color:#667085;margin:0;font-size:14px}.bottom-bar-actions{align-items:center;gap:10px;display:flex}.ghost-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:13px 18px;font-size:14px;font-weight:600;transition:background-color .18s,border-color .18s,transform .18s,box-shadow .18s}.ghost-button:hover{background:#f9fafb;border-color:#c2c8d0}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);border:none;border-radius:14px;padding:14px 22px;font-size:14px;font-weight:700;transition:transform .15s,opacity .15s,box-shadow .18s;box-shadow:0 12px 24px #1118272e}.submit-button:hover{opacity:.96;box-shadow:0 16px 28px #11182738}.submit-button:active,.ghost-button:active{transform:translateY(1px)}.submit-button:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}@media (width<=900px){.form-grid.two-column{grid-template-columns:1fr}.edit-profile-topbar{flex-direction:column;align-items:stretch}.edit-profile-top-actions{justify-content:flex-start}}@media (width<=768px){.edit-profile-page{padding:28px 16px 90px}.edit-profile-title{font-size:30px}.edit-profile-description{font-size:14px}.profile-section-card{border-radius:22px;padding:20px}.section-header h2{font-size:19px}.edit-profile-form input,.edit-profile-form textarea,.edit-profile-form select{border-radius:14px;padding:14px;font-size:14px}.edit-profile-bottom-bar{border-radius:18px;flex-direction:column;align-items:stretch;padding:16px}.bottom-bar-actions{width:100%}.ghost-button,.submit-button{flex:1;justify-content:center}}@media (width<=480px){.edit-profile-title{font-size:26px}.profile-section-card{padding:18px}.bottom-bar-actions{flex-direction:column}.ghost-button,.submit-button{width:100%}}.profile-toast{z-index:9999;color:#fff;border-radius:14px;min-width:240px;max-width:360px;padding:14px 16px;font-size:14px;font-weight:700;animation:.22s toastSlideIn;position:fixed;top:24px;right:24px;box-shadow:0 18px 40px #0f172a29}.profile-toast.success{background:#111827}.profile-toast.error{background:#dc2626}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.field-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.field-count{color:#98a2b3;font-size:13px;font-weight:600}.field-error{color:#dc2626;margin-top:-2px;font-size:13px;font-weight:500}@media (width<=768px){.profile-toast{min-width:auto;max-width:none;top:16px;left:16px;right:16px}}.projects-page{color:#111;background:#fff;min-height:100vh}.projects-hero{background:linear-gradient(#fff 0%,#fdfcff 7%,#e3dcff 23%,#d3cbff 55%,#e3dcff 75%,#fff 100%);justify-content:center;align-items:center;width:100%;height:300px;margin-bottom:24px;display:flex}.projects-hero-inner{text-align:center;width:100%;max-width:1200px;padding:0 24px}.projects-hero-title{letter-spacing:-.03em;color:#111;margin:0;font-size:clamp(34px,5vw,56px);font-weight:600;line-height:1.08}.projects-hero-subtitle{color:#4b4b4b;margin:20px 0 0;font-size:17px;font-weight:500;line-height:1.6}.projects-content{max-width:1100px;margin:0 auto;padding:0 24px 80px}.projects-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;margin-bottom:22px;display:flex}.projects-categories{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.category-button{color:#aaa;cursor:pointer;background:0 0;border:none;padding:8px 10px;font-size:18px;font-weight:500;transition:color .2s,transform .2s}.category-button:hover{color:#5f5f5f;transform:translateY(-1px)}.category-button.active{color:#5d5d5d}.category-dot{vertical-align:middle;background:#a7a7a7;width:13px;height:13px;margin-right:10px;display:inline-block}.projects-search-wrap{background:0 0;border-radius:999px;align-items:center;gap:10px;padding:6px 8px;transition:background .25s,box-shadow .25s;display:flex}.projects-search-wrap.open{background:#fff;box-shadow:0 8px 30px #00000012}.projects-search-button{color:#2d2d2d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:transform .2s,opacity .2s;display:flex}.projects-search-button:hover{opacity:.8;transform:scale(1.05)}.projects-search-input{opacity:0;color:#111;background:0 0;border:none;outline:none;width:0;font-size:15px;transition:width .3s,opacity .2s}.projects-search-wrap.open .projects-search-input{opacity:1;width:180px}.projects-search-input::placeholder{color:#9f9f9f}.projects-list-header{margin-bottom:16px}.projects-list-count{color:#6d6d6d;margin:0;font-size:15px}.projects-list-count strong{color:#111}.projects-list{flex-direction:column;gap:14px;display:flex}.project-list-item{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#ffffffdb;border:1px solid #1111110d;border-radius:24px;justify-content:space-between;align-items:stretch;gap:20px;padding:24px 26px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 10px 30px #0000000a}.project-list-item:hover{border-color:#7c64ff2e;transform:translateY(-4px);box-shadow:0 18px 34px #00000012}.project-list-main{flex:1;min-width:0}.project-list-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.project-title-wrap{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.project-list-title{letter-spacing:-.03em;color:#111;margin:0;font-size:24px;font-weight:700;line-height:1.25}.project-list-summary{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:12px 0 0;font-size:15px;font-weight:500;line-height:1.65;display:-webkit-box;overflow:hidden}.project-list-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.project-meta-chip{color:#555;background:#f6f5fb;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:600;display:inline-flex}.project-status-badge{color:#111;background:#ffffffeb;border:1px solid #1111110f;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.project-status-badge.recruiting{color:#245bdb;background:#eef4ff;border-color:#245bdb1f}.project-status-badge.closed{color:#666;background:#f4f4f4}.project-list-side{justify-content:center;align-items:center;min-width:36px;display:flex}.project-side-arrow{color:#9b9b9b;font-size:24px;font-weight:500;transition:transform .2s,color .2s}.project-list-item:hover .project-side-arrow{color:#555;transform:translate(4px)}.projects-loadmore{justify-content:center;margin-top:40px;display:flex}.loadmore-button{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;min-width:164px;padding:14px 28px;font-size:16px;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .2s}.loadmore-button:hover{color:#fff;background:#111;border-color:#111;transform:translateY(-2px)}.projects-empty{color:#8a8a8a;justify-content:center;padding:60px 20px;font-size:18px;font-weight:500;display:flex}.project-list-skeleton{background:#ffffffd1;border:1px solid #1111110a;border-radius:24px;padding:24px 26px}.project-list-skeleton-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.skeleton-line{background:#ececeb;border-radius:999px;height:14px}.skeleton-title{width:42%;height:28px}.skeleton-summary{width:74%;margin-top:14px}.skeleton-summary.short{width:48%;margin-top:10px}.skeleton-badge{background:#ececeb;border-radius:999px;width:74px;height:34px}.project-list-skeleton-meta{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.skeleton-chip{background:#ececeb;border-radius:999px;width:92px;height:34px}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}@media (width<=1100px){.projects-hero{height:320px}}@media (width<=768px){.projects-hero{height:300px}.projects-hero-inner{padding:0 20px}.projects-hero-subtitle{font-size:16px}.projects-content{padding:0 18px 56px}.projects-toolbar{align-items:flex-start;gap:14px;margin-bottom:20px}.projects-categories{gap:8px}.category-button{padding:6px 8px;font-size:16px}.projects-search-wrap.open .projects-search-input{width:130px}.project-list-item{border-radius:20px;gap:12px;padding:20px 18px}.project-list-title{font-size:20px}.project-list-summary{font-size:14px}.project-meta-chip{padding:7px 10px;font-size:13px}.project-list-side{display:none}.project-list-skeleton{border-radius:20px;padding:20px 18px}.skeleton-title{width:60%;height:24px}.skeleton-summary{width:86%}.skeleton-summary.short{width:68%}}.project-detail-page{background:radial-gradient(circle at top,#6f42c10f,#0000 24%),#f6f7fb;min-height:100vh;padding:40px 20px 88px}.project-detail-container{max-width:980px;margin:0 auto}.project-detail-main{flex-direction:column;gap:20px;display:flex}.project-detail-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #ebedf4;border-radius:24px;padding:28px;box-shadow:0 10px 30px #0f172a0a,0 2px 8px #0f172a08}.project-hero-card{border:1px solid #e4e0f6;box-shadow:0 14px 36px #4e369212,0 2px 8px #0f172a08}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.project-section-title{color:#101114;letter-spacing:-.02em;margin:0;font-size:21px;font-weight:800}.project-section-subtitle{color:#7a7f8c;margin:6px 0 0;font-size:14px;line-height:1.65}.project-detail-top{flex-direction:column;gap:18px;display:flex}.project-detail-meta-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.project-category{color:#5d3fd3;background:#f1efff;border-radius:999px;align-items:center;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.project-status{border-radius:999px;align-items:center;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.project-status.open{color:#178a4d;background:#ebfff3}.project-status.closed{color:#6f7785;background:#f1f3f7}.project-title{letter-spacing:-.03em;color:#111;margin:0;font-size:34px;font-weight:850;line-height:1.22}.project-summary{color:#5f6472;margin:0;font-size:16px;line-height:1.8}.project-summary-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.project-summary-stat{background:#fafbff;border:1px solid #eceff5;border-radius:18px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.project-summary-label{color:#8a90a0;font-size:12px;font-weight:700}.project-summary-value{color:#14161a;font-size:16px;font-weight:800}.project-owner-actions,.project-apply-actions{gap:10px;margin-top:4px;display:flex}.project-edit-button,.project-delete-button,.project-apply-button,.project-approve-button,.project-reject-button{cursor:pointer;border:none;border-radius:14px;height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s,background .18s}.project-edit-button:hover,.project-delete-button:hover,.project-apply-button:hover,.project-approve-button:hover,.project-reject-button:hover,.project-member-profile-button:hover,.project-comment-submit:hover,.project-comment-cancel:hover{transform:translateY(-1px)}.project-edit-button{color:#fff;background:#6f42c1;box-shadow:0 10px 20px #6f42c12e}.project-delete-button{color:#d33c3c;background:#f4f4f8}.project-apply-button{color:#fff;background:#111;box-shadow:0 10px 18px #11111124}.project-apply-button.disabled,.project-apply-button:disabled{color:#8a90a0;cursor:not-allowed;opacity:1;box-shadow:none;background:#ebedf3;transform:none}.project-approve-button{color:#fff;background:#111}.project-reject-button{color:#d33c3c;background:#f4f4f8}.project-delete-button:disabled,.project-approve-button:disabled,.project-reject-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.project-application-list{flex-direction:column;gap:14px;display:flex}.project-application-item{background:#fbfcff;border:1px solid #edf0f6;border-radius:18px;padding:18px}.project-application-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-application-user{flex-direction:column;gap:6px;display:flex}.project-application-name{color:#111;font-size:16px;font-weight:800}.project-application-status{text-transform:capitalize;font-size:13px;font-weight:800}.project-application-status.pending{color:#d28700}.project-application-status.approved{color:#178a4d}.project-application-status.rejected,.project-application-status.cancelled{color:#d33c3c}.project-application-actions{flex-wrap:wrap;gap:8px;display:flex}.project-application-message{color:#333;white-space:pre-line;margin:12px 0 0;font-size:14px;line-height:1.8}.project-application-date{color:#8a8f9c;margin-top:10px;font-size:12px}.project-description{white-space:pre-line;color:#31343c;margin:0;font-size:15px;line-height:1.95}.project-members-list{flex-direction:column;gap:12px;display:flex}.project-member-item{background:#fcfcff;border:1px solid #edf0f6;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.project-member-item:hover{border-color:#e2e7f0;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0d}.owner-card{background:linear-gradient(#fcfbff 0%,#f7f3ff 100%);border-color:#e3d8ff}.project-member-left{align-items:center;gap:14px;min-width:0;display:flex}.project-member-avatar{color:#5d3fd3;background:#f1efff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:800;display:flex}.owner-avatar{color:#5b35c9;background:#ece4ff}.project-member-info{flex-direction:column;gap:6px;min-width:0;display:flex}.project-member-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.project-member-name{color:#111;font-size:15px;font-weight:800}.project-role-badge{color:#5f6472;background:#f2f4f8;border-radius:999px;align-items:center;height:24px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.project-role-badge.owner{color:#6a3fd0;background:#efe8ff}.project-member-role{color:#7a7f8c;font-size:13px;line-height:1.6}.project-member-right{flex-shrink:0}.project-member-profile-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #dde2ec;border-radius:12px;height:40px;padding:0 15px;font-size:13px;font-weight:800;transition:background .18s,border-color .18s,transform .18s}.project-member-profile-button:hover{background:#f8f9fc;border-color:#cfd6e2}.project-empty-text{color:#7b7f89;margin:0;font-size:14px;line-height:1.7}.project-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.project-info-item{background:#fbfcff;border:1px solid #edf0f6;border-radius:18px;flex-direction:column;gap:8px;padding:16px;display:flex}.project-info-label{color:#7a7f8c;font-size:13px;font-weight:700}.project-info-value{color:#111;font-size:15px;font-weight:800}.project-comment-form{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.project-comment-textarea{resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #e6e9f1;border-radius:16px;outline:none;width:100%;min-height:120px;padding:15px 16px;font-size:14px;line-height:1.8;transition:border-color .18s,box-shadow .18s}.project-comment-textarea.reply{min-height:96px}.project-comment-textarea:focus{border-color:#6f42c1;box-shadow:0 0 0 4px #6f42c114}.project-comment-form-actions{justify-content:flex-end;gap:10px;display:flex}.project-comment-submit,.project-comment-cancel{cursor:pointer;border:none;border-radius:12px;height:42px;padding:0 16px;font-size:14px;font-weight:800;transition:transform .18s,opacity .18s,background .18s}.project-comment-submit{color:#fff;background:#6f42c1}.project-comment-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.project-comment-cancel{color:#4f5561;background:#f2f3f7}.project-comment-list{flex-direction:column;gap:14px;display:flex}.project-comment-block{flex-direction:column;gap:12px;display:flex}.project-comment-item{background:#fcfcff;border:1px solid #edf0f6;border-radius:18px;padding:18px}.reply-item{background:#fff}.project-comment-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.project-comment-author-wrap{flex-direction:column;gap:4px;display:flex}.project-comment-author{color:#111;font-size:15px;font-weight:800}.project-comment-date{color:#8a8f9c;font-size:12px}.project-comment-actions{flex-wrap:wrap;gap:10px;display:flex}.comment-action-button{color:#5f6472;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:800}.comment-action-button:hover{color:#111}.comment-action-button.danger{color:#d33c3c}.project-comment-content{white-space:pre-line;color:#2b2f37;margin:0;font-size:14px;line-height:1.85}.project-comment-edit-box{flex-direction:column;gap:12px;display:flex}.project-reply-form{border-top:1px solid #ececf4;margin-top:14px;padding-top:14px}.project-reply-list{border-left:2px solid #e7e8f1;flex-direction:column;gap:12px;margin-left:22px;padding-left:14px;display:flex}@media (width<=768px){.project-detail-page{padding:24px 16px 64px}.project-detail-card{border-radius:18px;padding:22px}.project-title{font-size:28px}.project-summary-stats{grid-template-columns:1fr}.project-owner-actions,.project-apply-actions,.project-application-actions{flex-direction:column}.project-edit-button,.project-delete-button,.project-apply-button,.project-approve-button,.project-reject-button{width:100%}.project-info-grid{grid-template-columns:1fr}.project-comment-header,.project-application-top,.project-member-item{flex-direction:column;align-items:flex-start}.project-member-right,.project-member-profile-button{width:100%}.project-reply-list{margin-left:10px;padding-left:10px}}.comment-highlight{animation:2.2s commentHighlightFade;box-shadow:0 0 0 2px #6f42c12e;background:#f8f5ff!important;border-color:#d9cdf7!important}@keyframes commentHighlightFade{0%{background:#efe8ff;border-color:#bfa7f5;box-shadow:0 0 0 4px #6f42c129}to{background:inherit;border-color:inherit;box-shadow:none}}.edit-project-page{background:#f7f7fb;min-height:100vh;padding:40px 20px 80px}.edit-project-container{max-width:760px;margin:0 auto}.edit-project-form{background:#fff;border:1px solid #ececf3;border-radius:20px;flex-direction:column;gap:18px;padding:28px;display:flex}.edit-project-title{color:#111;margin:0 0 6px;font-size:30px;font-weight:800}.edit-project-label{color:#222;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.edit-project-input,.edit-project-textarea{box-sizing:border-box;border:1px solid #dddde6;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-size:15px}.edit-project-input:focus,.edit-project-textarea:focus{border-color:#7b57d1}.edit-project-textarea{resize:vertical;min-height:220px;line-height:1.7}.edit-project-checkbox{color:#444;align-items:center;gap:8px;font-size:14px;display:flex}.edit-project-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.edit-project-cancel,.edit-project-submit{cursor:pointer;border:none;border-radius:12px;height:46px;padding:0 18px;font-size:14px;font-weight:700}.edit-project-cancel{color:#333;background:#f2f3f7}.edit-project-submit{color:#fff;background:#6f42c1}.edit-project-submit:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){.edit-project-page{padding:24px 16px 60px}.edit-project-form{border-radius:16px;padding:22px}.edit-project-actions{flex-direction:column}.edit-project-cancel,.edit-project-submit{width:100%}}.my-projects-page{background:#f8f8fc;min-height:100vh;padding:48px 20px 80px}.my-projects-container{max-width:1200px;margin:0 auto}.my-projects-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px;display:flex}.my-projects-eyebrow{color:#7c6cff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:14px;font-weight:700}.my-projects-title{color:#111;margin:0;font-size:40px;font-weight:800}.my-projects-subtitle{color:#666;margin:12px 0 0;font-size:16px;line-height:1.6}.my-projects-create-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:14px;padding:14px 20px;font-size:15px;font-weight:700;transition:all .2s}.my-projects-create-btn:hover{opacity:.92;transform:translateY(-1px)}.my-projects-state,.my-projects-error{color:#666;margin-top:24px;font-size:16px}.my-projects-error{color:#d93025}.my-projects-empty{text-align:center;background:#fff;border:1px solid #ececf3;border-radius:24px;padding:56px 24px;box-shadow:0 10px 30px #1111110a}.my-projects-empty h2{color:#111;margin:0 0 12px;font-size:28px}.my-projects-empty p{color:#666;margin:0;font-size:16px}.my-projects-empty-btn{color:#fff;cursor:pointer;background:#7c6cff;border:none;border-radius:14px;margin-top:24px;padding:14px 20px;font-size:15px;font-weight:700}.my-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}@media (width<=1024px){.my-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-projects-title{font-size:34px}}@media (width<=768px){.my-projects-page{padding:32px 16px 64px}.my-projects-header{flex-direction:column;align-items:stretch}.my-projects-grid{grid-template-columns:1fr}.my-projects-title{font-size:30px}}.recruit-page{color:#111;background:radial-gradient(circle at 0 0,#7c5cff14,#0000 24%),radial-gradient(circle at 100% 0,#7c5cff0f,#0000 20%),linear-gradient(#fcfbff 0%,#f7f5ff 18%,#fff 42%);min-height:100vh;padding:56px 20px 80px}.recruit-loading{text-align:center;color:#666;max-width:1200px;margin:0 auto;padding:120px 0;font-size:16px}.recruit-hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:start;gap:48px;max-width:1200px;margin:0 auto;display:grid}.recruit-existing-layout{max-width:920px;margin:0 auto}.recruit-form-wrap{justify-content:center;align-items:flex-start;display:flex}.recruit-form-wrap-single{margin-top:32px}.recruit-hero-left,.recruit-existing-top{padding-top:10px}.recruit-badge{color:#6c4cff;letter-spacing:-.01em;background:#7c5cff1a;border:1px solid #7c5cff24;border-radius:999px;align-items:center;height:34px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.recruit-title{letter-spacing:-.03em;color:#111;margin:18px 0 16px;font-size:48px;font-weight:800;line-height:1.15}.recruit-desc{color:#5f5f6b;letter-spacing:-.01em;max-width:560px;margin:0;font-size:17px;line-height:1.72}.recruit-info-list{gap:16px;margin-top:34px;display:grid}.recruit-info-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc7;border:1px solid #1111110f;border-radius:20px;padding:20px 22px;box-shadow:0 14px 40px #1111110d}.recruit-info-item strong{color:#171717;letter-spacing:-.01em;margin-bottom:8px;font-size:16px;font-weight:700;display:block}.recruit-info-item p{color:#666674;margin:0;font-size:14px;line-height:1.7}.move-my-project-btn{color:#fff;background:#111;border-radius:14px;justify-content:center;align-items:center;margin-top:24px;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 10px 24px #11111129}.move-my-project-btn:hover{background:#1c1c1c;transform:translateY(-1px);box-shadow:0 14px 28px #1113}.recruit-form-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #1111110f;border-radius:28px;width:100%;padding:28px;box-shadow:0 24px 64px #11111114,0 8px 24px #7c5cff0d}.recruit-form-header{margin-bottom:24px}.recruit-form-title{letter-spacing:-.02em;color:#111;margin:0;font-size:24px;font-weight:800}.recruit-form-subtitle{color:#70707c;margin:8px 0 0;font-size:14px;line-height:1.65}.recruit-form-section{margin-bottom:16px}.recruit-form-row{grid-template-columns:minmax(0,1fr) 124px;gap:14px;margin-bottom:16px;display:grid}.recruit-form-col{min-width:0}.recruit-field-label{color:#4d4d59;letter-spacing:-.01em;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.recruit-input,.recruit-textarea{color:#111;box-sizing:border-box;background:#fff;border:1px solid #e5e5ef;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.recruit-input::placeholder,.recruit-textarea::placeholder{color:#9a9aa5}.recruit-input:focus,.recruit-textarea:focus{background:#fff;border-color:#7c5cff6b;box-shadow:0 0 0 4px #7c5cff1a}.recruit-textarea{resize:vertical;min-height:170px;font-family:inherit;line-height:1.65}.recruit-category-group{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.recruit-category-group::-webkit-scrollbar{display:none}.recruit-category-btn{color:#666076;letter-spacing:-.01em;cursor:pointer;background:#faf9fe;border:1px solid #e6e2f5;border-radius:10px;flex:none;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s}.recruit-category-btn:hover{color:#6347eb;background:#f5f2ff;border-color:#d8cffd}.recruit-category-btn.is-selected{color:#5b3df5;background:#efe9ff;border-color:#cbbcff;box-shadow:inset 0 0 0 1px #5b3df50a}.recruit-category-btn:active{transform:translateY(1px)}.recruit-submit-btn{color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#7c5cff 0%,#6c4ef5 100%);border:none;border-radius:16px;width:100%;height:54px;margin-top:8px;font-size:15px;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 14px 28px #7c5cff38}.recruit-submit-btn:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 18px 34px #7c5cff42}.recruit-submit-btn:active{transform:translateY(0)}.recruit-form-error{color:#e14b4b;margin:4px 0 14px;font-size:13px;line-height:1.5}.recruit-submit-btn:disabled{cursor:not-allowed;opacity:.72;transform:none;box-shadow:0 10px 20px #7c5cff24}@media (width<=1024px){.recruit-page{padding:44px 20px 72px}.recruit-hero-layout{grid-template-columns:1fr;gap:32px}.recruit-title{font-size:40px}.recruit-desc{max-width:100%}}@media (width<=768px){.recruit-page{padding:32px 16px 64px}.recruit-title{margin-top:16px;font-size:32px;line-height:1.2}.recruit-desc{font-size:15px;line-height:1.65}.recruit-info-list{gap:12px;margin-top:24px}.recruit-info-item{border-radius:18px;padding:18px 16px}.recruit-form-card{border-radius:22px;padding:20px}.recruit-form-title{font-size:21px}.recruit-form-subtitle{font-size:13px}.recruit-form-row{grid-template-columns:1fr;gap:16px}.recruit-input,.recruit-textarea{border-radius:14px;padding:14px;font-size:14px}.recruit-category-btn{border-radius:9px;height:32px;padding:0 11px;font-size:12px}.recruit-submit-btn{border-radius:14px;height:50px;font-size:14px}.move-my-project-btn{border-radius:14px;width:100%;margin-top:20px}}@media (width<=480px){.recruit-title{font-size:28px}.recruit-badge{height:32px;padding:0 12px;font-size:12px}.recruit-form-card{padding:18px 16px}}.settings-page{background:linear-gradient(#fff 0%,#fdfcff 6%,#eee9ff 16%,#e6e0ff 24%,#f6f3ff 34%,#fff 46%),#fff;min-height:100vh;padding:48px 20px 80px}.settings-container{max-width:920px;margin:0 auto}.settings-header{margin-bottom:24px}.settings-kicker{color:#7c5cff;margin:0 0 8px;font-size:14px;font-weight:700}.settings-header h1{color:#111;margin:0 0 10px;font-size:36px;font-weight:800}.settings-desc{color:#666;margin:0;font-size:16px;line-height:1.6}.settings-profile-banner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #ece9f8;border-radius:22px;align-items:center;gap:16px;margin-bottom:20px;padding:22px 24px;display:flex;box-shadow:0 10px 30px #4b34ad0f}.settings-profile-avatar{color:#fff;background:linear-gradient(135deg,#7c5cff,#a48bff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:24px;font-weight:800;display:flex}.settings-profile-meta h2{color:#111;margin:0 0 4px;font-size:20px;font-weight:800}.settings-profile-meta p{color:#666;margin:0;font-size:14px}.settings-sections{flex-direction:column;gap:20px;display:flex}.settings-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #ece9f8;border-radius:22px;padding:24px;box-shadow:0 10px 30px #4b34ad0d}.settings-card-header{margin-bottom:10px}.settings-card-header h2{color:#111;margin:0 0 6px;font-size:22px;font-weight:800}.settings-card-header p{color:#777;margin:0;font-size:14px}.settings-row,.settings-check-row{border-top:1px solid #f0edf8;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.settings-row-content{flex:1}.settings-row-content h3{color:#111;margin:0 0 6px;font-size:16px;font-weight:700}.settings-row-content p{color:#666;margin:0;font-size:14px;line-height:1.6}.settings-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd7f7;border-radius:12px;flex-shrink:0;height:42px;padding:0 16px;font-size:14px;font-weight:700;transition:transform .15s,background .2s,border-color .2s}.settings-btn:hover{background:#f7f4ff;border-color:#cbbfff;transform:translateY(-1px)}.settings-check-row{cursor:pointer}.settings-check-row input[type=checkbox]{cursor:pointer;accent-color:#7c5cff;flex-shrink:0;width:18px;height:18px}.settings-radio-group{flex-direction:column;gap:14px;padding-top:6px;display:flex}.settings-radio-row{cursor:pointer;background:#fcfbff;border:1px solid #eee9fb;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .2s,background .2s,transform .15s;display:flex}.settings-radio-row:hover{background:#f8f5ff;border-color:#cfc3ff;transform:translateY(-1px)}.settings-radio-row input[type=radio]{accent-color:#7c5cff;margin-top:4px}.settings-radio-row strong{color:#111;margin-bottom:4px;font-size:15px;display:block}.settings-radio-row p{color:#666;margin:0;font-size:13px;line-height:1.5}.settings-select{color:#222;cursor:pointer;background:#fff;border:1px solid #ddd7f7;border-radius:12px;outline:none;min-width:140px;height:42px;padding:0 12px;font-size:14px}.settings-select:focus{border-color:#7c5cff}.danger-card{background:linear-gradient(#fffefe 0%,#fff8f9 100%);border-color:#ffd7dc}.danger-btn{color:#fff;cursor:pointer;background:#ff5c74;border:none;border-radius:12px;flex-shrink:0;height:42px;padding:0 16px;font-size:14px;font-weight:700;transition:transform .15s,opacity .2s}.danger-btn:hover{opacity:.92;transform:translateY(-1px)}.settings-actions{justify-content:flex-end;margin-top:24px;display:flex}.settings-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c5cff,#9d84ff);border:none;border-radius:14px;min-width:160px;height:50px;padding:0 22px;font-size:15px;font-weight:800;transition:transform .15s,opacity .2s;box-shadow:0 12px 24px #7c5cff38}.settings-save-btn:hover{opacity:.95;transform:translateY(-1px)}@media (width<=768px){.settings-page{padding:32px 16px 60px}.settings-header h1{font-size:30px}.settings-profile-banner{border-radius:18px;padding:18px}.settings-profile-avatar{width:54px;height:54px;font-size:20px}.settings-card{border-radius:18px;padding:20px}.settings-row,.settings-check-row{flex-direction:column;align-items:flex-start}.settings-btn,.danger-btn,.settings-select,.settings-save-btn{width:100%}.settings-actions{justify-content:stretch}}.explore-page{color:#111827;width:min(1240px,100% - 48px);margin:0 auto;padding:40px 0 88px}.explore-hero{background:radial-gradient(circle at 100% 0,#6366f124,#0000 30%),linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:30px;padding:42px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a0f}.explore-hero-badge{color:#4338ca;background:#eef2ff;border-radius:999px;align-items:center;gap:6px;height:34px;margin-bottom:14px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.explore-hero h1{letter-spacing:-.03em;max-width:900px;margin:0;font-size:38px;font-weight:800;line-height:1.2}.explore-hero p{color:#6b7280;max-width:760px;margin:16px 0 0;font-size:16px;line-height:1.75}.explore-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.hero-stat-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd1;border:1px solid #edf0f3;border-radius:20px;padding:20px}.hero-stat-card strong{color:#111827;font-size:24px;font-weight:800;display:block}.hero-stat-card span{color:#6b7280;margin-top:6px;font-size:14px;display:block}.explore-section{margin-top:54px}.section-title{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.section-title-left{align-items:center;gap:14px;display:flex}.section-title-icon{color:#111827;background:#f6f7fb;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.section-title h2{letter-spacing:-.02em;margin:0;font-size:26px;font-weight:800}.section-title p{color:#6b7280;margin:6px 0 0;font-size:14px}.section-more-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:6px;height:42px;padding:0 14px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.section-more-btn:hover{background:#f8fafc;border-color:#dfe3ea}.people-grid,.study-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.person-card,.study-card{background:#fff;border:1px solid #e8ebf0;border-radius:24px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 10px 28px #0f172a0a}.person-card:hover,.study-card:hover{border-color:#dde3eb;transform:translateY(-3px);box-shadow:0 18px 42px #0f172a14}.person-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.person-profile{gap:12px;min-width:0;display:flex}.person-avatar{color:#4f46e5;background:linear-gradient(135deg,#ebe7ff 0%,#ddd6fe 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:19px;font-weight:800;display:flex}.person-meta{min-width:0}.person-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.person-name-row strong{color:#111827;font-size:18px;line-height:1.3}.role-badge{color:#4b5563;background:#f3f4f6;border-radius:999px;align-items:center;height:27px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.person-meta p{color:#6b7280;margin:8px 0 0;font-size:14px;line-height:1.65}.person-actions{flex-shrink:0;gap:8px;display:flex}.icon-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.icon-btn:hover{background:#f8fafc;border-color:#d8dee7;transform:translateY(-1px)}.person-info-list{background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;gap:10px;margin-top:18px;padding:14px;display:grid}.person-info-item{justify-content:space-between;gap:12px;display:flex}.person-info-label{color:#6b7280;font-size:13px;font-weight:600}.person-info-value{color:#111827;text-align:right;font-size:13px;font-weight:700}.tag-list{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.tag-chip{color:#374151;background:#f3f4f6;border-radius:999px;align-items:center;height:30px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.tag-chip.soft{background:#f8fafc;border:1px solid #edf2f7}.study-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.category-badge{color:#fff;background:#111;border-radius:999px;align-items:center;height:30px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.category-badge.subtle{color:#475467;background:#f2f4f7}.study-schedule{color:#6b7280;font-size:13px;font-weight:700}.study-card h3{letter-spacing:-.02em;color:#111827;margin:0;font-size:21px;font-weight:800;line-height:1.35}.study-card p{color:#6b7280;margin:10px 0 0;font-size:14px;line-height:1.7}.study-meta-box{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;margin-top:18px;padding:14px 16px}.study-meta-box span{color:#475467;font-size:13px;font-weight:700}@media (width<=1024px){.explore-hero h1{font-size:33px}.explore-hero-stats,.people-grid,.study-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.explore-page{width:min(100%,100% - 24px);padding:26px 0 72px}.explore-hero{border-radius:24px;padding:28px 20px}.explore-hero h1{font-size:28px}.explore-hero-stats,.people-grid,.study-grid{grid-template-columns:1fr}.section-title{flex-direction:column;align-items:stretch}.section-more-btn{align-self:flex-start}.person-top{flex-direction:column}.person-actions{justify-content:flex-end}.person-info-item{flex-direction:column;align-items:flex-start}.person-info-value{text-align:left}.study-card-top{flex-direction:column;align-items:flex-start}}.community-page{color:#111827;width:min(1280px,100% - 48px);margin:0 auto;padding:36px 0 80px}.community-hero{background:radial-gradient(circle at 100% 0,#6366f129,#0000 28%),linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:28px;padding:42px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a0f}.community-hero-badge{color:#4338ca;background:#eef2ff;border-radius:999px;align-items:center;height:34px;margin-bottom:14px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.community-hero h1{letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800;line-height:1.2}.community-hero p{color:#4b5563;margin:14px 0 0;font-size:16px;line-height:1.7}.community-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.community-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #edf0f3;border-radius:20px;padding:20px}.community-stat-card strong{color:#111827;font-size:24px;font-weight:800;display:block}.community-stat-card span{color:#6b7280;margin-top:6px;font-size:14px;display:block}.community-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;display:flex}.community-categories{flex-wrap:wrap;gap:10px;display:flex}.community-category-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;height:42px;padding:0 18px;font-size:14px;font-weight:700;transition:all .2s}.community-category-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.community-category-btn.active{color:#fff;background:#111827;border-color:#111827;box-shadow:0 10px 24px #11182726}.community-search-wrap{align-items:center;gap:12px;display:flex}.community-search{background:#fff;border:1px solid #e5e7eb;border-radius:14px;outline:none;width:340px;max-width:100%;height:46px;padding:0 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.community-search:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px #6366f11a}.community-write-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);border:none;border-radius:14px;height:46px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s;box-shadow:0 12px 28px #1118272e}.community-write-btn:hover{opacity:.96;transform:translateY(-1px)}.community-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;margin-top:28px;display:grid}.community-main{min-width:0}.community-section-header{justify-content:space-between;align-items:end;margin-bottom:16px;display:flex}.community-section-header.second{margin-top:34px}.community-section-header h2{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.community-section-header p{color:#6b7280;margin:6px 0 0;font-size:14px}.community-hot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.community-hot-card,.community-list-card,.community-side-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 14px 40px #0f172a0d}.community-hot-card{padding:22px;transition:transform .2s,box-shadow .2s}.community-hot-card:hover,.community-list-card:hover,.community-side-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px #0f172a14}.community-post-top,.community-list-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.community-post-badge{border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.community-post-badge.hot{color:#dc2626;background:#fee2e2}.community-post-badge.subtle{color:#b45309;background:#fef3c7}.community-post-category{color:#374151;background:#f3f4f6;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.community-hot-card h3,.community-list-card h3{letter-spacing:-.02em;margin:14px 0 10px;font-size:18px;font-weight:800;line-height:1.45}.community-hot-card p,.community-list-card p{color:#6b7280;margin:0;font-size:14px;line-height:1.7}.community-post-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.community-post-tags span{color:#475569;background:#f8fafc;border:1px solid #edf2f7;border-radius:999px;align-items:center;height:30px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.community-post-meta{color:#6b7280;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:10px 14px;margin-top:18px;padding-top:16px;font-size:13px;display:flex}.community-post-list{flex-direction:column;gap:14px;display:flex}.community-list-card{justify-content:space-between;gap:20px;padding:22px;display:flex}.community-list-main{flex:1;min-width:0}.community-list-side{color:#6b7280;text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;width:140px;font-size:13px;display:flex}.community-sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:96px}.community-side-card{padding:22px}.community-side-title h3{margin:0 0 16px;font-size:18px;font-weight:800}.community-tag-cloud{flex-wrap:wrap;gap:10px;display:flex}.community-tag-chip{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;height:36px;padding:0 12px;font-size:13px;font-weight:700;transition:all .2s}.community-tag-chip:hover{background:#f9fafb;border-color:#d1d5db}.community-side-list{color:#4b5563;margin:0;padding-left:18px}.community-side-list li{font-size:14px;line-height:1.7}.community-guide-box{background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;padding:16px}.community-guide-box+.community-guide-box{margin-top:12px}.community-guide-box strong{color:#111827;font-size:14px;font-weight:800;display:block}.community-guide-box p{color:#6b7280;margin:8px 0 0;font-size:14px;line-height:1.65}.community-empty{text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:20px;padding:32px 20px;font-size:14px}@media (width<=1100px){.community-layout{grid-template-columns:1fr}.community-sidebar{position:static}.community-hot-grid{grid-template-columns:1fr}}@media (width<=820px){.community-page{width:min(100%,100% - 24px);padding:20px 0 64px}.community-hero{border-radius:22px;padding:28px 20px}.community-hero h1{font-size:28px}.community-hero p br{display:none}.community-hero-stats{grid-template-columns:1fr}.community-toolbar{align-items:stretch}.community-search-wrap{flex-direction:column;align-items:stretch;width:100%}.community-search{width:100%}.community-list-card{flex-direction:column}.community-list-side{text-align:left;border-top:1px solid #f1f5f9;align-items:flex-start;width:100%;padding-top:14px}}.notifications-page{background:#f8fafc;width:100%;min-height:calc(100vh - 80px);padding:32px 20px 56px}.notifications-page-inner{width:100%;max-width:980px;margin:0 auto}.notifications-hero{background:#fff;border:1px solid #eef2f7;border-radius:24px;align-items:center;gap:18px;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 10px 30px #0f172a0d}.notifications-hero-icon-wrap{background:#f1f5f9;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.notifications-hero-icon{color:#0f172a;font-size:28px}.notifications-hero-text{flex:1;min-width:0}.notifications-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.notifications-subtitle{color:#64748b;margin:8px 0 0;font-size:15px;line-height:1.6}.notifications-hero-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.notifications-count-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-width:96px;padding:12px 14px}.notifications-count-label{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.notifications-count-value{color:#0f172a;font-size:22px;font-weight:800}.notifications-readall-btn{color:#fff;height:46px;font:inherit;cursor:pointer;background:#111827;border:none;border-radius:14px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s,background .2s}.notifications-readall-btn:hover{transform:translateY(-1px)}.notifications-readall-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.notifications-content{background:#fff;border:1px solid #eef2f7;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.notifications-list{flex-direction:column;display:flex}.notifications-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:16px;width:100%;padding:20px 22px;transition:background .2s;display:flex}.notifications-item:last-child{border-bottom:none}.notifications-item:hover{background:#fafcff}.notifications-item.unread{background:#f8fbff}.notifications-item-left{flex-shrink:0}.notifications-item-icon-wrap{background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.notifications-item-icon{color:#0f172a;font-size:20px}.notifications-item-content{flex:1;min-width:0}.notifications-item-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.notifications-item-title-row{align-items:center;gap:8px;min-width:0;display:flex}.notifications-item-title{color:#111827;word-break:break-word;font-size:16px;font-weight:700;line-height:1.5}.notifications-dot{background:#2563eb;border-radius:999px;flex-shrink:0;width:8px;height:8px}.notifications-time{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:600}.notifications-message{color:#475569;word-break:break-word;margin-top:8px;font-size:14px;line-height:1.6}.notifications-item-bottom{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.notifications-type{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.notifications-action-text{color:#2563eb;font-size:13px;font-weight:700}.notifications-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:40px 20px;display:flex}.notifications-empty-title{color:#0f172a;font-size:18px;font-weight:800}.notifications-empty-text{color:#64748b;margin-top:8px;font-size:14px;line-height:1.6}@media (width<=768px){.notifications-page{padding:20px 14px 40px}.notifications-hero{flex-direction:column;align-items:flex-start;padding:20px}.notifications-hero-actions{justify-content:space-between;width:100%}.notifications-count-box{min-width:88px}.notifications-readall-btn{flex:1}.notifications-item{gap:12px;padding:18px 16px}.notifications-item-top{flex-direction:column;align-items:flex-start;gap:6px}.notifications-time{white-space:normal}.notifications-item-bottom{flex-wrap:wrap;align-items:flex-start}.notifications-title{font-size:24px}}.find-password-page{box-sizing:border-box;background:#f7f8fc;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.find-password-card{box-sizing:border-box;background:#fff;border-radius:22px;width:100%;max-width:460px;padding:32px 24px;box-shadow:0 12px 40px #0f172a14}.find-password-header{text-align:center;margin-bottom:24px}.find-password-title{color:#111827;margin:0 0 8px;font-size:28px;font-weight:700}.find-password-subtitle{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.find-password-steps{justify-content:space-between;align-items:center;gap:8px;margin-bottom:24px;display:flex}.find-step{text-align:center;flex:1}.find-step span{color:#6b7280;background:#e5e7eb;border-radius:9999px;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 8px;font-size:14px;font-weight:700;display:flex}.find-step p{color:#9ca3af;margin:0;font-size:12px;font-weight:600}.find-step.active span{color:#fff;background:#111827}.find-step.active p{color:#111827}.find-step-line{background:#e5e7eb;flex-shrink:0;width:24px;height:2px}.find-password-message{border-radius:14px;margin-bottom:18px;padding:12px 14px;font-size:14px;line-height:1.5}.find-password-message.success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.find-password-message.error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.find-password-form{flex-direction:column;gap:16px;display:flex}.find-password-field{flex-direction:column;gap:8px;display:flex}.find-password-field label{color:#374151;font-size:14px;font-weight:600}.find-password-field input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.find-password-field input:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.find-password-field input.readonly{color:#6b7280;background:#f9fafb}.find-password-help{color:#6b7280;margin:-4px 0 0;font-size:13px}.find-password-help.error-text{color:#b42318;font-weight:600}.find-password-actions{gap:10px;width:100%;display:flex}.find-password-button{appearance:none;cursor:pointer;box-sizing:border-box;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;min-width:0;height:48px;padding:0 16px;font-size:14px;font-weight:700;transition:transform .15s,opacity .2s,background .2s;display:inline-flex}.find-password-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.find-password-button-full{width:100%}.find-password-button-primary{color:#fff;background:#111827}.find-password-button-primary:hover:not(:disabled){transform:translateY(-1px)}.find-password-button-secondary{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb}.find-password-button-secondary:hover:not(:disabled){background:#e5e7eb}.find-password-text-button{color:#4f46e5;cursor:pointer;background:0 0;border:none;align-self:center;padding:2px 0;font-size:14px;font-weight:600}.find-password-text-button:disabled{opacity:.6;cursor:not-allowed}.find-password-footer{border-top:1px solid #f1f5f9;justify-content:space-between;gap:12px;margin-top:24px;padding-top:18px;display:flex}.find-password-footer a{color:#4b5563;font-size:14px;font-weight:600;text-decoration:none}.find-password-footer a:hover{color:#111827}@media (width<=480px){.find-password-card{border-radius:18px;padding:24px 18px}.find-password-title{font-size:24px}.find-password-actions{flex-direction:column}.find-step-line{width:12px}}.portfolio-page{max-width:1100px;margin:0 auto;padding:40px 20px}.portfolio-page-title{margin-bottom:32px;font-size:32px;font-weight:800}.portfolio-grid{grid-template-columns:1fr;gap:24px;display:grid}.portfolio-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #0000000a}.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #00000014}.portfolio-header{justify-content:space-between;align-items:center;display:flex}.portfolio-title{font-size:20px;font-weight:700}.portfolio-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.portfolio-status.progress{color:#0284c7;background:#e0f2fe}.portfolio-status.done{color:#16a34a;background:#dcfce7}.portfolio-description{color:#555;margin:12px 0 16px}.portfolio-section{margin-bottom:14px}.label{color:#888;margin-bottom:4px;font-size:12px;display:block}.tags{flex-wrap:wrap;gap:6px;display:flex}.tag{background:#f3f4f6;border-radius:6px;padding:4px 8px;font-size:12px}.achievement-list{padding-left:16px}.achievement-list li{margin-bottom:4px;font-size:14px}.portfolio-links{gap:12px;margin-top:12px;display:flex}.portfolio-links a{color:#2563eb;font-size:13px;font-weight:600;text-decoration:none}.portfolio-links a:hover{text-decoration:underline}.terms-page{background:#f8fafc;min-height:100vh;padding:80px 20px}.terms-container{background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:48px 40px;box-shadow:0 20px 60px #0000000f}.terms-title{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.terms-updated{color:#9ca3af;margin-bottom:32px;font-size:13px}.terms-section{margin-bottom:32px}.terms-section h2{color:#1f2937;margin-bottom:12px;font-size:18px;font-weight:600}.terms-section p{color:#374151;font-size:14px;line-height:1.7}.terms-section ol{padding-left:18px}.terms-section li{color:#374151;margin-bottom:6px;font-size:14px;line-height:1.7}.privacy-page{background:#f8fafc;min-height:auto;padding:80px 20px}.privacy-container{background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:48px 40px;box-shadow:0 20px 60px #0000000f}.privacy-title{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.privacy-updated{color:#9ca3af;margin-bottom:32px;font-size:13px}.privacy-section{margin-bottom:32px}.privacy-section h2{color:#1f2937;margin-bottom:12px;font-size:18px;font-weight:600}.privacy-section p{color:#374151;font-size:14px;line-height:1.7}.privacy-section ul{padding-left:18px}.privacy-section li{color:#374151;margin-bottom:6px;font-size:14px;line-height:1.7}.policy-page{background:#f8fafc;min-height:auto;padding:80px 20px}.policy-container{background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:48px 40px;box-shadow:0 20px 60px #0000000f}.policy-title{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.policy-updated{color:#9ca3af;margin-bottom:32px;font-size:13px}.policy-section{margin-bottom:32px}.policy-section h2{color:#1f2937;margin-bottom:12px;font-size:18px;font-weight:600}.policy-section p{color:#374151;font-size:14px;line-height:1.7}.policy-section ol{padding-left:18px}.policy-section li{color:#374151;margin-bottom:6px;font-size:14px;line-height:1.7}.policy-sublist{margin-top:8px;padding-left:18px}.policy-sublist li{color:#4b5563;font-size:14px}.agreement-page{background:radial-gradient(circle at 0 0,#6366f11a,#0000 32%),radial-gradient(circle at 100% 0,#3b82f614,#0000 28%),linear-gradient(#f8fafc 0%,#eef2ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.agreement-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #94a3b82e;border-radius:24px;width:100%;max-width:520px;padding:32px 28px;box-shadow:0 20px 50px #0f172a1a,0 8px 20px #0f172a0d}.agreement-header{margin-bottom:24px}.agreement-badge{color:#4338ca;background:#4f46e51a;border-radius:999px;align-items:center;margin:0 0 10px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.agreement-title{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:30px;font-weight:800}.agreement-subtitle{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.6}.agreement-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px}.agreement-all{background:linear-gradient(#f8fafc 0%,#fff 100%)}.agreement-divider{background:linear-gradient(90deg,#0000,#e5e7eb,#0000);height:1px;margin:22px 0}.agreement-list{flex-direction:column;gap:12px;display:flex}.agreement-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:border-color .2s,box-shadow .2s}.agreement-item:hover{border-color:#c7d2fe;box-shadow:0 10px 24px #4f46e514}.agreement-check-row{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:18px;display:flex}.agreement-check-row-all{padding:20px 18px}.agreement-check-left{flex:1;align-items:flex-start;gap:12px;display:flex}.agreement-check-left input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.agreement-check-title{color:#111827;font-size:15px;font-weight:700;line-height:1.4;display:block}.agreement-check-desc{color:#6b7280;margin:4px 0 0;font-size:13px;line-height:1.5}.agreement-view-button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #dbe2ea;border-radius:10px;flex-shrink:0;padding:10px 14px;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,transform .2s}.agreement-view-button:hover{background:#eef2ff;border-color:#c7d2fe;transform:translateY(-1px)}.agreement-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:18px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.agreement-actions{gap:12px;margin-top:24px;display:flex}.agreement-secondary-button,.agreement-primary-button{cursor:pointer;border:none;border-radius:14px;flex:1;height:50px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s}.agreement-secondary-button{color:#334155;background:#f1f5f9}.agreement-secondary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #64748b24}.agreement-primary-button{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#2563eb 100%);box-shadow:0 14px 28px #4f46e53d}.agreement-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #4f46e547}.agreement-secondary-button:disabled,.agreement-primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=640px){.agreement-card{border-radius:20px;padding:24px 18px}.agreement-title{font-size:26px}.agreement-check-row{align-items:flex-start}.agreement-actions{flex-direction:column}.agreement-secondary-button,.agreement-primary-button{width:100%}}.delete-account-page{background:radial-gradient(circle at 0 0,#ff638414,#0000 28%),radial-gradient(circle at 100% 0,#ff9f4014,#0000 24%),linear-gradient(#f8fafc 0%,#f3f4f6 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:120px 20px 60px;display:flex}.delete-account-card{-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #0f172a14;border-radius:28px;width:100%;max-width:620px;padding:34px 28px 28px;box-shadow:0 20px 60px #0f172a1f}.delete-account-header{margin-bottom:24px}.delete-account-badge{color:#dc2626;letter-spacing:.02em;background:#ef44441a;border-radius:999px;align-items:center;margin-bottom:14px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.delete-account-title{color:#111827;margin:0 0 10px;font-size:32px;font-weight:800;line-height:1.2}.delete-account-subtitle{color:#6b7280;margin:0;font-size:15px;line-height:1.7}.delete-account-warning-box{background:linear-gradient(#fff5f5 0%,#fff1f2 100%);border:1px solid #ef444424;border-radius:20px;margin-bottom:24px;padding:20px}.delete-account-warning-title{color:#991b1b;margin:0 0 12px;font-size:17px;font-weight:700}.delete-account-warning-list{color:#7f1d1d;margin:0;padding-left:18px;font-size:14px;line-height:1.7}.delete-account-form{flex-direction:column;gap:18px;display:flex}.delete-account-field{flex-direction:column;display:flex}.delete-account-label{color:#111827;margin-bottom:8px;font-size:14px;font-weight:700}.delete-account-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;height:52px;padding:0 16px;font-size:15px;transition:border-color .2s,box-shadow .2s,transform .2s}.delete-account-input:focus{border-color:#f87171;box-shadow:0 0 0 4px #f8717126}.delete-account-help{color:#6b7280;margin:8px 0 0;font-size:13px;line-height:1.6}.delete-account-checks{flex-direction:column;gap:12px;padding:6px 2px 2px;display:flex}.delete-account-check{color:#374151;cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.delete-account-check input{accent-color:#dc2626;flex-shrink:0;width:16px;height:16px;margin-top:2px}.delete-account-message{border-radius:14px;margin:0;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.5}.delete-account-message.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.delete-account-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.delete-account-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.delete-account-cancel-btn,.delete-account-submit-btn{cursor:pointer;border:none;border-radius:14px;min-width:132px;height:50px;font-size:15px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.delete-account-cancel-btn{color:#111827;background:#f3f4f6}.delete-account-cancel-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.delete-account-submit-btn{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 12px 28px #dc26263d}.delete-account-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px #dc262647}.delete-account-submit-btn:disabled,.delete-account-cancel-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){.delete-account-page{padding:96px 14px 40px}.delete-account-card{border-radius:22px;padding:24px 18px 20px}.delete-account-title{font-size:26px}.delete-account-actions{flex-direction:column}.delete-account-cancel-btn,.delete-account-submit-btn{width:100%}}.admin-page{max-width:1280px;margin:0 auto;padding:40px 20px 80px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-header h1{color:#111827;margin:0 0 8px;font-size:32px;font-weight:800}.admin-header p{color:#6b7280;margin:0;font-size:15px}.admin-tabs{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.admin-tabs button{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;padding:12px 18px;font-weight:700;transition:all .2s}.admin-tabs button.active{color:#fff;background:#111827}.admin-alert{border-radius:12px;margin-bottom:18px;padding:14px 16px;font-size:14px;font-weight:600}.admin-alert.success{color:#065f46;background:#ecfdf5}.admin-alert.error{color:#991b1b;background:#fef2f2}.admin-section{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:24px;box-shadow:0 10px 30px #0f172a0a}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:18px;padding:22px 20px}.stat-card span{color:#6b7280;margin-bottom:10px;font-size:14px;display:block}.stat-card strong{color:#111827;font-size:30px;font-weight:800}.admin-toolbar{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.admin-toolbar input,.admin-toolbar select{background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;min-width:220px;padding:12px 14px;font-size:14px}.admin-toolbar input:focus,.admin-toolbar select:focus{border-color:#6366f1}.admin-toolbar button,.primary-btn,.ghost-btn,.danger-btn{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s}.admin-toolbar button,.primary-btn{color:#fff;background:#111827}.ghost-btn{color:#111827;background:#f3f4f6}.danger-btn{color:#b91c1c;background:#fee2e2}.primary-btn:hover,.ghost-btn:hover,.danger-btn:hover,.admin-toolbar button:hover{transform:translateY(-1px)}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:980px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 12px;font-size:14px}.admin-table th{color:#374151;background:#f9fafb;font-weight:800}.role-badge{border-radius:999px;justify-content:center;align-items:center;min-width:62px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.role-badge.user{color:#374151;background:#e5e7eb}.role-badge.admin{color:#6d28d9;background:#ede9fe}.status-on{color:#047857;font-weight:700}.status-off{color:#b91c1c;font-weight:700}.admin-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-pagination{justify-content:center;align-items:center;gap:14px;margin-top:22px;display:flex}.admin-pagination button{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.admin-pagination button:disabled{opacity:.45;cursor:not-allowed}.admin-empty{text-align:center;color:#6b7280;padding:40px 0;font-weight:600}@media (width<=1024px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.admin-page{padding:24px 14px 60px}.admin-header h1{font-size:26px}.admin-stats{grid-template-columns:1fr}.admin-section{padding:18px}.admin-toolbar{flex-direction:column}.admin-toolbar input,.admin-toolbar select,.admin-toolbar button{width:100%}}.contact-page{background:#f7f8fc;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.contact-container{width:100%;max-width:600px}.contact-title{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.contact-subtitle{color:#6b7280;margin-bottom:32px;font-size:14px}.contact-card{background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:28px 24px;display:flex;box-shadow:0 12px 40px #00000014}.contact-item{flex-direction:column;gap:6px;display:flex}.label{color:#9ca3af;font-size:13px;font-weight:500}.value{color:#111827;font-size:16px;font-weight:500}.link{color:#4f46e5;text-decoration:none}.link:hover{text-decoration:underline}.notice-page{background:#f7f8fc;justify-content:center;min-height:100vh;padding:60px 20px;display:flex}.notice-container{width:100%;max-width:700px}.notice-title{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.notice-subtitle{color:#6b7280;margin-bottom:32px;font-size:14px}.notice-list{flex-direction:column;gap:14px;display:flex}.notice-item{cursor:pointer;background:#fff;border-radius:16px;padding:18px 20px;transition:all .2s;box-shadow:0 8px 24px #0000000f}.notice-item:hover{transform:translateY(-2px)}.notice-header{justify-content:space-between;align-items:center;display:flex}.notice-title-text{color:#111827;font-size:16px;font-weight:600}.notice-date{color:#9ca3af;font-size:13px}.notice-content{color:#374151;margin-top:14px;font-size:14px;line-height:1.6}
