@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;700&display=swap";:root{--page-bg: #f2f5f3;--surface: #ffffff;--surface-secondary: #f6faf8;--surface-tertiary: #eef3f0;--text-primary: #1a2520;--text-secondary: #3a4d44;--text-muted: #5f7167;--text-inverse: #effcf4;--border-default: #d8e1dd;--border-strong: #b7c4be;--brand-primary: #1a5d41;--brand-primary-strong: #14492f;--brand-accent: #4caf82;--color-success: #2e7d4f;--color-warning: #c87a00;--color-danger: #c0392b;--color-info: #1f5fa8;--focus-ring: 0 0 0 3px rgba(26, 93, 65, .35);font-family:Manrope,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;line-height:1.55;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:6px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-primary);background-color:var(--page-bg)}#root{min-height:100vh}button,input,textarea,select{font:inherit}.coala-app{min-height:100vh;background:linear-gradient(180deg,#f6f8f7,#eef2f0);color:#21322c;display:flex;flex-direction:column}.coala-header{height:68px;padding:0 28px;border-bottom:1px solid #dbe4df;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:center}.coala-header-inner{width:min(1280px,100%);height:100%;display:grid;grid-template-columns:220px minmax(500px,1fr) 260px;align-items:center;gap:16px}.coala-brand{border:0;background:transparent;color:#124f38;display:inline-flex;align-items:center;gap:10px;min-width:0;cursor:pointer;padding:0;text-align:left}.coala-brand-mark{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.coala-brand-mark img{width:100%;height:100%;display:block;object-fit:contain}.coala-brand-leaf{position:absolute;background:#124f38;transform-origin:50% 100%}.coala-brand-leaf--left{left:2px;bottom:2px;width:10px;height:17px;border-radius:11px 11px 2px;transform:rotate(-32deg)}.coala-brand-leaf--right{right:2px;bottom:2px;width:11px;height:21px;border-radius:12px 12px 12px 2px;transform:rotate(34deg)}.coala-brand-copy{display:grid;gap:1px}.coala-brand-word{color:#124f38;font-size:23px;line-height:1;letter-spacing:0;text-transform:none;font-weight:900}.coala-brand-subtitle{color:#7b8f86;font-size:10px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.coala-main-nav{display:flex;align-items:center;justify-content:center;justify-self:center;gap:18px;width:460px;min-width:0;border:0;background:transparent;padding:0}.main-nav-item{width:auto;height:68px;display:flex;align-items:center;justify-content:center;position:relative}.main-nav-button{border:0;background:transparent;color:#233a56;height:68px;width:auto;min-width:68px;border-radius:0;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;cursor:pointer;position:relative;transition:all .2s ease}.main-nav-button:hover{background:transparent;color:#124f38}.main-nav-button.is-active{background:transparent;color:#124f38;box-shadow:none}.main-nav-button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px 999px 0 0;background:#124f38}.main-nav-dropdown{min-width:178px;position:absolute;top:calc(100% - 5px);left:50%;z-index:45;display:grid;gap:4px;border:1px solid #d5e0da;border-radius:12px;background:#fffffffa;box-shadow:0 18px 42px #12362629;padding:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.main-nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}@media(hover:hover)and (pointer:fine){.main-nav-item:hover .main-nav-dropdown,.main-nav-item:focus-within .main-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.coala-main-nav:hover .main-nav-item:focus-within:not(:hover):not(.is-expanded) .main-nav-dropdown{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px)}}.main-nav-item.is-expanded .main-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.main-nav-item.is-suppressed .main-nav-dropdown{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,8px)!important}.main-nav-dropdown-item{min-height:38px;border:0;border-radius:8px;background:transparent;color:#40584d;display:inline-flex;align-items:center;gap:8px;padding:0 10px;text-align:left;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.main-nav-dropdown-item:hover{background:#eef5f1;color:#124f38}.main-nav-dropdown-item.is-active{background:#e3f1ea;color:#124f38}.main-nav-dropdown-group{display:grid;gap:3px}.main-nav-dropdown-group-title{width:100%}.main-nav-dropdown-children{display:grid;gap:3px;padding-left:14px}.main-nav-dropdown-child{min-height:34px;font-size:12px}.coala-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;width:260px;position:relative}.header-profile-menu,.header-notification-menu{position:relative}.header-icon-button{position:relative;width:36px;height:36px;border:1px solid #d2ddd8;border-radius:999px;background:#f5f8f6;color:#365046;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header-icon-button:hover,.header-icon-button.is-open{border-color:#1a5d41;background:#e7f3ed;color:#174b36}.header-notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border:2px solid #ffffff;border-radius:999px;background:#d9483b;color:#fff;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;line-height:1}.header-notification-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:42;width:min(360px,calc(100vw - 28px));border:1px solid #d8e4de;border-radius:14px;background:#fff;box-shadow:0 18px 42px #1536272e;padding:10px;display:grid;gap:8px}.header-notification-popover:before{content:"";position:absolute;top:-6px;right:13px;width:12px;height:12px;border-left:1px solid #d8e4de;border-top:1px solid #d8e4de;background:#fff;transform:rotate(45deg)}.header-notification-head{min-height:34px;padding:0 4px 6px;border-bottom:1px solid #e6eee9;display:flex;align-items:center;justify-content:space-between;gap:10px}.header-notification-head strong{color:#20342c;font-size:14px}.header-notification-head button{border:0;background:transparent;color:#1a5d41;font-size:12px;font-weight:900;cursor:pointer}.header-notification-head button:disabled{color:#9baca4;cursor:not-allowed}.header-notification-list{max-height:360px;overflow-y:auto;list-style:none;margin:0;padding:0;display:grid;gap:4px}.header-notification-item{width:100%;border:0;border-radius:10px;background:transparent;color:#2f463d;padding:10px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;text-align:left;cursor:pointer}.header-notification-item:hover{background:#eef6f2}.header-notification-item.is-unread{background:#f0f8f4}.header-notification-icon{width:30px;height:30px;border-radius:999px;background:#e1f1e9;color:#1a5d41;display:inline-flex;align-items:center;justify-content:center}.header-notification-copy{min-width:0;display:grid;gap:3px}.header-notification-copy strong,.header-notification-copy span,.header-notification-copy small{overflow:hidden;text-overflow:ellipsis}.header-notification-copy strong{color:#20342c;font-size:13px;white-space:nowrap}.header-notification-copy span{color:#5f746b;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.header-notification-copy small{color:#8a9b93;font-size:11px}.header-notification-empty{margin:0;min-height:72px;border-radius:10px;background:#f7faf8;color:#768a80;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.header-user-button{border:1px solid #d2ddd8;background:#f5f8f6;color:#365046;min-width:0;height:36px;border-radius:999px;padding:0 10px 0 5px;display:inline-flex;align-items:center;gap:7px;font-weight:800;cursor:pointer}.header-user-button:hover{background:#e9f0ed}.header-user-button.is-open{border-color:#1a5d41;background:#e7f3ed;color:#174b36}.header-user-avatar{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#155339;color:#ecfbf3;font-size:12px;line-height:1}.header-user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-profile-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:260px;border:1px solid #d8e4de;border-radius:14px;background:#fff;box-shadow:0 18px 42px #1536272e;padding:10px;display:grid;gap:6px}.header-profile-popover:before{content:"";position:absolute;top:-6px;right:24px;width:12px;height:12px;border-left:1px solid #d8e4de;border-top:1px solid #d8e4de;background:#fff;transform:rotate(45deg)}.header-profile-summary{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:#f5f9f7}.header-profile-summary-avatar{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#155339;color:#ecfbf3;font-weight:900}.header-profile-summary div{min-width:0;display:grid;gap:2px}.header-profile-summary strong,.header-profile-summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-profile-summary strong{color:#1c3028;font-size:14px}.header-profile-summary span{color:#6a7c73;font-size:12px;font-weight:700}.header-profile-menu-item{width:100%;min-height:38px;border:0;border-radius:10px;background:transparent;color:#2f463d;display:flex;align-items:center;gap:9px;padding:0 10px;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.header-profile-menu-item:hover{background:#eef6f2;color:#155339}.header-command-button{border:1px solid #d2ddd8;background:#eef5f1;color:#375347;min-width:0;height:36px;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;cursor:pointer}.header-command-button:hover{border-color:#b9c9c0;background:#e4eee9}.header-action-button{border:1px solid #d2ddd8;background:#f5f8f6;color:#365046;height:36px;border-radius:10px;padding:0 12px;font-weight:700;cursor:pointer}.header-action-button--primary{border-color:#1f5f43;background:#1a5d41;color:#effcf4}.header-action-button:hover{filter:brightness(1.04)}.coala-shell{width:min(1280px,calc(100% - 32px));margin:18px auto 0;display:block;flex:1}.coala-shell--auth{max-width:980px}.coala-app--admin .coala-header,.coala-app--admin .coala-subnav,.coala-app--admin .coala-footer{display:none}.coala-shell--admin{width:100%;margin:0;flex:1}.coala-subnav{width:100%;margin:0;border-bottom:1px solid #dbe4df;background:#ffffffeb}.context-tabs{width:min(1280px,calc(100% - 56px));min-height:50px;margin:0 auto;display:flex;align-items:center;gap:24px;overflow-x:auto}.context-tab{min-height:50px;border:0;border-bottom:3px solid transparent;background:transparent;color:#506376;padding:0 2px;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}.context-tab:hover{color:#124f38}.context-tab.is-active{border-bottom-color:#124f38;color:#124f38}.context-tab small{color:inherit;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.coala-workspace{min-width:0}.coala-workspace--with-rail{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.coala-workspace-main{min-width:0}.user-activity-rail{display:grid;gap:12px;position:sticky;top:102px}.activity-rail-card{padding:14px}.activity-rail-profile{background:#fff;padding:22px 18px}.activity-rail-profile-head{display:grid;justify-items:center;align-items:center;gap:12px;text-align:center}.activity-rail-avatar{width:68px;height:68px;border-radius:999px;border:3px solid #e5eee9;background:#155339;color:#ecfbf3;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:900}.activity-rail-identity{min-width:0}.activity-rail-eyebrow{margin:0;color:#6f8379;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}.activity-rail-identity h2{margin:0;color:#1e332b;font-size:18px;line-height:1.25}.activity-rail-identity p,.activity-rail-role{margin:12px 0 0;color:#75877f;font-size:12px;line-height:1.45;text-align:center}.activity-rail-actions{margin-top:16px;display:grid;grid-template-columns:1fr;gap:8px}.activity-rail-primary,.activity-rail-secondary{min-height:36px;border-radius:9px;font-size:12px;font-weight:850;cursor:pointer}.activity-rail-primary{border:1px solid #1f5f43;background:#1a5d41;color:#effcf4;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px}.activity-rail-secondary{border:1px solid #d5e2db;background:#fff;color:#365046;padding:0 11px}.activity-rail-section-title{margin:0 0 10px;color:#22342d;font-size:14px;font-weight:900}.activity-rail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.activity-rail-metric{min-height:70px;border:1px solid #dce5e0;border-radius:11px;background:#f4f8f6;padding:10px;display:grid;align-content:space-between}.activity-rail-metric span{color:#71847b;font-size:11px;font-weight:800}.activity-rail-metric strong{margin-top:8px;color:#20342c;font-size:18px;line-height:1.1}.activity-rail-metric--green{border-color:#b7d7c8;background:#edf8f2}.activity-rail-metric--amber{border-color:#e4d2aa;background:#fbf6ea}.activity-rail-signal-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.activity-rail-signal{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:start;border-bottom:1px solid #e2e9e5;padding-bottom:9px}.activity-rail-signal:last-child{border-bottom:0;padding-bottom:0}.activity-rail-signal-icon{width:30px;height:30px;border-radius:9px;background:#e5f1eb;color:#1a5d41;display:inline-flex;align-items:center;justify-content:center}.activity-rail-signal strong{display:block;color:#25372f;font-size:12px;font-weight:900}.activity-rail-signal small{display:block;margin-top:3px;color:#70847b;font-size:11px;line-height:1.45}.coala-sidebar{display:flex;flex-direction:column;gap:14px}.surface-card{background:#f8fbfa;border:1px solid #d4ddd8;border-radius:14px;box-shadow:0 1px #ffffffd9 inset,0 8px 20px #1b352b0a}.context-card{padding:14px}.context-card--bar{padding:10px 12px;display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:center;gap:12px}.context-card-header{margin-bottom:10px}.context-card--bar .context-card-header{margin-bottom:0;padding-right:12px;border-right:1px solid #dce5e0}.context-card-title{margin:0;font-size:15px;font-weight:800;color:#22342d}.context-card-description{margin:4px 0 0;font-size:12px;color:#81928b;line-height:1.4}.context-item-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.context-card--bar .context-item-list{flex-direction:row;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:1px}.context-card--bar .context-item{flex:0 0 auto}.context-item-button{width:100%;border:1px solid #dce5e0;background:#f4f8f6;border-radius:10px;padding:8px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left;cursor:pointer}.context-card--bar .context-item-button{width:auto;min-width:148px;max-width:220px;grid-template-columns:26px minmax(0,1fr) auto;padding:7px 9px}.context-item-button:hover{background:#eaf1ed}.context-item.is-active .context-item-button{border-color:#1f5f43;background:#e7f3ec}.context-item-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#476055;background:#e8efeb}.context-item-content{min-width:0;display:flex;flex-direction:column;gap:2px}.context-item-label{font-size:13px;font-weight:700;color:#2a3f37}.context-item-description{font-size:11px;color:#7a8d85;line-height:1.3}.context-item-badge{font-size:11px;color:#245340;font-weight:800}.context-card--bar .context-item-description{display:none}.coala-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-template-areas:"hero hero" "posts resources" "recruit leaderboard";gap:16px;align-content:start}.coala-content--posts,.coala-content--placeholder,.coala-content--info,.coala-content--auth,.coala-content--post-detail,.coala-content--post-writer,.coala-content--archive{display:block}.panel{padding:14px}.hero-banner{grid-area:hero;min-height:236px;border-radius:16px;border:1px solid #c5d4ce;background:#183f30;position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.02);background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(128deg,#101b17,#143d2e 52%,#1a7b4f);background-size:38px 38px,38px 38px,auto;transition:opacity .45s ease,transform .45s ease}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(110deg,#0a3527d6 12%,#124a369e 46%,#dce8e229)}.hero-banner-content{max-width:520px;position:absolute;inset:auto auto 26px 26px;z-index:1}.hero-banner-eyebrow{margin:0;color:#b3dbca;font-weight:800;letter-spacing:.16em;font-size:11px}.hero-banner-title{margin:8px 0 0;color:#f2fff8;font-size:30px;line-height:1.2;letter-spacing:-.02em}.hero-banner-subtitle{margin:8px 0 0;color:#d0ece0;font-size:14px;line-height:1.5}.hero-dots{position:absolute;right:18px;bottom:14px;z-index:2;display:inline-flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#ffffff61;cursor:pointer;padding:0;transition:all .2s ease}.hero-dot.is-active{width:26px;background:#eaf8f1;border-color:#eaf8f1}.posts-panel{grid-area:posts;min-height:300px}.resources-panel{grid-area:resources}.recruit-panel{grid-area:recruit}.leaderboard-panel{grid-area:leaderboard;background:linear-gradient(155deg,#154d3a,#104033 46%,#0b352a);border-color:#184635;color:#e5f4ec}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.panel-title{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:16px;font-weight:700}.panel-action{border:0;background:transparent;color:#7f9189;font-size:12px;font-weight:700;cursor:pointer}.panel-action:hover{color:#39574a}.panel-action--solid{min-height:32px;border:1px solid #d3e1da;border-radius:999px;background:#f2f7f4;color:#365c4b;padding:0 12px}.panel-action--solid:hover{border-color:#1a5d41;background:#e7f3ec;color:#1a5d41}.icon-action{border:0;width:24px;height:24px;border-radius:999px;background:#edf2ef;color:#56786a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-action:hover{background:#e2ebe7}.post-list,.resource-list,.leader-list{margin:0;padding:0;list-style:none}.post-list{display:flex;flex-direction:column;gap:10px}.post-item{background:#f2f6f4;border:1px solid #e1e7e4;border-radius:10px;padding:12px}.post-item-button{width:100%;border:0;background:transparent;color:inherit;padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;text-align:left;cursor:pointer}.post-item-button--with-thumbnail{grid-template-columns:72px minmax(0,1fr)}.post-item:hover{border-color:#b9d7ca;background:#f7fbf9}.post-item-thumbnail,.resource-thumbnail{width:72px;height:72px;border-radius:10px;border:1px solid rgba(185,215,202,.8);background-size:cover;background-position:center;flex:0 0 auto;box-shadow:0 8px 18px #15332614}.post-item-content,.resource-item-content{min-width:0;display:grid;gap:4px}.post-item-heading{display:grid;gap:6px}.post-board-chip{width:fit-content;border-radius:999px;background:#e2eee8;color:#2b5d48;padding:3px 8px;font-size:10px;font-weight:850}.post-title{display:block;margin:0 0 4px;font-size:16px;font-weight:650;color:#23342e}.post-meta{margin:0;color:#84958d;font-size:12px;display:inline-flex;align-items:center;gap:6px}.dot-divider{width:3px;height:3px;border-radius:999px;background:#9ca9a4}.resource-list{display:flex;flex-direction:column;gap:10px}.resource-list--cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.resource-item{border:1px solid #e1e8e4;border-radius:10px;background:#f3f6f5;padding:10px}.resource-item--card{min-width:0;min-height:218px;padding:0;overflow:hidden;background:#fff}.resource-item--empty{color:#7f9189;font-size:14px;font-weight:800}.resource-item:hover{border-color:#b9d7ca;background:#f8fbfa}.resource-item-button{width:100%;border:0;background:transparent;color:inherit;padding:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:10px;text-align:left;cursor:pointer}.resource-item-button--with-thumbnail{grid-template-columns:72px minmax(0,1fr)}.resource-item--card .resource-item-button,.resource-item--card .resource-item-button--with-thumbnail{height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:124px minmax(0,1fr);gap:0}.resource-item--card .resource-thumbnail{width:100%;height:124px;border:0;border-radius:0;box-shadow:none}.resource-item--card .resource-icon{width:100%;height:124px;border-radius:0}.resource-item--card .resource-item-content{padding:12px;align-content:start}.resource-icon{width:38px;height:38px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.resource-icon--mint{background:#dff3e8;color:#1a8d57}.resource-icon--sand{background:#f7efdb;color:#d09724}.resource-icon--sky{background:#dce9ff;color:#3f7ae2}.resource-icon--news{background:#e4f1eb;color:#1a5d41}.resource-icon--contest{background:#f2e8d6;color:#8d5b18}.resource-icon--lab{background:#e3edf6;color:#2f658f}.resource-icon--resource{background:#ece8f4;color:#635095}.resource-title{display:block;margin:0;font-size:15px;font-weight:650;color:#273731}.resource-category{width:fit-content;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:900}.resource-category--news{background:#e4f1eb;color:#1a5d41}.resource-category--contest{background:#f2e8d6;color:#8d5b18}.resource-category--lab{background:#e3edf6;color:#2f658f}.resource-category--resource{background:#ece8f4;color:#635095}.resource-subtitle{display:block;margin:1px 0 0;color:#7f9088;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resource-meta{display:block;margin:5px 0 0;color:#99a9a2;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.recruit-highlight-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.recruit-highlight-item{border:1px solid #dbe5e0;background:#f2f7f5;border-radius:12px;padding:11px}.recruit-highlight-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.recruit-highlight-category{border-radius:999px;border:1px solid #bcd3c8;background:#e2f2eb;color:#1b6448;font-size:11px;font-weight:700;padding:3px 8px}.recruit-highlight-deadline{font-size:11px;color:#7d8f87;font-weight:700}.recruit-highlight-title{margin:8px 0 0;font-size:14px;font-weight:700;color:#253933;line-height:1.45}.recruit-highlight-summary{margin:6px 0 0;font-size:12px;color:#6f8179;line-height:1.45}.recruit-highlight-meta{margin:8px 0 0;display:inline-flex;align-items:center;gap:5px;color:#537164;font-size:12px;font-weight:700}.leaderboard-panel .panel-title,.leaderboard-panel .panel-title svg{color:#e8f7ee}.leaderboard-label{margin:0;color:#60cf99;font-size:11px;letter-spacing:.12em;font-weight:700}.leader-preview-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.leader-preview-item{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid rgba(183,222,199,.16)}.leader-preview-item:last-child{border-bottom:0}.leader-avatar{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.leader-avatar--mint{background:linear-gradient(160deg,#45be83,#1f8f5c)}.leader-avatar--sky{background:linear-gradient(160deg,#57a7eb,#2f6bc7)}.leader-avatar--amber{background:linear-gradient(160deg,#e7ae54,#bc7f1e)}.leader-avatar--slate{background:linear-gradient(160deg,#6b8494,#445a68)}.leader-avatar--sand{background:linear-gradient(160deg,#d9aa62,#b1792c)}.leader-avatar--rose{background:linear-gradient(160deg,#df8f8f,#ab5b5b)}.leader-name{margin:0;font-size:14px;font-weight:650;color:#eff9f3}.leader-level{margin:1px 0 0;font-size:10px;color:#8fc6aa;letter-spacing:.1em}.leader-score{font-size:14px;color:#90f1c2}.leader-preview-score-wrap{display:inline-flex;align-items:center;gap:8px}.leader-rank-chip{border-radius:999px;border:1px solid rgba(148,212,180,.45);padding:2px 8px;font-size:11px;color:#a9e6c7;font-weight:700}.leaderboard-footer{margin-top:10px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}.online-pill{min-width:28px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#9ff4c5;background:#68bb8f33}.online-text{font-size:11px;color:#afd4bf}.coala-content--portal{display:flex;flex-direction:column;gap:16px;align-content:stretch}.coala-content--portal .posts-panel,.coala-content--portal .resources-panel,.coala-content--portal .recruit-panel,.coala-content--portal .leaderboard-panel{grid-area:auto}.portal-hero{min-height:356px;border-radius:16px;border:1px solid #153d31;background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(128deg,#101b17,#133c2f 48%,#1a5d41);background-size:42px 42px,42px 42px,auto;color:#effcf4;padding:30px;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:stretch;overflow:hidden;position:relative}.portal-hero-copy{max-width:680px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.portal-hero-eyebrow,.portal-section-eyebrow{margin:0;color:#86c8a7;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.portal-hero-title{margin:10px 0 0;max-width:620px;color:#f4fff8;font-size:38px;line-height:1.16;letter-spacing:0}.portal-hero-subtitle{margin:14px 0 0;max-width:610px;color:#c0ddcf;font-size:15px;line-height:1.65}.portal-hero-actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}.portal-hero-button{min-height:42px;border-radius:8px;border:1px solid rgba(217,232,225,.34);background:#f2f7f414;color:#effcf4;padding:0 15px;display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.portal-hero-button:hover{background:#f2f7f424}.portal-hero-button--primary{border-color:#90d7af;background:#eaf8f1;color:#143b2e}.portal-hero-button--primary:hover{background:#f5fff9}.portal-stat-grid{margin:26px 0 0;padding:14px 0 0;border-top:1px solid rgba(226,240,233,.18);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.portal-stat{margin:0;display:grid;gap:2px}.portal-stat dt{color:#97bbaa;font-size:12px;font-weight:700}.portal-stat dd{margin:0;color:#f2fff7;font-size:27px;font-weight:800}.portal-hero-visual{min-height:292px;border-radius:12px;border:1px solid rgba(211,232,222,.2);background:#07120e57;padding:16px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;box-shadow:0 16px 40px #00000029;position:relative;z-index:1}.portal-map-header{display:flex;align-items:center;justify-content:space-between;color:#b9d7c8;font-size:12px;font-weight:800}.portal-map-header strong{border-radius:999px;background:#4caf8229;color:#a7f0c8;padding:3px 9px;font-size:11px}.portal-map{min-height:190px;border-radius:10px;border:1px solid rgba(204,224,215,.12);background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;position:relative;overflow:hidden}.portal-ops-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.portal-ops-item{border-radius:10px;border:1px solid rgba(211,232,222,.16);background:#effcf412;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px}.portal-ops-item span{color:#b9d7c8;font-size:12px;font-weight:800}.portal-ops-item strong{color:#f2fff7;font-size:18px;line-height:1}.portal-ops-item small{grid-column:1 / -1;color:#8db9a4;font-size:11px;line-height:1.45}.portal-ops-primary{min-height:38px;border-radius:8px;border:1px solid rgba(144,215,175,.48);background:#eaf8f1;color:#143b2e;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:800;cursor:pointer}.portal-ops-primary:hover{background:#f7fff9}.portal-map-node{min-width:82px;height:34px;border-radius:999px;border:1px solid rgba(226,244,235,.34);background:#10251d;color:#dbf4e7;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:12px;font-weight:800;position:absolute;z-index:2}.portal-map-node--main{left:50%;top:50%;transform:translate(-50%,-50%);background:#eaf8f1;border-color:#eaf8f1;color:#143b2e}.portal-map-node--community{left:16px;top:24px}.portal-map-node--recruit{right:18px;top:36px}.portal-map-node--service{right:60px;bottom:28px}.portal-map-line{height:1px;background:#aadac180;position:absolute;left:50%;top:50%;transform-origin:left center}.portal-map-line--a{width:130px;transform:rotate(206deg)}.portal-map-line--b{width:120px;transform:rotate(326deg)}.portal-map-line--c{width:116px;transform:rotate(46deg)}.portal-routing-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.portal-routing-list span{min-height:32px;border-radius:8px;background:#effcf414;color:#bddfcd;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:800}.portal-gateway{padding:16px}.portal-gateway .panel-header{margin-bottom:8px}.portal-gateway .panel-title,.portal-updates-panel .panel-title{margin-top:4px}.portal-service-list{border-top:1px solid #dce5e0;display:grid}.portal-service-button{width:100%;min-height:72px;border:0;border-bottom:1px solid #e1e8e4;background:transparent;color:#23342e;padding:12px 2px;display:grid;grid-template-columns:40px minmax(0,1fr) auto 20px;align-items:center;gap:12px;text-align:left;cursor:pointer}.portal-service-button:last-child{border-bottom:0}.portal-service-button:hover{background:#1a5d410b}.portal-service-button:first-child{margin:10px 0;border:1px solid #b9d4c8;border-radius:12px;background:linear-gradient(135deg,#eff8f3,#f8fbfa);padding-left:12px;padding-right:12px}.portal-service-button:first-child .portal-service-icon{background:#1a5d41;color:#effcf4}.portal-service-button:first-child .portal-service-meta{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.portal-service-icon{width:38px;height:38px;border-radius:8px;background:#e2f1e9;color:#1a5d41;display:inline-flex;align-items:center;justify-content:center}.portal-service-copy{min-width:0;display:grid;gap:3px}.portal-service-copy strong{color:#1d3028;font-size:14px}.portal-service-copy small{color:#687b72;font-size:12px;line-height:1.45}.portal-service-meta{border-radius:999px;border:1px solid #cfddd6;background:#f5f8f6;color:#3b5c4e;padding:4px 10px;font-size:11px;font-weight:800;white-space:nowrap}.portal-grid{display:grid;gap:16px;align-items:stretch}.portal-grid--primary{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)}.portal-grid--dashboard{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}.portal-grid--secondary{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)}.portal-stack{display:grid;gap:16px}.portal-updates-panel{min-height:240px}.posts-panel--dashboard{min-height:520px;padding:18px}.posts-panel--dashboard .panel-header,.resources-panel--dashboard .panel-header{align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #e0e8e3}.posts-panel--dashboard .post-list{gap:8px}.posts-panel--dashboard .post-item{min-height:72px;display:grid;align-content:center}.posts-panel--dashboard .post-title{font-size:15px;line-height:1.35}.posts-panel--dashboard .post-meta{margin-top:6px;flex-wrap:wrap}.resources-panel--dashboard{min-height:520px;padding:18px}.resources-panel--dashboard .resource-list{gap:12px}.resources-panel--dashboard .resource-item{align-content:start}.resources-panel--dashboard .resource-item--card{min-height:218px;padding:0}.resources-panel--dashboard .resource-title{font-size:16px;line-height:1.35}.resources-panel--dashboard .resource-subtitle{margin-top:5px;font-size:13px;line-height:1.45}.portal-services-panel{min-height:430px;padding:18px}.portal-home-bottom{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:16px;align-items:stretch}.portal-services-panel--home,.portal-recruit-panel{min-height:420px;padding:18px}.portal-services-panel .panel-header,.portal-recruit-panel .panel-header{align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #e0e8e3}.portal-section-eyebrow{margin:0 0 6px;color:#1a5d41;font-size:11px;font-weight:900;text-transform:uppercase}.portal-service-slider{min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.32fr);gap:14px}.portal-services-panel--home .portal-service-slider{min-height:320px;grid-template-columns:1fr}.portal-services-panel--home .portal-service-feature{min-height:216px}.portal-services-panel--home .portal-service-feature-copy{left:18px;right:18px;bottom:18px;max-width:none}.portal-services-panel--home .portal-service-feature-copy strong{font-size:24px}.portal-services-panel--home .portal-service-rail{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr))}.portal-services-panel--home .portal-service-thumb{grid-template-columns:54px minmax(0,1fr)}.portal-services-panel--home .portal-service-thumb-image{width:54px;aspect-ratio:1}.portal-service-feature{min-width:0;min-height:340px;border:0;border-radius:14px;padding:0;position:relative;overflow:hidden;background:#10251d;cursor:pointer;text-align:left}.portal-service-feature-image{position:absolute;inset:0;background-position:center;background-size:cover}.portal-service-feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,#051912db,#0a32238a 48%,#0a32230f),linear-gradient(0deg,#040e0a3d,#040e0a3d)}.portal-service-feature-copy{position:absolute;left:24px;right:24px;bottom:24px;display:grid;gap:10px;max-width:560px;color:#effcf4}.portal-service-feature-copy strong{font-size:32px;line-height:1.12}.portal-service-feature-copy span:last-child{color:#d6eadf;font-size:14px;line-height:1.55}.portal-service-status{width:fit-content;border-radius:999px;border:1px solid rgba(239,252,244,.42);background:#effcf424;color:#f3fff8;padding:4px 10px;font-size:11px;font-weight:900}.portal-service-rail{min-width:0;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:10px}.portal-service-thumb{min-width:0;border:1px solid #dce8e1;border-radius:12px;background:#f8fbfa;padding:8px;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;text-align:left;cursor:pointer}.portal-service-thumb:nth-child(n+4){display:none}.portal-service-thumb.is-active{border-color:#1a5d41;background:#edf7f2;box-shadow:0 10px 24px #184b331f}.portal-service-thumb-image{width:76px;aspect-ratio:4 / 3;border-radius:9px;background-position:center;background-size:cover}.portal-service-thumb-copy{min-width:0;display:grid;gap:4px}.portal-service-thumb-copy strong,.portal-service-thumb-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-service-thumb-copy strong{color:#20342c;font-size:13px}.portal-service-thumb-copy small{color:#71847b;font-size:11px;font-weight:800}.portal-service-mobile-list{display:none}.portal-service-mobile-list li{min-width:0}.portal-service-mobile-item{width:100%;border:1px solid #dce8e1;border-radius:12px;background:#fff;padding:10px;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;text-align:left;cursor:pointer}.portal-service-mobile-media{width:72px;aspect-ratio:1;border-radius:10px;background-position:center;background-size:cover}.portal-service-mobile-copy{min-width:0;display:grid;gap:5px}.portal-service-mobile-copy strong,.portal-service-mobile-copy span,.portal-service-mobile-copy small{min-width:0}.portal-service-mobile-copy strong{color:#20342c;font-size:15px;line-height:1.3}.portal-service-mobile-copy span:not(.portal-service-status){color:#61766d;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.portal-service-mobile-copy small{color:#71847b;font-size:12px;font-weight:800}.portal-service-empty{min-height:260px;border:1px dashed #cfded6;border-radius:14px;background:#f8fbfa;color:#7f9189;display:grid;place-items:center;font-size:14px;font-weight:850}.portal-recruit-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.portal-recruit-list li{min-width:0}.portal-recruit-item{width:100%;min-height:78px;border:1px solid #dce8e1;border-radius:12px;background:#fbfdfc;padding:12px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:start;gap:12px;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.portal-recruit-item:hover{border-color:#a9cfbd;background:#fff;box-shadow:0 12px 26px #184b331a;transform:translateY(-1px)}.portal-recruit-status{min-height:28px;border-radius:999px;background:#eef2f8;color:#315071;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;white-space:nowrap}.portal-recruit-status--open{background:#e8f7ee;color:#17563c}.portal-recruit-status--closing-soon{background:#fff4dd;color:#8a5600}.portal-recruit-status--closed{background:#eef2f8;color:#667085}.portal-recruit-copy{min-width:0;display:grid;gap:5px}.portal-recruit-copy strong{color:#20342c;font-size:15px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-recruit-copy span{color:#61766d;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.portal-recruit-copy small{color:#71847b;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-update-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.portal-update-item{min-height:62px;border-bottom:1px solid #e2e9e5;display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;align-items:start;padding:10px 0}.portal-update-item:last-child{border-bottom:0}.portal-update-category{width:fit-content;border-radius:999px;background:#e4f1eb;color:#1a5d41;padding:4px 9px;font-size:11px;font-weight:800}.portal-update-title{margin:0;color:#21322c;font-size:14px;font-weight:750;line-height:1.45}.portal-update-meta{margin:5px 0 0;color:#7b8f86;font-size:12px}.coala-content--portal .leaderboard-panel .panel-action{color:#a9e6c7}.leaderboard-link{border:0;background:transparent;color:#eff9f3;font-size:12px;font-weight:700;cursor:pointer}.coala-content--leaderboard{display:block}.leaderboard-shell{padding:22px}.leaderboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.leaderboard-page-title{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.02em;color:#20312b}.leaderboard-page-subtitle{margin:10px 0 0;color:#70827a;font-size:14px}.leaderboard-header-actions{display:inline-flex;gap:8px}.leaderboard-header-button{border:1px solid #d8e3de;background:#f6f9f7;color:#4f645b;border-radius:10px;min-height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;cursor:pointer}.leaderboard-header-button:hover{background:#edf3f0}.podium-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.podium-card{border-radius:14px;border:1px solid #d8e2dd;background:#f7faf9;min-height:182px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.podium-card.is-first{border-color:#bad3c7;background:linear-gradient(180deg,#f4faf7,#eef6f2);box-shadow:0 10px 24px #264b3b1a}.podium-avatar-wrap{position:relative}.podium-avatar{width:74px;height:74px;border-radius:999px;object-fit:cover;border:3px solid #d5e5dd}.podium-card.is-first .podium-avatar{border-color:#5f9a81}.podium-rank-badge{position:absolute;right:-8px;bottom:-4px;width:28px;height:28px;border-radius:999px;background:#0f4e37;color:#f0fff7;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #f7faf9}.podium-card.is-first .podium-rank-badge{background:#f59e0b}.podium-name{margin:12px 0 0;font-size:27px;font-weight:700;color:#20322a}.podium-points{margin:6px 0 0;font-size:30px;font-weight:800;color:#1c4938}.podium-tier{margin:6px 0 0;font-size:10px;letter-spacing:.12em;color:#7d9087;font-weight:700}.leaderboard-table-shell{margin-top:16px;border:1px solid #dce5e0;border-radius:12px;background:#f8fbfa;overflow:hidden}.leaderboard-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e2e9e5;padding:12px}.leaderboard-search{width:min(370px,48vw);border-radius:10px;border:1px solid #dbe4df;background:#f1f5f3;color:#7d8f87;display:inline-flex;align-items:center;gap:8px;padding:0 10px;min-height:42px}.leaderboard-search input{width:100%;border:0;outline:0;background:transparent;color:#365046}.leaderboard-tabs{display:inline-flex;gap:6px}.leaderboard-tab{border:0;background:transparent;color:#7b8d85;height:34px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.leaderboard-tab.is-active{background:#e6f2ec;color:#215843}.leaderboard-table-wrap{width:100%}.leaderboard-table-head{min-height:42px;padding:0 14px;display:grid;grid-template-columns:72px minmax(0,1.2fr) 148px 130px 80px;align-items:center;color:#8a9a93;font-size:12px;font-weight:700}.leaderboard-table-body{list-style:none;margin:0;padding:0}.leaderboard-row{min-height:74px;padding:0 14px;display:grid;grid-template-columns:72px minmax(0,1.2fr) 148px 130px 80px;align-items:center;border-top:1px solid #e4ebe7}.leaderboard-row.is-me{background:#edf5f1}.leaderboard-cell-rank{font-size:24px;font-weight:800;color:#2f473d}.leaderboard-cell-member{display:inline-flex;align-items:center;gap:8px}.leaderboard-member-name{font-size:15px;font-weight:700;color:#1f332b}.leaderboard-member-group{font-size:12px;color:#73857d}.leaderboard-you-chip{border-radius:999px;background:#195e40;color:#effcf4;font-size:10px;font-weight:800;padding:3px 8px}.tier-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-width:78px;padding:3px 10px;font-size:10px;font-weight:800;letter-spacing:.05em}.tier-chip--grand-master{background:#e5d7ff;color:#5e34b0}.tier-chip--master{background:#dfe7ff;color:#3358b0}.tier-chip--diamond{background:#dff3eb;color:#1c7950}.tier-chip--platinum{background:#e8eff3;color:#466070}.leaderboard-cell-point{font-size:24px;color:#1f332b;letter-spacing:.02em}.leaderboard-cell-tier{display:inline-flex}.trend-chip{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}.trend-chip--up{color:#0f8a5c}.trend-chip--down{color:#be3f3f}.trend-chip--flat{color:#8fa19a}.leaderboard-empty{min-height:86px;display:flex;align-items:center;justify-content:center;color:#7f8f89;font-size:14px}.board-page{display:grid;gap:18px}.community-banner{position:relative;min-height:220px;border-radius:16px;border:1px solid #0f4d37;box-shadow:0 14px 30px #124f381f;color:#effcf4;padding:28px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(340px,1fr);align-items:center;gap:24px;overflow:hidden}.community-banner-image-track,.community-banner-image,.community-banner-scrim{position:absolute;inset:0}.community-banner-image{background-size:cover;background-position:center;opacity:0;transform:scale(1.02);will-change:opacity,transform;backface-visibility:hidden}.community-banner-image:first-child{opacity:1;transform:scale(1)}.community-banner-image:nth-child(2),.community-banner-image:nth-child(3){animation:communityBannerOverlay 18s ease-in-out infinite}.community-banner-image:nth-child(2){animation-delay:3s}.community-banner-image:nth-child(3){animation-delay:9s}.community-banner-scrim{background:linear-gradient(90deg,#0c1812e0,#0c181294 44%,#0c18122e),linear-gradient(0deg,#070f0b61,#070f0b1f)}@keyframes communityBannerOverlay{0%,18%,to{opacity:0;transform:scale(1.02)}26%,48%{opacity:1;transform:scale(1)}56%{opacity:0;transform:scale(1.02)}}.community-banner-copy{position:relative;z-index:1;max-width:760px}.community-banner-eyebrow{display:inline-flex;margin:0 0 10px;padding:6px 10px;border-radius:999px;background:#effcf421;color:#d9f7e8;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.community-banner-title{margin:0;color:#fff;font-size:clamp(28px,3vw,38px);line-height:1.18}.community-banner-description{max-width:680px;margin:12px 0 0;color:#cbe8da;line-height:1.7}.community-banner-caption{position:relative;z-index:1;justify-self:end;width:min(300px,100%);min-height:112px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;border:1px solid rgba(239,252,244,.18);border-radius:12px;padding:16px;background:#0c18126b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.community-banner-caption span{color:#b7e3cd;font-size:11px;font-weight:900}.community-banner-caption strong{color:#fff;font-size:17px;line-height:1.45}.community-banner-side{display:grid;justify-items:end;gap:14px}.community-banner-stats{display:flex;gap:10px;margin:0}.community-banner-stat{min-width:88px;padding:12px;border:1px solid rgba(239,252,244,.18);border-radius:12px;background:#effcf41a}.community-banner-stat dt{color:#cbe8da;font-size:11px;font-weight:800}.community-banner-stat dd{margin:4px 0 0;color:#fff;font-size:22px;font-weight:900}.community-banner-action{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(239,252,244,.36);border-radius:10px;padding:0 16px;background:#effcf4;color:#15583d;font-weight:900;cursor:pointer}.community-banner-action:hover{transform:translateY(-1px)}.community-hub{display:grid;gap:18px}.community-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.community-hub-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;border:1px solid rgba(29,44,35,.1);text-align:left;color:inherit;cursor:pointer}.community-hub-card:hover{border-color:#2e725647;transform:translateY(-1px)}.community-hub-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#2e72561f;color:#2e7256}.community-hub-card strong{display:block;font-size:16px;color:var(--coala-text, #172118)}.community-hub-card small{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:var(--coala-muted, #66756b)}.community-section-tabs{display:flex;align-items:center;gap:0;margin-top:14px;border:1px solid #dce7e1;border-radius:10px;background:#fff;overflow:hidden}.community-section-tab{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:1;border:0;border-right:1px solid #e2ebe6;background:transparent;color:#52655c;font-size:14px;font-weight:800;cursor:pointer}.community-section-tab:last-child{border-right:0}.community-section-tab:hover{background:#f3f8f5}.community-section-tab.is-active{background:#e8f2ed;color:#1d5d42}.board-hero{min-height:220px;border-radius:18px;border:1px solid #0f4d37;background:linear-gradient(135deg,#0f4d37,#1f9a5f);color:#f2fff7;padding:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;box-shadow:0 18px 36px #124f3824}.board-eyebrow{width:fit-content;margin:0 0 14px;border-radius:999px;background:#ffffff24;color:#e8fff2;padding:6px 12px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.board-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.board-shell{padding:0 22px 22px}.board-shell-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #dde6e1}.board-title{margin:0;font-size:34px;line-height:1.1;color:#1f322b;letter-spacing:0}.board-hero .board-title{color:#fff}.board-subtitle{margin:8px 0 0;font-size:14px;color:#7a8b84}.board-hero .board-subtitle{max-width:620px;color:#d8f3e6}.board-actions{display:flex;align-items:center;gap:10px}.board-search{width:100%;border-radius:14px;border:1px solid #dce5e0;background:#fff;color:#7a8b84;display:inline-flex;align-items:center;gap:10px;padding:0 16px;min-height:54px;box-shadow:0 8px 22px #1f372d0f}.board-search input{width:100%;border:0;outline:0;background:transparent;color:#365046}.write-post-button{border:1px solid rgba(255,255,255,.8);background:#fff;color:#104c36;border-radius:13px;min-height:48px;padding:0 22px;font-weight:900;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.ghost-button{border:1px solid #d5e2db;background:#fff;color:#2f423a;border-radius:999px;min-height:36px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-weight:600}.ghost-button:hover{border-color:#1a5b3f;color:#1a5b3f}.ghost-button--success{border-color:#1a5b3f;color:#1a5b3f;background:#1a5b3f14}.ghost-button--active{border-color:#1a5b3f;color:#fff;background:#1a5b3f}.primary-button{min-height:40px;border:1px solid #1a5d41;border-radius:10px;background:#1a5d41;color:#effcf4;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:900;cursor:pointer}.primary-button:hover{background:#155339}.board-toolbar{margin-top:0;padding:18px 0;border-bottom:1px solid #e0e8e3;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.board-context{flex:1 1 320px;display:flex;flex-direction:column;gap:6px;color:#4c5b55;font-size:14px}.board-context p{margin:0;line-height:1.4}.board-context-pill{width:fit-content;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700}.board-context-pill--notice{background:#e4f1eb;color:#1f5f43}.board-context-pill--free{background:#e4eefc;color:#285f9f}.board-context-pill--humor{background:#efe8ff;color:#5b3c91}.board-context-pill--info-news,.info-filter-tab--news{background:#e4f1eb;color:#1f5f43}.board-context-pill--info-contest,.info-filter-tab--contest{background:#fff4d8;color:#8a5a12}.board-context-pill--info-lab,.info-filter-tab--lab{background:#e4eefc;color:#285f9f}.board-context-pill--info-resource,.info-filter-tab--resource{background:#efe8ff;color:#5b3c91}.board-toolbar-actions{display:flex;align-items:center;gap:14px}.board-count{font-size:13px;color:#6d7d75;font-weight:600}.board-filters{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.board-filter-chip{border:1px solid #d9e2dd;background:#f3f7f5;color:#5f736b;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.board-filter-chip.is-active{border-color:#1a5b3f;background:#1b5d41;color:#effcf4}.board-sort-field{border:1px solid #dce5e0;background:#fff;color:#30473d;border-radius:12px;min-height:54px;padding:7px 12px;display:inline-flex;align-items:center;gap:10px}.board-sort-field span{color:#6b7d75;font-size:12px;font-weight:800;white-space:nowrap}.board-sort-select{min-width:94px;border:0;background:transparent;color:#30473d;font-size:13px;font-weight:800;outline:0;cursor:pointer}.view-mode-toggle{min-height:44px;border:1px solid #d6e2dc;border-radius:10px;background:#f7faf8;padding:4px;display:inline-flex;align-items:center;gap:4px}.view-mode-button{width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#60776d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.view-mode-button:hover{background:#e9f2ed;color:#1a5d41}.view-mode-button.is-active{background:#1a5d41;color:#effcf4}.board-post-list{margin:0;padding:0;list-style:none}.board-shell--card{padding-top:26px}.board-shell--editorial{padding:0 22px 18px}.board-shell--editorial.board-shell--card{padding:18px 22px}.board-post-list--card{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.board-post-list--list{display:block}.board-post-row{margin:0}.board-post-row--card{min-width:0}.board-post-card{width:100%;border:0;border-bottom:1px solid #e2e9e5;background:transparent;padding:18px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;cursor:pointer;text-align:left;transition:background .2s ease,transform .2s ease}.board-post-card--card{height:100%;min-height:360px;border:1px solid #dce8e2;border-radius:8px;background:#fff;padding:0;display:flex;flex-direction:column;gap:0;align-items:stretch;overflow:hidden;box-shadow:0 10px 24px #1533260f}.board-post-list--editorial .board-post-card--card{box-shadow:none}.board-post-card--card:not(.board-post-card--has-image){min-height:270px}.board-post-card--list{grid-template-columns:minmax(0,1fr) auto}.board-post-card--list.board-post-card--has-image{grid-template-columns:minmax(0,1fr) 132px auto;gap:18px}.board-post-card:hover{background:#275e460a}.board-post-card--card:hover{background:#fff;transform:translateY(-2px);box-shadow:0 16px 30px #1533261a}.board-post-list--editorial .board-post-card--card:hover{transform:none;box-shadow:none}.board-post-card:focus-visible{outline:2px solid #1a5b3f;outline-offset:4px}.board-post-list li:last-child .board-post-card{border-bottom:0}.board-post-list--card li:last-child .board-post-card{border-bottom:1px solid #dce8e2}.board-post-main{min-width:0}.board-post-card--card .board-post-main{flex:1 1 auto;padding:18px 16px 0;display:flex;flex-direction:column}.board-post-card--card .board-post-heading{align-items:flex-start;flex-direction:column;gap:9px}.board-post-heading{display:flex;align-items:center;gap:8px;min-width:0}.board-tag{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:22px;border-radius:999px;font-size:10px;letter-spacing:.08em;font-weight:800}.board-tag--notice{background:#e4f1eb;color:#1f5f43}.board-tag--free{background:#e4eefc;color:#285f9f}.board-tag--humor{background:#efe8ff;color:#5b3c91}.info-tag--news{background:#e4f1eb;color:#1f5f43}.info-tag--contest{background:#fff4d8;color:#8a5a12}.info-tag--lab{background:#e4eefc;color:#285f9f}.info-tag--resource{background:#efe8ff;color:#5b3c91}.board-post-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:22px;line-height:1.35;letter-spacing:-.01em;color:#23362f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.board-post-card--card .board-post-title{font-size:18px;line-height:1.4;-webkit-line-clamp:2}.board-post-excerpt{margin:8px 0 0;font-size:15px;line-height:1.5;color:#516158;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.board-post-card--card .board-post-excerpt{-webkit-line-clamp:3}.board-post-thumbnail{flex:0 0 auto;overflow:hidden;background:#edf5f1;color:#6f8379;display:flex;align-items:center;justify-content:center}.board-post-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.board-post-thumbnail--card{width:100%;aspect-ratio:16 / 9;border-bottom:1px solid #e2ebe6}.board-post-thumbnail--list{width:132px;height:86px;border:1px solid #dce8e2;border-radius:10px;box-shadow:0 8px 18px #15332614}.board-post-meta{margin:9px 0 0;display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#6b7a73}.board-avatar{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.board-avatar--mint{background:linear-gradient(160deg,#3ea879,#1d7e56)}.board-avatar--slate{background:linear-gradient(160deg,#5f7989,#405565)}.board-avatar--sky{background:linear-gradient(160deg,#63a9ea,#2f79cf)}.board-avatar--sand{background:linear-gradient(160deg,#d9aa62,#b1792c)}.board-avatar--rose{background:linear-gradient(160deg,#df8f8f,#ab5b5b)}.board-post-stats{min-width:110px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:#718279;font-size:13px}.board-post-card--card .board-post-stats{min-width:0;width:100%;padding:12px 15px 14px;border-top:1px solid #e6eee9;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap}.board-stat{display:inline-flex;align-items:center;gap:6px;font-weight:600}.board-like-error{width:100%;margin:8px 0 0}.board-like-button,.post-like-button{border:1px solid #d7e4dd;background:#fff;color:#60766d;border-radius:999px;min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:850;cursor:pointer}.board-like-button:hover,.post-like-button:hover{border-color:#d98b62;background:#fff3ed;color:#a64c20}.board-like-button.is-liked,.post-like-button.is-liked{border-color:#d96c40;background:#d96c40;color:#fffaf6}.post-like-button{min-height:32px}.board-stat--solved{color:#1f875b;font-weight:700}.empty-post-state{border-bottom:0;min-height:96px;display:flex;align-items:center;justify-content:center;color:#82928b}.board-post-list--card .empty-post-state{grid-column:1 / -1}.board-pagination{margin-top:14px;display:flex;justify-content:center;align-items:center;gap:6px}.page-button{width:32px;height:32px;border-radius:8px;border:1px solid #dde5e1;background:#f6f9f8;color:#7a8d85;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.page-button.is-active{border-color:#195e40;background:#195e40;color:#f0fff6;font-weight:800}.page-button:disabled{opacity:.42;cursor:not-allowed}.page-gap{color:#97a8a0;font-size:13px;padding:0 2px}.info-shell{padding:0;display:grid;gap:18px}.info-header{display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid #dde5e1;padding-bottom:16px;flex-wrap:wrap}.info-eyebrow{margin:0 0 6px;color:#1f6a49;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.info-title{margin:0;font-size:34px;line-height:1.1;letter-spacing:0;color:#11251d}.info-subtitle{margin:8px 0 0;color:#71837b;font-size:15px}.info-section-nav{display:inline-flex;align-items:center;gap:6px;border:1px solid #dce5e0;border-radius:12px;background:#fff;padding:4px}.info-section-nav a{min-height:34px;border-radius:9px;color:#51695e;padding:0 12px;display:inline-flex;align-items:center;text-decoration:none;font-size:13px;font-weight:850;white-space:nowrap}.info-section-nav a:hover{background:#edf6f1;color:#124f38}.info-intro-card{padding:28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:24px;align-items:stretch;background:linear-gradient(135deg,#1a5d4112,#ffffffeb),#fff}.info-intro-copy{min-width:0}.info-intro-kicker{width:fit-content;margin:0 0 14px;border-radius:999px;background:#e5f2eb;color:#155339;padding:6px 12px;font-size:12px;font-weight:900}.info-intro-copy h3{margin:0;color:#10251d;font-size:28px;line-height:1.28;letter-spacing:0;word-break:keep-all}.info-intro-copy p{margin:16px 0 0;color:#40564c;font-size:16px;line-height:1.72;word-break:keep-all}.info-intro-stats{margin:0;display:grid;gap:10px}.info-intro-stats div{margin:0;border:1px solid #d9e5de;border-radius:12px;background:#f8fbfa;padding:14px}.info-intro-stats dt{color:#71857b;font-size:12px;font-weight:850}.info-intro-stats dd{margin:6px 0 0;color:#143d2e;font-size:22px;font-weight:900;line-height:1.18;word-break:keep-all}.info-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;background:#f2f7f4;border:1px solid #d6e4dc;border-radius:18px;overflow:hidden;width:100%}.info-hero-copy{padding:32px;display:flex;flex-direction:column}.info-hero-category{margin:0;color:#1f6a49;font-weight:900;font-size:12px}.info-hero-title{margin:12px 0 0;font-size:32px;line-height:1.2;letter-spacing:0;color:#142820}.info-hero-description{margin:12px 0 0;color:#556960;font-size:16px;line-height:1.6}.info-hero-controls{margin-top:auto;display:inline-flex;gap:10px}.hero-arrow-button{width:40px;height:40px;border-radius:10px;border:1px solid #d4e2da;background:#fff;color:#365b49;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.info-hero-image{width:100%;height:100%;min-height:280px;object-fit:cover}.info-highlights{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.85fr);gap:20px;align-items:stretch;width:100%}.info-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:16px;align-items:start}.info-calendar-card,.info-latest-card{padding:20px;display:flex;flex-direction:column;gap:18px}.info-calendar-header,.info-latest-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.calendar-eyebrow,.info-latest-eyebrow,.info-resource-eyebrow{margin:0;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#1f6a49;font-weight:800}.calendar-title,.info-latest-title,.info-resource-title{margin:6px 0 0;font-size:24px;color:#162b22}.calendar-manage-button{border:1px solid #d4e2da;background:#fff;color:#365b49;border-radius:10px;padding:6px 14px;font-weight:700;cursor:pointer}.info-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;padding:12px;border:1px solid #dee5f2;border-radius:14px;background:#f7f9fd}.calendar-weekday{text-align:center;font-size:12px;color:#7f8ea3;font-weight:700}.calendar-day{position:relative;border:1px solid #e0e6ee;border-radius:10px;height:42px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#203655;background:#f8fafc}.calendar-day.is-muted{color:#b0bccd;background:#f3f5f8}.calendar-day.has-event{border-color:#1f5f43;background:#ecf7f1;color:#1f5f43}.calendar-dot{position:absolute;bottom:8px;width:6px;height:6px;border-radius:999px;background:#1f5f43}.info-calendar-schedule{list-style:none;margin:0;padding:0 4px 0 0;display:grid;gap:10px;max-height:240px;overflow-y:auto}.calendar-schedule-item{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;border:1px solid #dbe3df;border-radius:12px;padding:10px;background:#f7f9f8}.calendar-schedule-date{margin:0;font-weight:700;font-size:13px;color:#3d544a}.calendar-schedule-title{margin:0;font-weight:700;color:#23384f}.calendar-schedule-type{margin:6px 0 0;color:#6c7f75;font-size:13px}.info-calendar-schedule::-webkit-scrollbar{width:6px}.info-calendar-schedule::-webkit-scrollbar-thumb{background:#b8c5bf;border-radius:999px}.info-calendar-schedule::-webkit-scrollbar-track{background:transparent}.latest-tab-list{list-style:none;margin:0;padding:0;display:flex;gap:8px}.latest-tab-button{border:1px solid #d9e2dd;border-radius:10px;background:#fff;color:#5b6f66;height:34px;padding:0 16px;font-weight:700;cursor:pointer}.latest-tab-button.is-active{background:#1f5f43;border-color:#1f5f43;color:#e9fff5;box-shadow:0 6px 16px #113f2b1f}.latest-info-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.latest-info-item{border:1px solid #dce5e0;border-radius:12px;padding:14px;background:#f8fbfa;display:grid;gap:6px}.latest-info-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6a7b73}.latest-info-category{font-weight:800;color:#1f5f43}.latest-info-time{color:#8b9c94}.latest-info-title{margin:0;font-size:17px;color:#21322c}.latest-info-summary{margin:0;color:#5b6d64;line-height:1.4}.info-resource-zone{display:grid;gap:14px;padding:20px}.info-resource-header{border-bottom:1px solid #dce2df;padding-bottom:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:14px;align-items:end}.info-article-zone{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.zone-title{margin:0 0 10px;font-size:34px;color:#1e2f45;letter-spacing:-.02em}.article-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}.article-item{border:1px solid #dce5e0;background:#f7faf8;border-radius:14px;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px}.article-copy{min-width:0}.article-tags{display:inline-flex;align-items:center;gap:6px}.article-tag,.article-author{border-radius:999px;background:#dfe9f8;color:#315f9e;font-size:12px;font-weight:700;padding:3px 8px}.article-author{background:#e9edf1;color:#5d6f81}.article-title{margin:10px 0 0;font-size:27px;color:#1d3149;letter-spacing:-.01em;line-height:1.3}.article-summary{margin:10px 0 0;color:#687b8f;font-size:16px;line-height:1.6}.article-image{width:100%;height:160px;object-fit:cover;border-radius:12px}.info-side-column{display:grid;gap:12px;align-content:start}.side-card{padding:14px;border-radius:16px;background:#f2f5f8;border-color:#dde4ea}.side-card-title{margin:0;color:#4f6479;font-size:24px}.popular-list,.comment-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:10px}.popular-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:start}.popular-rank{width:28px;height:28px;border-radius:8px;background:#e8f0ff;color:#2f63bf;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.popular-title{margin:0;color:#233a55;font-weight:700;line-height:1.45}.popular-author{margin:4px 0 0;color:#7b8da0;font-size:13px}.comment-item{border:1px solid #d8e1e9;background:#f7f9fb;border-radius:12px;padding:10px}.comment-author{margin:0;font-weight:700;color:#2c4665}.comment-content{margin:6px 0 0;color:#4d657f;line-height:1.5}.comment-reference{margin:8px 0 0;color:#8a9ab0;font-size:13px}.resource-board{display:grid;gap:14px}.resource-board-header{border:1px solid #dce5e0;background:#fff;border-radius:12px;padding:10px;display:grid;gap:10px}.resource-search-bar{border:1px solid #d7e2dd;background:#fff;border-radius:12px;height:48px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;color:#73857d}.resource-search-bar input{border:0;outline:0;background:transparent;width:100%}.resource-filter-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.resource-filter-chip{border:1px solid #d7e2dd;background:#fff;color:#4e645a;border-radius:10px;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.resource-filter-chip.is-active{border-color:#1f5f43;background:#1a5b3f;color:#effcf4}.resource-card-grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.resource-card-item{border:1px solid #dce5e0;border-radius:12px;background:#f8fbfa;overflow:hidden;display:grid;grid-template-rows:132px auto auto}.info-resource-zone .resource-card-item{grid-template-rows:minmax(0,1fr) auto;min-height:190px}.resource-card-media-wrap{position:relative}.resource-card-image{width:100%;height:132px;object-fit:cover}.resource-card-tag{position:absolute;top:8px;left:8px;border-radius:6px;background:#edf4ff;color:#2f63bf;font-size:10px;font-weight:800;padding:3px 6px}.info-resource-zone .resource-card-tag{position:static;width:fit-content;display:inline-flex;margin-bottom:12px;background:#e7f1eb;color:#155339}.resource-card-body{padding:12px;min-width:0}.resource-card-title{margin:0;font-size:16px;color:#243a31;line-height:1.4;word-break:keep-all}.resource-card-source{margin:8px 0 0;color:#7f9189;font-size:12px}.resource-card-footer{border-top:1px solid #e3eae6;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#7e9088;font-size:12px}.resource-card-action{width:26px;height:26px;border:1px solid #d4dfda;border-radius:999px;background:#f1f6f3;color:#4f675c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.resource-board-footer{display:grid;justify-items:center;gap:8px}.load-more-button{border:1px solid #d4ddd8;background:#f5f8f7;color:#354d42;min-height:40px;border-radius:10px;padding:0 16px;font-weight:700;cursor:pointer}.resource-count-text{margin:0;color:#95a59e;font-size:12px}.auth-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;overflow:hidden}.auth-intro{background:linear-gradient(145deg,#104e39,#1a684b 60%,#2d8a63);padding:36px;color:#eafbf2}.auth-eyebrow{margin:0;font-size:12px;letter-spacing:.2em;font-weight:800}.auth-title{margin:14px 0 0;font-size:34px;line-height:1.2;letter-spacing:-.02em}.auth-description{margin:12px 0 0;line-height:1.7;color:#c5e9d7}.auth-form{padding:28px;display:grid;gap:12px}.auth-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-label{display:grid;gap:6px;color:#3d544a;font-size:13px;font-weight:700}.auth-input{height:42px;border:1px solid #d5dfda;border-radius:10px;padding:0 12px;background:#f5f8f6;color:#2f463d}.auth-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border:1px solid #d5dfda;border-radius:10px;padding:4px;background:#f5f8f6}.auth-segment-button{min-height:34px;border:0;border-radius:8px;background:transparent;color:#5d7368;font-size:13px;font-weight:800;cursor:pointer}.auth-segment-button.is-active{background:#1a5d41;color:#effcf4}.auth-helper{color:#6e8278;font-size:12px;line-height:1.45}.auth-helper a{color:#145c3d;font-weight:900;text-decoration:none}.auth-helper a:hover{text-decoration:underline}.auth-optional{color:#8a9a93;font-size:12px;font-weight:700}.auth-error{margin:0;border:1px solid #f0b4aa;border-radius:10px;background:#fff2f0;color:#a23a2e;padding:10px 12px;font-size:13px;line-height:1.45}.auth-success,.auth-helper-panel{margin:0;border:1px solid #cfe0d8;border-radius:10px;background:#eef6f2;color:#1b5c40;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.45;word-break:keep-all;overflow-wrap:anywhere}.auth-helper-panel{color:#60756b;font-weight:700}.auth-submit{margin-top:4px;height:44px;border:1px solid #1f5f43;border-radius:10px;background:#1a5d41;color:#effcf4;font-size:15px;font-weight:800;cursor:pointer}.auth-submit:disabled,.auth-switch:disabled{cursor:not-allowed;opacity:.62}.auth-secondary-button{height:40px;border:1px solid #cfded7;border-radius:10px;background:#f5f8f6;color:#1a5d41;font-size:13px;font-weight:900;cursor:pointer}.auth-secondary-button:hover{background:#eaf4ef}.auth-secondary-button:disabled{cursor:not-allowed;opacity:.62}.auth-switch{border:0;background:transparent;color:#5d7368;font-size:13px;font-weight:700;cursor:pointer}.email-verification-shell{max-width:760px;margin:0 auto}.email-verification-code-input{font-size:18px;font-weight:900;letter-spacing:.22em}.email-verification-resend,.email-verification-link{display:inline-flex;justify-content:center;text-decoration:none}.placeholder-shell{padding:26px}.placeholder-title{margin:0;font-size:26px;color:#21352d}.placeholder-description{margin:10px 0 0;max-width:640px;color:#70837b;font-size:15px}.services-hub{padding:30px;display:grid;gap:18px}.services-hub-eyebrow{margin:0;color:#1a5d41;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.services-hub-title{margin:0;color:#1c3028;font-size:34px;line-height:1.2}.services-hub-description{max-width:680px;margin:0;color:#63786f;line-height:1.7}.services-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.services-hub-card{border:1px solid #dce8e1;border-radius:12px;background:#f7fbf9;padding:18px;display:grid;gap:8px}.services-hub-card svg{color:#1a5d41}.services-hub-card h3{margin:0;color:#1c3028;font-size:17px}.services-hub-card p{margin:0;color:#667b72;line-height:1.6}.placeholder-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.placeholder-item{border:1px solid #dbe4df;background:#f3f7f5;border-radius:10px;min-height:74px;display:flex;align-items:center;justify-content:center;text-align:center;color:#4f645b;font-weight:700;padding:10px}.coala-footer{border-top:1px solid #d8e1dd;color:#9aa9a2;font-size:12px;text-align:center;padding:18px 10px 24px;margin-top:18px}@media(max-width:1280px){.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1120px){.coala-header{height:auto;padding-top:10px;padding-bottom:10px}.coala-header-inner{grid-template-columns:auto 1fr;grid-template-areas:"brand actions" "nav nav";row-gap:10px}.coala-brand{grid-area:brand}.coala-main-nav{grid-area:nav;justify-content:flex-start;overflow:visible;padding-bottom:4px;width:100%}.coala-header-actions{grid-area:actions;justify-self:end;width:260px}.header-command-button span{display:none}.coala-workspace--with-rail{grid-template-columns:1fr}.user-activity-rail{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.coala-shell{grid-template-columns:1fr}.coala-sidebar{display:grid;grid-template-columns:280px minmax(0,1fr)}.coala-content{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.info-article-zone{grid-template-columns:1fr}.info-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}.info-highlights,.info-intro-card,.info-calendar-layout,.info-resource-header{grid-template-columns:1fr}.leaderboard-page-title{font-size:30px}.podium-name{font-size:23px}.podium-points{font-size:26px}.leaderboard-table-head,.leaderboard-row{grid-template-columns:56px minmax(0,1fr) 126px 108px 56px}.leaderboard-cell-rank,.leaderboard-cell-point{font-size:20px}}@media(max-width:920px){.user-activity-rail{grid-template-columns:1fr}.context-card--bar{grid-template-columns:1fr;align-items:stretch}.context-card--bar .context-card-header{padding-right:0;padding-bottom:8px;border-right:0;border-bottom:1px solid #dce5e0}.context-card--bar .context-item-button{min-width:150px}.coala-sidebar{grid-template-columns:1fr}.coala-content{grid-template-columns:1fr;grid-template-areas:"hero" "posts" "resources" "leaderboard" "recruit"}.board-shell,.info-shell{padding:16px}.board-shell-header{flex-direction:column;align-items:stretch}.board-actions{width:100%;flex-direction:column;align-items:stretch}.board-search{width:100%}.board-post-row{grid-template-columns:1fr;align-items:start;gap:8px;padding:10px 0}.board-post-stats{min-width:0;justify-items:start;grid-template-columns:auto auto}.info-hero{grid-template-columns:1fr;width:100%}.latest-tab-list{flex-wrap:wrap}.info-hero-image{min-height:220px}.article-item,.resource-card-grid,.auth-shell,.placeholder-grid{grid-template-columns:1fr}.leaderboard-shell{padding:16px}.leaderboard-header{flex-direction:column;align-items:stretch}.leaderboard-header-actions{width:100%}.leaderboard-table-toolbar{flex-direction:column;align-items:stretch}.leaderboard-search{width:100%}.leaderboard-tabs{overflow-x:auto}.leaderboard-table-head{display:none}.leaderboard-row{min-height:0;padding:12px;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto auto auto;gap:4px 10px}.leaderboard-cell-rank{grid-row:1 / 5;align-self:center}.leaderboard-cell-member,.leaderboard-cell-tier,.leaderboard-cell-point,.leaderboard-row .trend-chip{grid-column:2}.leaderboard-row .trend-chip{justify-self:start}.podium-grid{grid-template-columns:1fr}}@media(max-width:640px){.coala-header{padding-left:12px;padding-right:12px}.coala-brand-mark{width:34px;height:34px;border-radius:10px}.coala-brand-word{font-size:18px}.coala-brand-subtitle,.header-command-button{display:none}.coala-shell{width:calc(100% - 16px);margin-top:12px;gap:12px}.main-nav-button{padding:0 12px;font-size:13px}.header-action-button{height:34px;padding:0 10px;font-size:12px}.hero-banner{min-height:206px}.hero-banner-title{font-size:24px}.hero-banner-content{inset:auto 16px 16px}.hero-dots{right:14px;bottom:10px}.board-title,.info-title{font-size:30px}.board-post-title,.article-title{font-size:20px}.info-side-column{grid-template-columns:1fr}}.coala-content--recruit{display:block}.recruit-hero{display:none;border-radius:16px;border:1px solid #0f4232;background:linear-gradient(118deg,#0d4534 10%,#16603f,#2c865a);padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden;position:relative}.recruit-hero-body{max-width:520px}.recruit-hero-badge{display:inline-flex;align-items:center;border-radius:999px;background:#f59e0b;color:#78350f;font-size:10px;font-weight:800;letter-spacing:.12em;padding:4px 10px}.recruit-hero-title{margin:12px 0 0;color:#f0fff8;font-size:26px;line-height:1.25;letter-spacing:-.02em}.recruit-hero-subtitle{margin:10px 0 0;color:#a7d9c0;font-size:14px;line-height:1.55}.recruit-hero-footer{margin-top:18px;display:inline-flex;align-items:center;gap:14px}.recruit-hero-cta{border:1.5px solid rgba(255,255,255,.55);background:transparent;color:#edfff6;border-radius:8px;height:38px;padding:0 16px;font-weight:700;font-size:14px;cursor:pointer;transition:background .2s ease}.recruit-hero-cta:hover{background:#ffffff1a}.recruit-hero-limit{font-size:12px;color:#7ecba1}.recruit-hero-deco{font-size:72px;line-height:1;opacity:.9;flex-shrink:0}.recruit-search-row{margin-top:14px;display:flex;gap:10px}.recruit-search{flex:1;border-radius:10px;border:1px solid #d5e0db;background:#f6f9f7;color:#7a8b84;display:inline-flex;align-items:center;gap:8px;padding:0 12px;min-height:44px}.recruit-search input{width:100%;border:0;outline:0;background:transparent;color:#2f453c;font-size:14px}.recruit-search input::placeholder{color:#9aaba4}.recruit-post-button{display:none;border:1px solid #1f5f43;background:#1a5b3f;color:#f0fff6;border-radius:10px;min-height:44px;padding:0 18px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.recruit-post-button:hover{filter:brightness(1.08)}.recruit-section{margin-top:26px}.recruit-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.recruit-section-title{margin:0;font-size:18px;font-weight:800;color:#1d3028}.recruit-section-subtitle{margin:4px 0 0;font-size:13px;color:#7a8b84}.recruit-section-link{border:0;background:transparent;color:#7a8b84;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;padding-top:2px}.recruit-section-link:hover{color:#2d4a3e}.recruit-recommend-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recruit-recommend-card{display:flex;align-items:center;gap:14px;padding:14px;cursor:pointer;transition:box-shadow .2s ease}.recruit-recommend-card:hover{box-shadow:0 1px #ffffffd9 inset,0 8px 24px #1b352b1a}.recruit-recommend-icon{width:52px;height:52px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.recruit-recommend-icon--project{background:#dce9ff;color:#3f7ae2}.recruit-recommend-icon--study{background:#dff3e8;color:#1a8d57}.recruit-recommend-icon--tutoring{background:#f7efdb;color:#d09724}.recruit-recommend-body{min-width:0}.recruit-category-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.06em;padding:2px 8px}.recruit-category-badge--study{background:#d1fae5;color:#065f46}.recruit-category-badge--project{background:#dbeafe;color:#1d4ed8}.recruit-category-badge--tutoring{background:#fef3c7;color:#92400e}.recruit-recommend-title{margin:6px 0 0;font-size:14px;font-weight:700;color:#1e2f28;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.recruit-recommend-meta{margin:6px 0 0;display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#7a8b84}.recruit-toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.recruit-category-tabs{list-style:none;margin:0;padding:0;display:flex;gap:6px}.recruit-category-tab{border:1px solid #d9e2dd;background:#f3f7f5;color:#5f736b;border-radius:8px;min-height:36px;padding:0 14px;font-size:14px;font-weight:700;cursor:pointer;transition:all .18s ease}.recruit-category-tab:hover{background:#ebf2ee}.recruit-category-tab.is-active{border-color:#1a5b3f;background:#1b5d41;color:#effcf4}.recruit-subfilter-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.recruit-write-panel{margin-top:14px;padding:22px}.recruit-write-panel h3{margin:0;color:#1c3128;font-size:18px}.recruit-write-panel p{margin:6px 0 0;color:#6d8177;font-size:13px}.recruit-write-category-tabs{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.recruit-write-category-tabs .community-filter-tab{flex:0 0 auto}.recruit-write-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.recruit-write-panel .jcloud-textarea{min-height:112px}.recruit-write-wide{grid-column:1 / -1}.recruit-write-footer{margin-top:16px;display:flex;justify-content:flex-end}.recruit-write-panel .auth-error{margin-top:14px}.recruit-application-panel{margin-top:14px;padding:22px;display:grid;gap:16px}.recruit-application-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.recruit-application-head p{margin:0 0 6px;color:#1a5b3f;font-size:12px;font-weight:900}.recruit-application-head h3{margin:0;color:#1c3128;font-size:19px;line-height:1.45;word-break:keep-all;overflow-wrap:anywhere}.recruit-application-editor-field{min-width:0}.recruit-application-editor{min-width:0;border:1px solid #dce7e1;border-radius:12px;overflow:hidden;background:#fff}.recruit-application-editor .w-md-editor{border:0;border-radius:0;box-shadow:none;background:#fff}.recruit-application-editor .w-md-editor-toolbar{border-bottom:1px solid #e6eee9;background:#f7faf8}.recruit-application-editor .w-md-editor-toolbar button{color:#31473d}.recruit-application-editor .w-md-editor-toolbar button:hover,.recruit-application-editor .w-md-editor-toolbar li.active>button{background:#e2eee8;color:#1a5b3f}.recruit-application-editor .w-md-editor-content,.recruit-application-editor .w-md-editor-text{background:#fff}.recruit-application-editor .w-md-editor-text-input,.recruit-application-editor .w-md-editor-text-pre{padding:18px 20px!important;color:#1f3329;font-size:15px!important;line-height:1.78!important;word-break:keep-all;overflow-wrap:anywhere}.recruit-application-editor .w-md-editor-text-input::placeholder{color:#94a59d}.recruit-application-footer{display:flex;justify-content:flex-end}.recruit-application-panel--page{margin-top:14px}.recruit-application-empty,.recruit-application-success{margin-top:14px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.recruit-application-empty strong,.recruit-application-success h3,.recruit-application-success p{margin:0;word-break:keep-all;overflow-wrap:anywhere}.recruit-application-success{justify-content:flex-start}.recruit-application-success>svg{flex:0 0 auto;color:#126341}.recruit-application-success h3{color:#183329;font-size:20px;line-height:1.35}.recruit-application-success p{margin-top:4px;color:#66796f;font-size:14px;font-weight:800}.recruit-application-success-actions{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:640px){.recruit-application-panel{padding:18px}.recruit-application-head{flex-direction:column;align-items:stretch}.recruit-application-head .recruit-row-button{align-self:flex-start}.recruit-application-editor .w-md-editor-toolbar{overflow-x:auto}.recruit-application-editor .w-md-editor-text-input,.recruit-application-editor .w-md-editor-text-pre{padding:16px!important;font-size:14px!important}.recruit-application-empty,.recruit-application-success{align-items:flex-start;flex-direction:column}.recruit-application-success-actions{margin-left:0;width:100%;justify-content:flex-start}}.recruit-status-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:800;padding:3px 10px}.recruit-status--open{background:#d1fae5;color:#047857}.recruit-status--closing{background:#fef3c7;color:#92400e}.recruit-status--closed{background:#f1f5f9;color:#64748b}.recruit-card-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(292px,1fr));gap:14px}.recruit-card{position:relative;padding:16px;display:flex;flex-direction:column;gap:10px;cursor:pointer;box-shadow:0 12px 26px #1c372a14;transition:box-shadow .2s ease,transform .2s ease}.recruit-card:hover{box-shadow:0 18px 38px #1c372a24;transform:translateY(-1px)}.recruit-card--page{min-height:310px;border-color:#d2e2da;background:#fff}.recruit-card-open{position:relative;z-index:2;min-width:0;border:0;background:transparent;padding:0;display:grid;gap:9px;text-align:left;pointer-events:none}.recruit-card-hitarea{position:absolute;inset:0;z-index:1;border:0;border-radius:inherit;background:transparent;cursor:pointer}.recruit-card-hitarea:focus-visible{outline:2px solid #1a5b3f;outline-offset:4px}.recruit-card-open--with-image{grid-template-rows:auto auto auto auto auto}.recruit-card-cover{width:100%;aspect-ratio:16 / 9;border-radius:8px;background-color:#edf4f0;background-position:center;background-size:cover}.recruit-card-topline{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.recruit-category-chip{min-height:28px;border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;color:#344a41;background:#eef3f7;font-size:12px;font-weight:900;white-space:nowrap}.recruit-category-chip--project{color:#224d72;background:#eaf2fb}.recruit-category-chip--study{color:#1b5e41;background:#e7f5ee}.recruit-category-chip--tutoring{color:#805309;background:#fff5df}.recruit-card-tags{font-size:11px;color:#9aaba4;letter-spacing:.04em}.recruit-card-title{margin:0;font-size:15px;font-weight:700;color:#1e2f28;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recruit-card-desc{margin:0;font-size:13px;color:#6e7f78;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.recruit-card-author{color:#41594e;font-size:12px;font-weight:900}.recruit-card-meta-row,.recruit-card-role-preview{display:flex;flex-wrap:wrap;gap:6px}.recruit-card-meta-row span,.recruit-card-role-preview span{min-height:25px;border-radius:999px;background:#f1f6f3;color:#5b7067;padding:4px 8px;display:inline-flex;align-items:center;font-size:12px;font-weight:850}.recruit-card-techs{display:flex;flex-wrap:wrap;gap:6px}.recruit-card-techs span{border:1px solid #d7e2dd;border-radius:7px;background:#f3f7f5;color:#52675e;padding:3px 7px;font-size:11px;font-weight:800}.recruit-card-footer{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:8px}.recruit-card-members{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#7a8b84}.recruit-card-actions{display:inline-flex;align-items:center;gap:6px}.recruit-card-actions--footer{position:relative;z-index:3;margin-top:auto;justify-content:flex-end}.recruit-card-static-chip{min-height:28px;border-radius:999px;border:1px solid #b9d9ca;background:#eef8f3;color:#155339;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;font-weight:900;white-space:nowrap}.recruit-save-chip{border:1px solid #d5dfda;background:#fff;color:#50675d;border-radius:999px;height:28px;padding:0 10px;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.recruit-save-chip--active{border-color:#1a5b3f;background:#e8f5ee;color:#155339}.recruit-apply-chip{border:1px solid #1f5f43;background:#1a5b3f;color:#f0fff6;border-radius:999px;height:28px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.recruit-apply-chip:hover{filter:brightness(1.08)}.recruit-apply-chip:disabled{filter:none}.recruit-apply-chip--closed{border-color:#d5dfda;background:#f1f5f4;color:#8a9a93;cursor:default}.recruit-card-empty{grid-column:1 / -1;padding:48px;text-align:center;color:#8a9a93;font-size:14px}.recruit-detail-shell{display:grid;grid-template-columns:minmax(0,1fr) 308px;gap:16px;align-items:start}.recruit-detail-main{display:grid;gap:12px}.recruit-detail-back{border:0;background:transparent;color:#6e7f78;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0;margin-bottom:2px}.recruit-detail-back:hover{color:#1e3028}.recruit-detail-card{padding:22px}.recruit-detail-badges{display:flex;align-items:center;gap:8px;margin-bottom:12px}.recruit-detail-badge{display:inline-flex;align-items:center;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.08em;padding:3px 8px}.recruit-detail-badge--primary{background:#d1fae5;color:#047857}.recruit-detail-badge--secondary{background:#f0f4f2;color:#5a6e66}.recruit-detail-title{margin:0;font-size:30px;line-height:1.2;letter-spacing:-.02em;color:#1a2d25;font-weight:800}.recruit-detail-meta{margin:10px 0 0;display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#7a8b84}.recruit-meta-item{display:inline-flex;align-items:center;gap:4px}.recruit-info-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #dde6e1;border-radius:10px;overflow:hidden}.recruit-info-cell{padding:12px 16px;border-right:1px solid #dde6e1;border-bottom:1px solid #dde6e1;display:flex;flex-direction:column;gap:4px}.recruit-info-cell:nth-child(2n){border-right:0}.recruit-info-cell:nth-last-child(-n+2){border-bottom:0}.recruit-info-label{font-size:11px;font-weight:700;color:#8a9a93;letter-spacing:.06em}.recruit-info-value{font-size:14px;color:#1e2f28;font-weight:600}.recruit-tech-stack{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.recruit-tech-chip{border:1px solid #d5e0db;background:#edf3f0;color:#3d5447;border-radius:6px;font-size:12px;font-weight:700;padding:3px 8px}.recruit-content-card{line-height:1.7}.recruit-content-title{margin:0 0 14px;font-size:18px;font-weight:800;color:#1a2d25;display:flex;align-items:center;gap:10px}.recruit-content-title-bar{display:inline-block;width:4px;height:18px;border-radius:2px;background:#1a5b3f;flex-shrink:0}.recruit-qa-count{font-size:16px;color:#1a5b3f;font-weight:800}.recruit-content-para{margin:0 0 12px;font-size:15px;color:#3a4f47;line-height:1.75}.recruit-content-para:last-child{margin-bottom:0}.recruit-process-section{margin:16px 0;background:#f3f7f5;border-radius:10px;padding:14px 16px}.recruit-process-label{margin:0 0 10px;font-size:13px;font-weight:700;color:#4a5f56}.recruit-process-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.recruit-process-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#3a4f47}.recruit-process-check{color:#1a8d57;font-weight:800;font-size:14px;flex-shrink:0;margin-top:1px}.recruit-qa-form{margin-bottom:18px}.recruit-qa-textarea{width:100%;border:1px solid #d5e0db;border-radius:10px;background:#f5f8f7;color:#2f453c;padding:12px;font-size:14px;line-height:1.6;resize:vertical;box-sizing:border-box;font-family:inherit}.recruit-qa-textarea::placeholder{color:#9aaba4}.recruit-qa-form-footer{display:flex;justify-content:flex-end;margin-top:8px}.recruit-qa-submit{border:1px solid #1f5f43;background:#1a5b3f;color:#f0fff6;border-radius:8px;height:36px;padding:0 16px;font-weight:700;font-size:13px;cursor:pointer}.recruit-qa-submit:hover{filter:brightness(1.08)}.recruit-comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.recruit-comment{display:flex;gap:10px}.recruit-comment-body{flex:1;min-width:0}.recruit-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.recruit-comment-author{font-size:13px;font-weight:700;color:#1e2f28}.recruit-comment-time{font-size:12px;color:#9aaba4}.recruit-comment-content{margin:0;font-size:14px;color:#3a4f47;line-height:1.6}.recruit-detail-sidebar{display:flex;flex-direction:column;gap:12px;position:sticky;top:90px}.recruit-participation-card{padding:20px}.recruit-participation-label{margin:0 0 8px;font-size:11px;font-weight:700;color:#8a9a93;letter-spacing:.1em}.recruit-member-count-row{display:flex;align-items:baseline;gap:6px;margin-bottom:10px}.recruit-member-count{font-size:28px;font-weight:800;color:#1a2d25;letter-spacing:-.02em}.recruit-member-sub{font-size:13px;color:#7a8b84}.recruit-progress-track{height:6px;border-radius:999px;background:#e2ebe7;margin-bottom:14px;overflow:hidden}.recruit-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1a8d57,#30b874);transition:width .4s ease}.recruit-role-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:8px}.recruit-role-item{display:flex;align-items:center;justify-content:space-between;font-size:13px}.recruit-role-label{color:#4a5f56}.recruit-role-count{font-weight:700;color:#1a5b3f}.recruit-role-count--full{color:#dc2626}.recruit-apply-button{width:100%;border:0;background:#1a5b3f;color:#f0fff6;border-radius:10px;height:48px;font-size:16px;font-weight:800;cursor:pointer;transition:filter .2s ease}.recruit-apply-button:hover:not(:disabled){filter:brightness(1.1)}.recruit-apply-button--closed{background:#d5dfda;color:#7a8b84;cursor:default}.recruit-interest-button{width:100%;margin-top:8px;border:1px solid #d5dfda;background:transparent;color:#5a6e66;border-radius:10px;height:38px;font-size:13px;font-weight:700;cursor:pointer}.recruit-interest-button:hover{background:#f0f4f2}.recruit-interest-button--active{border-color:#1a5b3f;background:#e8f5ee;color:#155339}.recruit-host-card{padding:18px}.recruit-host-section-label{margin:0 0 12px;font-size:11px;font-weight:700;color:#8a9a93;letter-spacing:.1em}.recruit-host-info{display:flex;align-items:center;gap:10px;margin-bottom:14px}.recruit-host-name{margin:0;font-size:14px;font-weight:700;color:#1a2d25}.recruit-host-role{margin:2px 0 0;font-size:12px;color:#7a8b84}.recruit-trust-section{padding-top:14px;border-top:1px solid #e2ebe7}.recruit-trust-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.recruit-trust-label{font-size:12px;font-weight:700;color:#5a6e66}.recruit-trust-value{font-size:14px;font-weight:800;color:#1a5b3f}.recruit-trust-track{height:5px;border-radius:999px;background:#e2ebe7;overflow:hidden;margin-bottom:10px}.recruit-trust-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1a8d57,#30b874)}.recruit-trust-desc{margin:0;font-size:12px;color:#7a8b84;line-height:1.6}@media(max-width:1120px){.recruit-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recruit-detail-shell{grid-template-columns:1fr}.recruit-detail-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.recruit-hero{flex-direction:column;align-items:flex-start;padding:24px}.recruit-hero-deco{display:none}.recruit-recommend-grid,.recruit-card-grid,.recruit-detail-sidebar{grid-template-columns:1fr}}@media(max-width:640px){.recruit-hero-title{font-size:20px}.recruit-detail-title{font-size:22px}.recruit-info-grid{grid-template-columns:1fr}.recruit-info-cell:nth-child(2n){border-right:1px solid #dde6e1}.recruit-info-cell:nth-last-child(-n+2){border-bottom:1px solid #dde6e1}.recruit-info-cell:last-child{border-bottom:0}}.coala-content--activity{display:block}.activity-page{display:grid;gap:24px;max-width:900px;margin:0 auto;padding:4px 0 32px}.activity-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.activity-page-eyebrow{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7a9b8c}.activity-page-title{margin:0 0 8px;font-size:28px;font-weight:800;letter-spacing:-.02em;color:#16312a}.activity-page-subtitle{margin:0;font-size:13.5px;color:#6a7f78;line-height:1.6;max-width:520px}.activity-page-header-actions{display:flex;gap:8px;flex-shrink:0;padding-top:4px}.activity-header-button{display:inline-flex;align-items:center;gap:6px;border:1px solid #d3e0da;border-radius:8px;background:#f5faf7;color:#4a6358;font-size:13px;font-weight:600;height:34px;padding:0 14px;cursor:pointer;transition:background .15s,border-color .15s}.activity-header-button:hover{background:#eaf3ee;border-color:#b8d4c8}.activity-sources-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.activity-source-card{display:flex;align-items:flex-start;gap:14px;padding:18px 20px}.activity-source-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:#edf4f0;display:flex;align-items:center;justify-content:center;color:#2e7d57}.activity-source-body{display:grid;gap:3px}.activity-source-label{margin:0;font-size:14px;font-weight:800;color:#1c3028}.activity-source-desc{margin:0;font-size:12.5px;color:#6a7f78}.activity-source-formula{margin:4px 0 0;font-size:11.5px;font-weight:600;color:#3d6b55;line-height:1.7;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-podium{display:flex;align-items:flex-end;justify-content:center;gap:12px;padding:4px 0 0}.podium-slot{display:flex;flex-direction:column;align-items:center;flex:1;max-width:220px}.podium-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 16px 16px;width:100%;background:#fff;border:1px solid #dde8e3;border-radius:16px 16px 0 0;position:relative}.podium-slot--1 .podium-card{background:linear-gradient(160deg,#f0faf5,#e4f6ec);border-color:#b8dfc9;box-shadow:0 4px 20px #1e64411a}.podium-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff;position:relative}.podium-slot--1 .podium-avatar{width:62px;height:62px;font-size:24px;box-shadow:0 4px 16px #0000001f}.podium-avatar--mint{background:linear-gradient(135deg,#2cc97e,#1a8d57)}.podium-avatar--sky{background:linear-gradient(135deg,#5cb8e4,#2a85b8)}.podium-avatar--amber{background:linear-gradient(135deg,#f0a93a,#c47e10)}.podium-avatar--slate{background:linear-gradient(135deg,#8ea5b8,#5c7a91)}.podium-avatar--sand{background:linear-gradient(135deg,#c9b090,#9c7f5a)}.podium-avatar--rose{background:linear-gradient(135deg,#e87a9a,#c04e72)}.podium-rank-badge{position:absolute;top:-10px;right:-6px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;border:2px solid #fff}.podium-rank-badge--1{background:#d4a017;color:#fff}.podium-rank-badge--2{background:#9baab5;color:#fff}.podium-rank-badge--3{background:#b07850;color:#fff}.podium-name{margin:2px 0 0;font-size:14px;font-weight:700;color:#1c3028}.podium-handle{margin:0;color:#789087;font-size:11.5px;font-family:SF Mono,Fira Mono,Consolas,monospace}.podium-points{margin:0;font-size:16px;font-weight:800;color:#1f5f43;font-family:SF Mono,Fira Mono,Consolas,monospace}.podium-breakdown{display:flex;align-items:center;gap:5px;font-size:11px;color:#7a9284;font-family:SF Mono,Fira Mono,Consolas,monospace}.podium-breakdown-dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.podium-breakdown-dot--github{background:#5a8fcf}.podium-breakdown-sep{color:#b0c2ba}.podium-breakdown-item{display:flex;align-items:center;gap:3px}.podium-pedestal{width:100%;border-radius:0 0 8px 8px}.podium-pedestal--1{height:60px;background:linear-gradient(180deg,#2e7d57,#1a5b3f)}.podium-pedestal--2{height:42px;background:linear-gradient(180deg,#6b8c80,#526e63)}.podium-pedestal--3{height:28px;background:linear-gradient(180deg,#8fa89f,#748c84)}.activity-table-shell{overflow:hidden}.activity-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #e8efeb}.activity-tabs{display:flex;gap:4px}.activity-tab{border:1px solid transparent;border-radius:8px;background:transparent;color:#6a7f78;font-size:13px;font-weight:600;height:32px;padding:0 14px;cursor:pointer;transition:background .12s,color .12s}.activity-tab:hover{background:#f0f7f3;color:#2e6a4e}.activity-tab.is-active{background:#1f5f43;border-color:#1f5f43;color:#e9fff5}.activity-search{display:flex;align-items:center;gap:8px;border:1px solid #d3e0da;border-radius:8px;background:#f8fbfa;padding:0 12px;height:34px;color:#8a9e95}.activity-search input{border:none;background:transparent;outline:none;font-size:13px;color:#1c3028;width:160px}.activity-search input::placeholder{color:#a0b4ac}.activity-table-head{display:grid;grid-template-columns:56px 1fr 160px 100px 120px 52px;padding:10px 20px;background:#f5faf7;border-bottom:1px solid #e8efeb;font-size:11px;font-weight:700;color:#7a9b8c;letter-spacing:.06em;text-transform:uppercase}.activity-table-body{list-style:none;margin:0;padding:0}.activity-row{display:grid;grid-template-columns:56px 1fr 160px 100px 120px 52px;align-items:center;padding:13px 20px;border-bottom:1px solid #f0f5f2;transition:background .1s}.activity-row:last-child{border-bottom:none}.activity-row:hover{background:#fafcfb}.activity-row--me{background:#f0faf4}.activity-row--me:hover{background:#e8f6ef}.activity-cell{display:flex;align-items:center}.activity-cell--rank{justify-content:center}.rank-medal{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff}.rank-medal--1{background:#d4a017}.rank-medal--2{background:#9baab5}.rank-medal--3{background:#b07850}.rank-number{font-size:13px;font-weight:700;color:#8a9e95;font-family:SF Mono,Fira Mono,Consolas,monospace;width:26px;text-align:center}.activity-cell--member{gap:12px}.activity-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff}.activity-avatar--mint{background:linear-gradient(135deg,#2cc97e,#1a8d57)}.activity-avatar--sky{background:linear-gradient(135deg,#5cb8e4,#2a85b8)}.activity-avatar--amber{background:linear-gradient(135deg,#f0a93a,#c47e10)}.activity-avatar--slate{background:linear-gradient(135deg,#8ea5b8,#5c7a91)}.activity-avatar--sand{background:linear-gradient(135deg,#c9b090,#9c7f5a)}.activity-avatar--rose{background:linear-gradient(135deg,#e87a9a,#c04e72)}.activity-member-info{display:flex;flex-direction:column;gap:2px;min-width:0}.activity-member-name{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1c3028}.activity-you-chip{font-size:10px;font-weight:800;background:#1f5f43;color:#e9fff5;border-radius:4px;padding:1px 5px;letter-spacing:.05em}.activity-member-handles{font-size:11.5px;color:#8fa89f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-cell--tier{flex-direction:column;align-items:flex-start;gap:3px}.activity-solved-count{font-size:11.5px;color:#8fa89f;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-cell--commits{flex-direction:column;align-items:flex-start;gap:1px}.activity-cell--opensource{align-items:center}.activity-open-source-placeholder{border-radius:999px;background:#edf3f0;color:#60766c;padding:4px 8px;font-size:11px;font-weight:800;white-space:nowrap}.activity-commits-count{font-size:14px;font-weight:700;color:#3b6f94;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-commits-label{font-size:10.5px;color:#8fa89f}.activity-cell--points{gap:4px;align-items:baseline}.activity-total-points{font-size:15px;font-weight:800;color:#1f5f43;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-points-label{font-size:11px;color:#8fa89f}.activity-cell--trend{justify-content:center}.trend-chip{font-size:11px;font-weight:800;padding:2px 6px;border-radius:4px}.trend-chip--up{color:#1f8a55;background:#e6f7ee}.trend-chip--down{color:#c0392b;background:#fdf0ef}.trend-chip--flat{color:#8a9e95;background:#f0f5f2}.activity-empty{padding:40px 20px;text-align:center;color:#8fa89f;font-size:14px}.solved-tier-badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:4px;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.solved-tier-badge--ruby{background:#fdeaea;color:#b02020}.solved-tier-badge--diamond{background:#e8f2fc;color:#2060a8}.solved-tier-badge--platinum{background:#e4f5f0;color:#186b54}.solved-tier-badge--gold{background:#fdf5e0;color:#9a6800}.solved-tier-badge--silver{background:#f2f4f5;color:#5a6570}.solved-tier-badge--bronze{background:#f7ede4;color:#8a4f28}.solved-tier-badge--unrated{background:#f3f4f4;color:#8a9498}.activity-formula-strip{border:1px solid #e4ede9;border-radius:12px;padding:14px 18px;background:#f9fbfa;display:grid;gap:10px}.activity-formula-title{margin:0;font-size:11px;font-weight:700;color:#8a9e95;letter-spacing:.08em;text-transform:uppercase}.activity-formula-tiers{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.activity-formula-tier-item{display:flex;align-items:center;gap:5px;color:#6a7f78}.activity-formula-pt{font-size:11.5px;font-weight:700;color:#4a6358;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-formula-divider{width:1px;height:16px;background:#d3e0da}.post-detail{width:100%;max-width:none;padding:0;overflow:hidden}.post-detail-header{padding:24px 24px 0;display:flex;align-items:center;justify-content:space-between;gap:14px}.post-back-button{border:0;background:none;color:#2e4038;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.post-header-actions{display:flex;gap:8px}.post-cover{margin:16px 24px 0;border-radius:18px;padding:clamp(22px,2.4vw,34px);color:#1d3329;min-height:clamp(220px,25vw,340px);display:flex;flex-direction:column;justify-content:space-between;gap:28px;word-break:keep-all;overflow-wrap:break-word}.post-cover--info{background:#eaf5ef}.post-cover--has-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,360px);align-items:end}.post-cover-text{display:flex;flex-direction:column;gap:8px}.post-cover-media{grid-row:span 2;align-self:stretch;min-height:180px;border-radius:14px;overflow:hidden;background:#ffffff73}.post-cover-media img{width:100%;height:100%;display:block;object-fit:cover}.post-cover-pill{background:#ffffffb3}.post-cover-subtitle{margin:0;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(12px,.95vw,14px);line-height:1.55;word-break:keep-all}.post-cover-title{max-width:100%;margin:0;font-size:clamp(28px,3.5vw,50px);line-height:1.28;letter-spacing:0;word-break:keep-all;overflow-wrap:break-word;text-wrap:balance}.post-cover-meta{margin-top:18px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:13px;color:#1e3328}.post-meta-author{display:inline-flex;align-items:center;gap:10px}.post-meta-author strong{display:block;font-size:15px}.post-meta-author span{font-weight:500;color:#1d3329cc;font-size:13px}.post-meta-stats{display:inline-flex;align-items:center;gap:10px;font-weight:700}.post-meta-stats span{display:inline-flex;align-items:center;gap:4px}.post-body{padding:clamp(22px,2.2vw,34px);display:flex;flex-direction:column;gap:20px;word-break:keep-all;overflow-wrap:break-word}.post-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.post-tag{border-radius:999px;padding:4px 12px;background:#eef3f0;color:#3f5348;font-size:12px;font-weight:700}.post-meta-updated{margin-left:auto;font-size:12px;color:#87968f}.post-content{display:flex;flex-direction:column;gap:20px;font-size:clamp(15px,1.05vw,17px);color:#2d3f37;line-height:1.82;word-break:keep-all;overflow-wrap:break-word;text-wrap:pretty}.post-content--markdown.wmde-markdown{display:block;padding:0;background:transparent;color:#2d3f37;font-family:inherit}.post-content--markdown.wmde-markdown p,.post-content--markdown.wmde-markdown li,.post-content--markdown.wmde-markdown blockquote{line-height:1.82;word-break:keep-all;overflow-wrap:break-word}.post-content--markdown.wmde-markdown h1,.post-content--markdown.wmde-markdown h2,.post-content--markdown.wmde-markdown h3{color:#20372e;line-height:1.42;word-break:keep-all;overflow-wrap:break-word;text-wrap:balance}.post-content-heading{margin:28px 0 4px;font-size:clamp(19px,1.55vw,24px);line-height:1.42;word-break:keep-all;overflow-wrap:break-word;text-wrap:balance}.post-content-paragraph{margin:0}.post-content--html h1,.post-content--html h2,.post-content--html h3{margin:20px 0 4px;line-height:1.42;color:#20372e;word-break:keep-all;overflow-wrap:break-word;text-wrap:balance}.post-content--html h1{font-size:clamp(23px,1.8vw,30px)}.post-content--html h2{font-size:clamp(20px,1.5vw,25px)}.post-content--html h3{font-size:clamp(17px,1.25vw,21px)}.post-content--html p{margin:0;word-break:keep-all;overflow-wrap:break-word}.post-content--html li{word-break:keep-all;overflow-wrap:break-word}.post-content--html ul,.post-content--html ol{margin:0;padding-left:20px}.post-content--html blockquote{margin:0;padding:14px 18px;border-left:4px solid #1f5f43;background:#f1f6f3;border-radius:8px;font-weight:600}.post-content--html code{background:#edf3ef;border-radius:6px;padding:2px 5px;font-family:SF Mono,Fira Mono,Consolas,monospace;font-size:.9em}.post-content--html pre{margin:0;padding:16px;overflow-x:auto;border-radius:12px;background:#0e1117;color:#f5f5f5}.post-content--html pre code{background:transparent;padding:0;color:inherit}.post-content-list{margin:0;padding-left:20px;color:#2d3f37;word-break:keep-all;overflow-wrap:break-word}.post-content-quote{margin:0;padding:14px 18px;border-left:4px solid #1f5f43;background:#f1f6f3;border-radius:8px;font-weight:600}.post-content-code{background:#0e1117;color:#f5f5f5;padding:16px;border-radius:12px;overflow-x:auto;font-family:SF Mono,Fira Mono,Consolas,monospace;font-size:13px;position:relative}.post-code-lang{position:absolute;top:10px;right:16px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#a6b1c0}.post-content-code code{display:block;white-space:pre}.coala-content--post-writer{padding:0}.post-writer-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;max-width:1280px;margin:0 auto}.post-writer{padding:24px 26px;display:flex;flex-direction:column;gap:20px;width:100%}.post-writer-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.post-writer-label{margin:0;font-size:12px;letter-spacing:.08em;color:#73827b;text-transform:uppercase}.post-writer-title{margin:4px 0;font-size:28px;color:#1d3329}.post-writer-subtitle{margin:7px 0 0;max-width:640px;color:#6f8178;font-size:13px;line-height:1.55}.post-writer-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.post-writer-fields{display:flex;flex-direction:column;gap:14px}.post-writer-meta-grid{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);gap:12px}.post-writer-field{display:grid;gap:7px}.post-writer-field>span{color:#536a60;font-size:12px;font-weight:850}.post-writer-input{border:1px solid #dbe5e0;border-radius:10px;min-height:44px;padding:0 13px;font-size:14px;color:#1d3329;background:#f8fbfa;outline:none;transition:border-color .15s}.post-writer-input:focus{border-color:#8ec4ab}.post-writer-title-input{font-size:23px;font-weight:850;min-height:58px;padding-right:92px}.post-writer-taglist{display:flex;flex-wrap:wrap;gap:6px}.pw-editor-wrap{border:1px solid #dbe5e0;border-radius:14px;overflow:hidden;background:#fff}.pw-editor-wrap .w-md-editor{border:0;box-shadow:none;background:#fff}.pw-editor-wrap .w-md-editor-toolbar{border-bottom:1px solid #eaf0ec;background:#f6faf8}.pw-editor-wrap .w-md-editor-toolbar button{color:#31473d}.pw-editor-wrap .w-md-editor-toolbar button:hover,.pw-editor-wrap .w-md-editor-toolbar li.active>button{background:#e0ede7;color:#1a5d41}.pw-editor-wrap .w-md-editor-text,.pw-editor-wrap .w-md-editor-text-input,.pw-editor-wrap .w-md-editor-text-pre,.pw-editor-wrap .w-md-editor-preview{font-size:15px!important;line-height:1.78!important;color:#1f3329;word-break:keep-all;overflow-wrap:break-word}.pw-editor-wrap .w-md-editor-text-input::placeholder{color:#9caea5}.pw-editor-wrap .wmde-markdown{background:#fff;color:#1f3329;word-break:keep-all;overflow-wrap:break-word}.pw-md-command-text{display:inline-flex;align-items:center;min-width:28px;height:18px;justify-content:center;font-size:11px;font-weight:900;color:#1a5d41}.wmde-markdown mark,.post-content mark{border-radius:4px;background:#fff2a8;color:inherit;padding:0 3px}.pw-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 12px;border-bottom:1px solid #eaf0ec;background:#f6faf8}.pw-toolbar-btn{border:none;background:transparent;color:#3b4c44;border-radius:6px;min-height:30px;min-width:30px;padding:0 8px;cursor:pointer;font-weight:600;font-size:13px;transition:background .12s}.pw-toolbar-btn:hover{background:#e0ede7}.pw-toolbar-btn--active{background:#c8e4d6;color:#1d4d35}.pw-toolbar-divider{display:inline-block;width:1px;height:20px;background:#d4ddd8;margin:0 4px}.pw-editor-content{cursor:text}.pw-editor-area{min-height:460px;padding:20px 24px;font-size:15px;line-height:1.75;color:#1f3329;outline:none}.pw-editor-area>*+*{margin-top:.6em}.pw-editor-area h1{font-size:1.8em;font-weight:700;color:#1d3329;margin:.8em 0 .3em}.pw-editor-area h2{font-size:1.4em;font-weight:700;color:#1d3329;margin:.8em 0 .3em}.pw-editor-area h3{font-size:1.15em;font-weight:700;color:#1d3329;margin:.8em 0 .3em}.pw-editor-area p{margin:0}.pw-editor-area strong{font-weight:700}.pw-editor-area em{font-style:italic}.pw-editor-area s{text-decoration:line-through;color:#7a8a82}.pw-editor-area ul,.pw-editor-area ol{padding-left:22px}.pw-editor-area li{margin:2px 0}.pw-editor-area blockquote{border-left:3px solid #4caf82;padding:8px 14px;margin:8px 0;background:#195e400d;border-radius:0 8px 8px 0;color:#3d5247}.pw-editor-area code{background:#195e401a;border-radius:4px;padding:2px 5px;font-size:.875em;font-family:Menlo,Monaco,Consolas,monospace}.pw-editor-area pre{background:#101828;color:#e8f0ec;padding:16px;border-radius:10px;overflow-x:auto;font-family:Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.65}.pw-editor-area pre code{background:none;padding:0;border-radius:0;font-size:inherit;color:inherit}.pw-editor-area .is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#a8b8b0;pointer-events:none;height:0}.post-writer-title-wrap{position:relative;display:flex;flex-direction:column}.pw-counter{align-self:flex-end;font-size:12px;color:#6e8077;margin-top:4px}.pw-counter--over{color:#c0392b;font-weight:700}.pw-editor-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-top:1px solid #eaf0ec;background:#fafdfb;font-size:12px;color:#6e8077}.pw-shortcut-hint kbd{background:#eef3f0;border:1px solid #d4ddd8;border-radius:4px;padding:1px 5px;font-family:Menlo,Monaco,Consolas,monospace;font-size:11px;color:#2d4338;margin:0 1px}.post-writer-side{padding:16px;display:grid;gap:14px;position:sticky;top:102px}.post-writer-side-head h3{margin:4px 0 0;color:#1d3329;font-size:18px}.post-writer-side-head p{margin:8px 0 0;color:#6f8178;font-size:12px;line-height:1.5}.post-writer-summary{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.post-writer-summary div{border:1px solid #dce5e0;border-radius:10px;background:#f4f8f6;padding:10px}.post-writer-summary dt{color:#778980;font-size:11px;font-weight:850}.post-writer-summary dd{margin:6px 0 0;color:#22352d;font-size:13px;font-weight:900}.post-writer-checklist{list-style:none;margin:0;padding:0;display:grid;gap:8px}.post-writer-checklist li{border:1px solid #dce5e0;border-radius:10px;background:#f7faf8;color:#65766e;min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:850}.post-writer-checklist li span{width:18px;height:18px;border-radius:999px;border:1px solid #cfdcd5;background:#fff;color:#1a5d41;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1}.post-writer-checklist li.is-done{border-color:#b9d9c9;background:#edf8f2;color:#1f4b39}.post-writer-checklist li.is-done span{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.post-writer-guide{border-radius:12px;background:#eef5f1;padding:12px}.post-writer-guide strong{color:#1d3329;font-size:12px}.post-writer-guide p{margin:5px 0 0;color:#60766b;font-size:12px;line-height:1.5}.write-post-button--wide{width:100%;justify-content:center}.coala-content--velog-writer{width:100%;max-width:none}.post-writer-layout--velog{display:block;width:100%;max-width:none;min-height:calc(100vh - 160px);margin:0}.post-writer--velog{width:100%;min-height:calc(100vh - 160px);padding:0;border:0;border-radius:0;background:#fff;box-shadow:none;gap:0}.velog-writer-topbar{min-height:64px;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #edf2ef}.velog-writer-type,.velog-select-field{display:inline-flex;align-items:center;gap:10px;min-width:0}.velog-select-field>span{color:#7a8d84;font-size:12px;font-weight:900}.velog-select{height:38px;min-width:120px;border:1px solid #d8e5df;border-radius:999px;padding:0 34px 0 13px;background:#f8fbfa;color:#1d3329;font-size:13px;font-weight:850;outline:none}.velog-writer-fields{display:grid;gap:0}.velog-title-field{padding:clamp(24px,3.4vw,46px) 32px 12px;display:grid;gap:8px;border-bottom:1px solid #edf2ef}.velog-title-input{width:100%;border:0;background:transparent;outline:none;color:#15231d;font-size:clamp(34px,5.5vw,56px);font-weight:900;line-height:1.18;letter-spacing:0;word-break:keep-all;overflow-wrap:break-word}.velog-title-input::placeholder{color:#c9d5cf}.velog-tag-field{min-height:56px;padding:6px 32px;display:flex;align-items:center;border-bottom:1px solid #edf2ef}.velog-tag-input{width:100%;border:0;background:transparent;outline:none;color:#305146;font-size:15px}.velog-tag-input::placeholder{color:#91a39b}.info-writer-image-field{min-height:96px;padding:16px 32px;border-bottom:1px solid #edf2ef;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;background:#fbfdfc}.info-writer-image-copy{min-width:0;display:grid;gap:4px}.info-writer-image-copy strong{color:#1d3329;font-size:14px}.info-writer-image-copy span{color:#74877e;font-size:13px}.info-writer-image-preview{width:124px;aspect-ratio:16 / 9;border:1px solid #d8e5df;border-radius:8px;overflow:hidden;background:#eef5f1}.info-writer-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.info-writer-image-actions{display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.info-writer-image-button input{display:none}.post-writer--velog .post-writer-taglist{padding:0 32px 16px;border-bottom:1px solid #edf2ef}.velog-editor-wrap{border:0;border-radius:0;background:#fff}.velog-editor-wrap .w-md-editor{border-radius:0}.velog-editor-wrap .w-md-editor-toolbar{padding:8px 24px;background:#fff}.velog-editor-wrap .w-md-editor-content{background:#fff}.velog-editor-wrap .w-md-editor-text{border-right:1px solid #edf2ef}.velog-editor-wrap .w-md-editor-text-input,.velog-editor-wrap .w-md-editor-text-pre,.velog-editor-wrap .w-md-editor-preview{padding:26px 32px!important;font-size:16px!important;line-height:1.85!important}.velog-editor-wrap .w-md-editor-preview{background:#fbfdfc}.velog-editor-wrap .wmde-markdown{background:transparent}.velog-writer-footer{position:sticky;bottom:0;z-index:15;min-height:64px;padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #e4eee8;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -10px 24px #10251d0f}.velog-writer-footer>div{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap}.velog-publish-button{min-width:118px;justify-content:center}@media(max-width:980px){.post-writer-layout{grid-template-columns:1fr}.post-writer{padding:20px}.post-writer-side{position:static}.post-detail-header{flex-direction:column;align-items:flex-start}.post-header-actions{align-self:stretch;justify-content:flex-end;flex-wrap:wrap}.post-writer-layout--velog{display:block}.post-writer--velog{padding:0}.velog-writer-topbar{align-items:flex-start;flex-direction:column}.velog-writer-actions{width:100%;justify-content:flex-start}}@media(max-width:760px){.post-writer-meta-grid,.board-post-card{grid-template-columns:1fr}.board-post-stats{flex-direction:row;align-items:center;justify-content:flex-start}.post-writer-header{flex-direction:column;align-items:flex-start}.post-writer-actions{width:100%;justify-content:flex-start}.velog-writer-topbar{padding:14px 18px}.velog-writer-type{align-items:flex-start;flex-direction:column}.velog-title-field{padding:24px 18px 10px}.velog-tag-field,.info-writer-image-field,.post-writer--velog .post-writer-taglist{padding-left:18px;padding-right:18px}.info-writer-image-field{grid-template-columns:minmax(0,1fr);align-items:stretch}.info-writer-image-preview{width:100%;max-width:260px}.info-writer-image-actions{justify-content:flex-start}.velog-editor-wrap .w-md-editor-text{border-right:0}.velog-editor-wrap .w-md-editor-text-input,.velog-editor-wrap .w-md-editor-text-pre{padding:22px 18px!important}.velog-writer-footer{padding:12px 18px;align-items:stretch;flex-direction:column}.velog-publish-button{width:100%}.post-detail-header{padding:20px 16px 0}.post-cover{margin:14px 16px 0;border-radius:14px;min-height:auto}.post-cover--has-media{grid-template-columns:1fr}.post-cover-media{grid-row:auto;min-height:160px}.post-body{padding:20px 16px 26px}.post-cover-title{font-size:clamp(24px,8vw,34px);line-height:1.36}.post-cover-meta{align-items:flex-start;flex-direction:column}.post-tags{align-items:flex-start}.post-meta-updated{width:100%;margin-left:0}}@media(max-width:860px){.activity-table-head,.activity-row{grid-template-columns:44px 1fr 120px 80px 100px 44px}}@media(max-width:680px){.activity-sources-grid{grid-template-columns:1fr}.activity-page-header{flex-direction:column}.activity-podium{gap:6px}.activity-table-head{display:none}.activity-row{grid-template-columns:36px 1fr auto;gap:4px 8px;padding:12px 16px}.activity-cell--opensource,.activity-cell--points,.activity-cell--trend{display:none}.activity-table-toolbar{flex-direction:column;align-items:flex-start}}.coala-content--profile{display:block}.profile-page{display:grid;gap:20px;max-width:780px;margin:0 auto;padding:4px 0 32px}.profile-page-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px}.profile-page-hero-main{display:flex;align-items:center;gap:18px}.profile-page-avatar{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2cc97e,#155339);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#ecfbf3;box-shadow:0 4px 16px #15533933}.profile-page-identity{display:grid;gap:3px}.profile-page-name{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#16312a}.profile-page-role{margin:0;font-size:13.5px;font-weight:600;color:#4a6358}.profile-page-joined{margin:0;font-size:12px;color:#8fa89f}.profile-edit-button{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;border:1px solid #d3e0da;border-radius:8px;background:#f5faf7;color:#4a6358;font-size:13px;font-weight:600;height:34px;padding:0 14px;cursor:pointer;transition:background .15s,border-color .15s}.profile-edit-button:hover{background:#eaf3ee;border-color:#b8d4c8}.profile-edit-button--active{background:#1f5f43;border-color:#1f5f43;color:#e9fff5}.profile-edit-button--active:hover{background:#185036}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px}.profile-stat-card{padding:18px 16px;display:grid;gap:5px;text-align:center}.profile-stat-value{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#1f5f43;font-family:SF Mono,Fira Mono,Consolas,monospace}.profile-stat-value--tier{font-family:inherit;font-size:20px}.profile-stat-value--github{color:#2e6a9a}.profile-stat-value--award{color:#87641a}.solved-tier-color--ruby{color:#b02020}.solved-tier-color--diamond{color:#2060a8}.solved-tier-color--platinum{color:#186b54}.solved-tier-color--gold{color:#9a6800}.solved-tier-color--silver{color:#5a6570}.solved-tier-color--bronze{color:#8a4f28}.solved-tier-color--unrated{color:#8a9498}.profile-stat-label{margin:0;font-size:11.5px;color:#8a9e95;font-weight:600;letter-spacing:.02em}.profile-stat-card-head,.profile-section-title-row,.profile-activity-label{display:flex;align-items:center;gap:8px}.profile-stat-card-head{justify-content:space-between}.profile-section-title-row{justify-content:space-between;margin-bottom:14px}.profile-section-title-row .profile-section-title{margin-bottom:0}.profile-inline-add-button{width:28px;height:28px;border:1px solid #cfe0d8;border-radius:999px;background:#fff;color:#1f5f43;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.profile-inline-add-button:hover{border-color:#1f5f43;background:#1f5f43;color:#fff}.profile-tab-bar{display:flex;gap:4px;border-bottom:1px solid #e4ede9;padding-bottom:0}.profile-tab{border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#7a9b8c;font-size:14px;font-weight:600;height:38px;padding:0 16px;cursor:pointer;transition:color .12s,border-color .12s;margin-bottom:-1px}.profile-tab:hover{color:#2e6a4e}.profile-tab.is-active{color:#1f5f43;border-bottom-color:#1f5f43}.profile-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-section-card{padding:20px}.profile-section-title{margin:0 0 14px;font-size:13px;font-weight:700;color:#8a9e95;letter-spacing:.06em;text-transform:uppercase}.profile-bio-text{margin:0;font-size:14px;color:#3a5247;line-height:1.7}.profile-bio-textarea{width:100%;border:1px solid #d3e0da;border-radius:8px;background:#f8fbfa;color:#1c3028;font-size:14px;line-height:1.7;padding:10px 12px;resize:vertical;outline:none;font-family:inherit;box-sizing:border-box}.profile-bio-textarea:focus{border-color:#3a9e6e;box-shadow:0 0 0 3px #1f5f4314}.profile-handles-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.profile-handle-item{display:flex;align-items:center;gap:12px}.profile-handle-icon{flex-shrink:0;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center}.profile-handle-icon--github{background:#e8f0f8;color:#2a5f9a}.profile-handle-body{display:flex;flex-direction:column;gap:1px}.profile-handle-service{font-size:11.5px;font-weight:700;color:#8a9e95;text-transform:uppercase;letter-spacing:.06em}.profile-handle-value{font-size:13.5px;font-weight:600;color:#1c3028;font-family:SF Mono,Fira Mono,Consolas,monospace}.profile-activity-block{display:grid;gap:10px}.profile-activity-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f0f5f2}.profile-activity-row:last-child{border-bottom:none}.profile-activity-label{font-size:13px;color:#7a9b8c;font-weight:600}.profile-activity-value{font-size:13.5px;font-weight:700;color:#1c3028}.profile-activity-value--mono{font-family:SF Mono,Fira Mono,Consolas,monospace}.profile-activity-value--github{color:#2e6a9a}.profile-post-list{list-style:none;margin:0;padding:0;display:grid;gap:0}.profile-post-item{display:grid;gap:6px;padding:14px 0;border-bottom:1px solid #f0f5f2}.profile-post-item:last-child{border-bottom:none}.profile-post-body{display:grid;gap:3px}.profile-post-title{margin:0;font-size:14px;font-weight:700;color:#1c3028}.profile-content-kind{width:fit-content;display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:0 8px;font-size:11px;font-weight:900}.profile-content-kind--board{background:#e7f6ee;color:#15583d}.profile-content-kind--info{background:#e8f3ff;color:#1f5c8f}.profile-content-kind--recruit{background:#fff5d8;color:#8a5a00}.profile-post-excerpt{margin:0;font-size:12.5px;color:#7a9b8c;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-post-meta{display:flex;align-items:center;gap:10px;font-size:11.5px;color:#9ab0a8}.profile-post-time{color:#9ab0a8}.profile-post-stat{display:flex;align-items:center;gap:3px}.profile-award-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.profile-award-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,auto);gap:16px;padding:16px;border:1px solid #dfe9e4;border-radius:12px;background:#f8fbfa;position:relative;overflow:hidden}.profile-award-item:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:999px;background:#1f5f43}.profile-award-main{display:grid;align-content:start;gap:6px;min-width:0}.profile-award-category{width:fit-content;min-height:22px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;border:1px solid #cfe0d8;background:#fff;color:#315f49;font-size:11px;font-weight:900}.profile-award-category--competition,.profile-award-category--hackathon,.profile-award-category--research,.profile-award-category--club{background:#fff;color:#315f49}.profile-award-title{margin:0;color:#1c3028;font-size:15px;font-weight:900;word-break:keep-all;overflow-wrap:anywhere}.profile-award-description{margin:0;color:#647b70;font-size:13px;line-height:1.6;word-break:keep-all;overflow-wrap:anywhere}.profile-award-meta{display:grid;align-content:start;justify-items:end;gap:6px;color:#8a9e95;font-size:12px;text-align:right}.profile-award-meta strong{min-height:28px;border-radius:999px;background:#1f5f43;color:#fff;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.profile-award-meta a{min-height:28px;border-radius:999px;border:1px solid #d6e4dd;background:#fff;color:#1f5f43;padding:0 10px;display:inline-flex;align-items:center;font-weight:900;text-decoration:none}@media(max-width:640px){.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-section-grid{grid-template-columns:1fr}.profile-page-hero{flex-direction:column;align-items:flex-start}.profile-award-item{grid-template-columns:1fr}.profile-award-meta{justify-items:start;text-align:left}}.mobile-menu-toggle{display:none;width:36px;height:36px;border:1px solid #d5dfda;border-radius:10px;background:#f4f8f6;color:#5c7268;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}@media(max-width:640px){.mobile-menu-toggle{display:none}.coala-header{height:auto;padding-top:8px;padding-bottom:8px}.coala-header-inner{grid-template-columns:minmax(0,auto) minmax(0,1fr);grid-template-areas:"brand actions" "nav nav";height:auto;row-gap:8px}.coala-main-nav{grid-area:nav;display:flex;width:100%;max-width:none;justify-content:space-between;gap:4px;flex-wrap:wrap;overflow:visible;padding:0;background:transparent;border:0;scrollbar-width:none}.coala-main-nav::-webkit-scrollbar{display:none}.main-nav-item{width:auto;min-width:0;height:38px;flex:1 0 auto;display:flex}.main-nav-button{width:100%;min-width:72px;height:38px;border-radius:0;justify-content:center;text-align:center;padding:0 10px;font-size:13px;background:transparent}.main-nav-button:hover,.main-nav-button.is-active{background:transparent;color:#124f38}.main-nav-button.is-active:after{inset:auto 10px 0;width:auto;height:3px;border-radius:999px 999px 0 0}.main-nav-dropdown{min-width:min(210px,calc(100vw - 24px));top:calc(100% + 6px);left:50%;display:grid;z-index:70;border-radius:10px;padding:6px}.main-nav-item.is-expanded{height:38px;flex:1 0 auto;align-items:center;flex-direction:row;position:relative}.main-nav-item.is-expanded .main-nav-button{display:inline-flex}.main-nav-item.is-expanded .main-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.main-nav-item.is-expanded .main-nav-dropdown:before{display:none}.main-nav-item:not(.is-expanded) .main-nav-dropdown{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,8px)!important}.header-user-name{display:none}.coala-header-actions{width:auto}.header-profile-popover{right:0;width:min(260px,calc(100vw - 24px))}.coala-shell{width:calc(100% - 24px);margin-top:10px;gap:10px}.coala-subnav{width:calc(100% - 24px);margin-top:8px}.context-card--bar{padding:9px;border-radius:12px}.context-card--bar .context-card-description,.coala-sidebar{display:none}.coala-shell:not(.coala-shell--auth){grid-template-columns:1fr}}@media(min-width:641px)and (max-width:920px){.coala-sidebar{display:none}.coala-shell:not(.coala-shell--auth){grid-template-columns:1fr}}.coala-content--service{display:flex;flex-direction:column;gap:18px}.jcloud-hero{border-radius:16px;border:1px solid #0f4232;background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(128deg,#101b17,#133c2f,#1a5d41);background-size:40px 40px,40px 40px,auto;padding:32px 36px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:28px;overflow:hidden;position:relative}.jcloud-hero-body{max-width:520px}.jcloud-hero-badge{display:inline-flex;align-items:center;border-radius:999px;background:#f59e0b;color:#78350f;font-size:10px;font-weight:800;letter-spacing:.14em;padding:4px 10px;margin-bottom:12px}.jcloud-hero-title{margin:0 0 10px;font-size:26px;font-weight:800;color:#f0fdf6;line-height:1.3}.jcloud-hero-subtitle{margin:0 0 20px;font-size:13.5px;color:#a7d4bc;line-height:1.6}.jcloud-hero-stats{display:flex;align-items:center;gap:20px}.jcloud-hero-stat{display:flex;flex-direction:column;gap:2px}.jcloud-hero-stat-value{font-size:18px;font-weight:800;color:#ecfbf3}.jcloud-hero-stat-label{font-size:11px;color:#8ec6a8;font-weight:600}.jcloud-hero-stat-divider{width:1px;height:28px;background:#ffffff26}.jcloud-hero-deco{font-size:72px;opacity:.18;position:absolute;right:36px;top:50%;transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;user-select:none}.jcloud-hero-panel{border-radius:12px;border:1px solid rgba(211,232,222,.2);background:#07120e57;padding:16px;display:grid;gap:12px;color:#d6f1e3}.jcloud-hero-panel-head{display:flex;align-items:center;justify-content:space-between;color:#b9d7c8;font-size:12px;font-weight:800}.jcloud-hero-panel-head strong{border-radius:999px;background:#4caf8229;color:#a7f0c8;padding:3px 9px;font-size:11px}.jcloud-hero-panel-meter{height:10px;border-radius:999px;background:#effcf41a;overflow:hidden}.jcloud-hero-panel-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60cf99,#eaf8f1)}.jcloud-hero-panel-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.jcloud-hero-panel-list li{min-height:34px;border-radius:8px;background:#effcf414;color:#d6f1e3;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:800}.jcloud-hero-panel-text{margin:0;color:#a7d4bc;font-size:12px;line-height:1.55}.jcloud-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.jcloud-overview-card{padding:16px;display:grid;gap:5px}.jcloud-overview-label,.jcloud-overview-note{color:#6b8177;font-size:12px;font-weight:700}.jcloud-overview-value{color:#183f30;font-size:28px;line-height:1.1}.jcloud-workspace-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px}.jcloud-workflow-card,.jcloud-inventory-card{padding:18px}.jcloud-card-heading{display:grid;gap:4px;margin-bottom:14px}.jcloud-card-heading h3{margin:0;color:#20342c;font-size:17px}.jcloud-workflow-list,.jcloud-inventory-list,.jcloud-policy-list{list-style:none;margin:0;padding:0}.jcloud-workflow-list{display:grid;gap:10px}.jcloud-workflow-item{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid #dbe5e0;border-radius:12px;background:#f4f8f6;padding:12px}.jcloud-workflow-index{width:28px;height:28px;border-radius:8px;background:#1a5d41;color:#effcf4;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.jcloud-workflow-title{margin:0;color:#21382f;font-size:14px;font-weight:800}.jcloud-workflow-desc{margin:4px 0 0;color:#62776d;font-size:12px;line-height:1.45}.jcloud-workflow-meta{border-radius:999px;border:1px solid #cbdcd4;background:#fbfdfc;color:#3a5f4f;padding:4px 9px;font-size:11px;font-weight:800;white-space:nowrap}.jcloud-inventory-list{display:grid;gap:8px}.jcloud-inventory-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e1e8e4;padding:10px 0}.jcloud-inventory-item:first-child{padding-top:0}.jcloud-inventory-item strong{color:#1a5d41;font-size:20px}.jcloud-inventory-name{margin:0;color:#22382f;font-size:14px;font-weight:800}.jcloud-inventory-status{margin:3px 0 0;color:#70847b;font-size:12px}.jcloud-policy-list{margin-top:12px;display:grid;gap:7px;color:#536a60;font-size:12px;line-height:1.45}.jcloud-policy-list li{padding-left:12px;position:relative}.jcloud-policy-list li:before{content:"";width:5px;height:5px;border-radius:999px;background:#1a5d41;position:absolute;left:0;top:7px}.jcloud-tab-shell{padding:0;overflow:hidden}.jcloud-tab-bar{display:flex;align-items:center;gap:4px;padding:10px 16px 0;border-bottom:1px solid #d8e4df}.jcloud-tab-btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border:0;background:transparent;color:#6d847a;font-size:13.5px;font-weight:700;border-radius:8px 8px 0 0;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s ease}.jcloud-tab-btn:hover{background:#eef4f0;color:#2e5547}.jcloud-tab-btn.is-active{color:#1a5d41;border-bottom-color:#1a5d41;background:transparent}.jcloud-tab-content{padding:24px}.jcloud-apply-form{display:flex;flex-direction:column;gap:28px}.jcloud-form-section{display:flex;flex-direction:column;gap:12px}.jcloud-form-section-title{margin:0;font-size:14px;font-weight:700;color:#2e4f42}.jcloud-instance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.jcloud-instance-card{position:relative;display:flex;flex-direction:column;gap:4px;padding:12px;border:1.5px solid #d3ddd8;border-radius:12px;background:#f8fbfa;cursor:pointer;text-align:left;transition:all .15s ease}.jcloud-instance-card:hover{border-color:#8bbfaa;background:#f2f8f5}.jcloud-instance-card.is-selected{border-color:#1a5d41;background:#eaf5ef;box-shadow:0 0 0 3px #1a5d411a}.jcloud-instance-badge{position:absolute;top:8px;right:8px;font-size:9px;font-weight:800;letter-spacing:.06em;border-radius:6px;padding:2px 6px}.jcloud-instance-badge--popular{background:#fef3c7;color:#92400e}.jcloud-instance-badge--gpu{background:#ede9fe;color:#5b21b6}.jcloud-instance-label{margin:0;font-size:13px;font-weight:800;color:#1e3d31;font-family:Courier New,monospace}.jcloud-instance-desc{margin:0;font-size:11px;color:#7b9a8e;line-height:1.4}.jcloud-spec-list{margin:6px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:3px}.jcloud-spec-list li{display:flex;align-items:center;gap:5px;font-size:11px;color:#5a7569}.jcloud-duration-row{display:flex;gap:8px;flex-wrap:wrap}.jcloud-duration-chip{min-height:36px;padding:0 18px;border:1.5px solid #d3ddd8;border-radius:999px;background:#f8fbfa;color:#5a7569;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.jcloud-duration-chip:hover:not(:disabled){border-color:#8bbfaa;color:#2e5547}.jcloud-duration-chip.is-selected{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.jcloud-field-group{display:flex;flex-direction:column;gap:14px}.jcloud-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.jcloud-field{display:flex;flex-direction:column;gap:6px}.jcloud-label{font-size:12.5px;font-weight:700;color:#4a6358;display:flex;justify-content:space-between;align-items:center}.jcloud-label-hint{font-size:11px;font-weight:400;color:#9ab0a8}.jcloud-input,.jcloud-textarea{border:1.5px solid #cdd8d3;border-radius:10px;background:#f5f9f7;color:#1e3d31;font-size:13.5px;padding:9px 12px;outline:none;transition:border-color .15s;font-family:inherit;resize:vertical}.jcloud-input:focus,.jcloud-textarea:focus{border-color:#1a5d41;background:#f0f9f5}.jcloud-form-section--summary{background:#f0f7f3;border:1px solid #c8ddd5;border-radius:12px;padding:14px 16px;gap:8px}.jcloud-summary-row{display:flex;gap:12px;font-size:13px}.jcloud-summary-label{color:#7b9a8e;font-weight:600;min-width:80px;flex-shrink:0}.jcloud-summary-value{color:#1e3d31;font-weight:700}.jcloud-agree-row{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:#5a7569;cursor:pointer}.jcloud-agree-row input[type=checkbox]{margin-top:2px;accent-color:#1a5d41;flex-shrink:0}.jcloud-terms-box{border:1px solid #d9e4de;border-radius:12px;background:#f7faf8;padding:14px 16px}.jcloud-terms-box h3{margin:0 0 10px;color:#1e3d31;font-size:14px}.jcloud-terms-box ul{margin:0;padding-left:18px;color:#536b60;font-size:12.5px;line-height:1.7}.jcloud-terms-domain-note{margin:0 0 10px;color:#1e3d31;font-size:12.5px;font-weight:800;line-height:1.6}.jcloud-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:44px;border-radius:12px;border:0;background:#1a5d41;color:#effcf4;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s ease}.jcloud-submit-button:hover:not(:disabled){background:#155339}.jcloud-submit-button:disabled{opacity:.45;cursor:not-allowed}.jcloud-submit-success,.jcloud-login-required{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;text-align:center}.jcloud-success-icon{width:56px;height:56px;border-radius:999px;background:#e8f7ef;color:#1a5d41;display:flex;align-items:center;justify-content:center}.jcloud-success-title{margin:0;font-size:18px;font-weight:800;color:#1e3d31}.jcloud-success-desc{margin:0;font-size:13.5px;color:#7b9a8e;max-width:360px;line-height:1.6}.jcloud-login-link{min-height:40px;border-radius:10px;background:#1a5d41;color:#fff;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-decoration:none}.jcloud-list-shell{display:flex;flex-direction:column;gap:14px}.jcloud-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.jcloud-filter-tabs{display:flex;gap:6px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.jcloud-filter-tab{height:32px;padding:0 14px;border:1.5px solid #d3ddd8;border-radius:999px;background:#f8fbfa;color:#5a7569;font-size:12.5px;font-weight:700;cursor:pointer;transition:all .15s}.jcloud-filter-tab:hover{border-color:#8bbfaa;color:#2e5547}.jcloud-filter-tab.is-active{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.jcloud-list-count{font-size:12px;color:#9ab0a8;font-weight:600;white-space:nowrap}.jcloud-apply-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.jcloud-apply-item{overflow:hidden}.jcloud-apply-item-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:0;background:transparent;cursor:pointer;text-align:left}.jcloud-apply-item-header:hover{background:#f2f7f5}.jcloud-apply-item-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.jcloud-apply-item-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.jcloud-apply-date{font-size:12px;color:#9ab0a8}.jcloud-apply-chevron{color:#9ab0a8}.jcloud-apply-instance{font-size:13px;font-weight:800;color:#1e3d31;font-family:Courier New,monospace}.jcloud-apply-duration{font-size:12px;color:#7b9a8e;font-weight:600}.jcloud-status-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;border-radius:6px;padding:3px 8px}.status--pending{background:#fef9c3;color:#854d0e}.status--approved{background:#dcfce7;color:#166534}.status--rejected{background:#fee2e2;color:#991b1b}.jcloud-apply-item-body{border-top:1px solid #e3ede8;padding:16px;display:flex;flex-direction:column;gap:14px;background:#fafdfc}.jcloud-apply-detail-grid{display:flex;flex-direction:column;gap:8px}.jcloud-apply-detail-row{display:flex;gap:12px;font-size:13px}.jcloud-detail-label{color:#7b9a8e;font-weight:600;min-width:72px;flex-shrink:0}.jcloud-detail-value{color:#1e3d31}.jcloud-admin-note{display:flex;align-items:flex-start;gap:8px;border-radius:10px;padding:10px 12px;font-size:12.5px;line-height:1.5}.jcloud-admin-note p{margin:0}.jcloud-admin-note--approved{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.jcloud-admin-note--rejected{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.jcloud-admin-note--pending{background:#fefce8;color:#854d0e;border:1px solid #fef08a}.jcloud-attached-files{display:flex;flex-direction:column;gap:8px}.jcloud-attached-title{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:#4a6358;margin:0}.jcloud-file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.jcloud-file-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f3f8f5;border:1px solid #d4e4dc;border-radius:8px;color:#5a7569}.jcloud-file-name{flex:1;font-size:12.5px;color:#1e3d31;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jcloud-file-meta{font-size:11px;color:#9ab0a8;flex-shrink:0}.jcloud-file-download{font-size:11.5px;font-weight:700;color:#1a5d41;background:transparent;border:1px solid #a8d4be;border-radius:6px;padding:3px 8px;cursor:pointer;flex-shrink:0}.jcloud-file-remove{font-size:11.5px;font-weight:700;color:#991b1b;background:transparent;border:1px solid #fca5a5;border-radius:6px;padding:3px 8px;cursor:pointer;flex-shrink:0}.jcloud-file-empty{font-size:12.5px;color:#9ab0a8;margin:0}.jcloud-file-input{display:none}.jcloud-file-upload-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;background:#f3f8f5;border:1.5px dashed #a8d4be;border-radius:8px;color:#3d7a5e;font-size:12.5px;font-weight:700;cursor:pointer;align-self:flex-start;transition:all .15s}.jcloud-file-upload-btn:hover{background:#e8f5ee;border-color:#1a5d41}.jcloud-list-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;color:#9ab0a8;text-align:center}.jcloud-list-empty p{margin:0;font-size:13.5px}.jcloud-admin-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;min-height:480px}.jcloud-admin-list-col{display:flex;flex-direction:column;gap:12px;border-right:1px solid #e0eae5;padding-right:20px}.jcloud-admin-app-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto;max-height:560px}.jcloud-admin-app-row{width:100%;display:flex;flex-direction:column;gap:4px;padding:12px;border:1.5px solid #d8e4df;border-radius:10px;background:#f8fbfa;cursor:pointer;text-align:left;transition:all .15s}.jcloud-admin-app-row:hover{border-color:#8bbfaa;background:#f0f8f3}.jcloud-admin-app-row.is-selected{border-color:#1a5d41;background:#eaf5ef}.jcloud-admin-app-top{display:flex;align-items:center;gap:8px}.jcloud-admin-app-name{margin:0;font-size:13px;font-weight:700;color:#1e3d31}.jcloud-admin-app-sid{font-weight:500;color:#7b9a8e}.jcloud-admin-app-date{margin:0;font-size:11px;color:#9ab0a8}.jcloud-admin-detail-col{display:flex;flex-direction:column}.jcloud-admin-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9ab0a8;text-align:center;padding:40px 24px}.jcloud-admin-empty p{margin:0;font-size:13.5px;max-width:280px}.jcloud-admin-detail{display:flex;flex-direction:column;gap:20px}.jcloud-admin-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.jcloud-admin-detail-id{margin:0 0 6px;font-size:11px;color:#9ab0a8;font-family:Courier New,monospace}.jcloud-admin-detail-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.jcloud-admin-info-grid{background:#f5f9f7;border:1px solid #d8e4df;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.jcloud-admin-note-section{display:flex;flex-direction:column;gap:6px}.jcloud-admin-file-section{display:flex;flex-direction:column;gap:8px}.jcloud-admin-actions{display:flex;gap:10px;padding-top:4px;border-top:1px solid #e0eae5}.jcloud-action-btn{flex:1;height:42px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;border:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:all .15s}.jcloud-action-btn--approve{background:#1a5d41;color:#effcf4}.jcloud-action-btn--approve:hover{background:#155339}.jcloud-action-btn--reject{background:#fef2f2;color:#991b1b;border:1.5px solid #fecaca}.jcloud-action-btn--reject:hover{background:#fee2e2}.jcloud-decision-result{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:700}.jcloud-decision-result--approved{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.jcloud-decision-result--rejected{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@media(max-width:1120px){.jcloud-instance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.community-banner{grid-template-columns:1fr;padding:24px 20px}.community-banner-caption{justify-self:stretch}.community-banner-side{justify-items:stretch}.community-banner-stats{flex-wrap:wrap}.community-banner-action{justify-content:center}.community-hub-grid{grid-template-columns:1fr}.jcloud-hero{padding:24px 20px}.jcloud-hero-title{font-size:20px}.jcloud-hero-deco{display:none}.jcloud-tab-content{padding:16px}.jcloud-instance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jcloud-field-row,.jcloud-admin-shell{grid-template-columns:1fr}.jcloud-admin-list-col{border-right:0;border-bottom:1px solid #e0eae5;padding-right:0;padding-bottom:16px}.jcloud-admin-app-list{max-height:280px}}@media(max-width:480px){.jcloud-instance-grid{grid-template-columns:1fr}.jcloud-hero-stats{flex-wrap:wrap;gap:12px}.jcloud-hero-stat-divider{display:none}.jcloud-list-toolbar{flex-direction:column;align-items:flex-start}}@media(max-width:1120px){.portal-hero{grid-template-columns:minmax(0,1fr)}.portal-hero-copy{max-width:none}.portal-hero-visual{min-height:260px}.portal-grid--primary,.portal-grid--dashboard,.portal-grid--secondary,.portal-home-bottom{grid-template-columns:1fr}}@media(max-width:720px){.portal-hero{padding:22px}.portal-hero-title{font-size:30px}.portal-stat-grid,.portal-routing-list{grid-template-columns:1fr}.portal-service-button{grid-template-columns:38px minmax(0,1fr) 18px;align-items:start}.portal-service-meta{grid-column:2;justify-self:start}.portal-service-button>svg{grid-column:3;grid-row:1;align-self:center}.portal-services-panel,.portal-services-panel--home,.portal-recruit-panel{min-height:0;padding:16px}.portal-service-slider{display:none}.portal-service-mobile-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.portal-recruit-item,.portal-update-item{grid-template-columns:1fr;gap:8px}.resource-list--cards{grid-template-columns:1fr}.resource-item--card{min-height:0}}@media(max-width:520px){.portal-hero{min-height:0;padding:20px 16px}.portal-hero-title{font-size:26px}.portal-hero-subtitle{font-size:13px}.portal-hero-actions{flex-direction:column}.portal-hero-button{width:100%;justify-content:center}.portal-hero-visual{display:none}}.portal-hero--slider{min-height:330px;padding:0;display:block;border-color:#0f4d37;background:#10251d}.portal-slide{position:absolute;inset:0;opacity:0;transform:scale(1.02);background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(128deg,#101b17,#143d2e 52%,#1a7b4f);background-size:38px 38px,38px 38px,auto;transition:opacity .45s ease,transform .45s ease}.portal-slide.is-active{opacity:1;transform:scale(1)}.portal-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0a261de0,#0c3f2cc7 48%,#1f9a5f57),linear-gradient(0deg,#040f0b24,#040f0b24)}.portal-hero--slider .portal-hero-copy{position:absolute;left:34px;right:34px;bottom:34px;max-width:720px}.portal-hero--slider .portal-hero-title{white-space:pre-line}.portal-slider-dots{position:absolute;right:24px;bottom:22px;z-index:3;display:inline-flex;gap:8px}.portal-slider-dot{width:9px;height:9px;border:0;border-radius:999px;background:#effcf46b;cursor:pointer}.portal-slider-dot.is-active{width:28px;background:#effcf4}.resources-panel--dashboard .panel-title span{font-size:20px}.portal-updates-panel .panel-action{color:#1a5d41}.board-hero,.info-intro-card--banner,.jcloud-hero{min-height:164px;border-radius:16px;border-color:#0f4d37;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(128deg,#101b17,#143d2e 52%,#1a7b4f);background-size:38px 38px,38px 38px,auto;box-shadow:0 14px 30px #124f381f}.board-hero{padding:24px 28px;align-items:center}.board-hero .board-subtitle{display:none}.board-hero .board-title{font-size:clamp(30px,4vw,44px);line-height:1.05}.board-filter-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #dce5e0;border-radius:14px;background:#fff;padding:10px}.board-filter-chip--strong{background:#fff}.write-post-button--board,.write-post-button--info,.write-post-button--inquiry{border-color:#1a5d41;background:#1a5d41;color:#effcf4;min-height:42px;border-radius:10px;padding:0 16px;white-space:nowrap}.board-shell{padding-top:0}.info-intro-card--banner{color:#effcf4;padding:28px;display:block}.info-intro-card--banner .info-intro-copy{max-width:780px}.info-intro-card--banner .info-intro-kicker{background:#effcf421;color:#d9f7e8}.info-intro-card--banner .info-intro-copy h3{color:#fff;font-size:clamp(28px,3vw,38px)}.info-intro-card--banner .info-intro-copy p{max-width:760px;color:#cbe8da}.info-header{align-items:center}.jcloud-hero{grid-template-columns:minmax(0,1fr);padding:28px}.activity-page--directory{width:100%;max-width:1180px;gap:18px}.activity-page--directory .activity-page-header{min-height:178px;align-items:flex-end;border:1px solid #14231e;border-radius:16px;padding:28px;background:linear-gradient(90deg,rgba(126,211,252,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(134,239,172,.08) 1px,transparent 1px),linear-gradient(135deg,#0d1513,#17231f 48%,#234136);background-size:36px 36px,36px 36px,auto;color:#f5fff9}.activity-page--directory .activity-page-title{color:#fff;font-size:36px;letter-spacing:0}.activity-page--directory .activity-page-subtitle{max-width:620px;color:#c9d8d1}.activity-dev-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.activity-dev-stat{min-width:86px;border:1px solid rgba(245,255,249,.18);border-radius:10px;padding:10px 12px;background:#ffffff14}.activity-dev-stat strong,.activity-dev-stat small{display:block}.activity-dev-stat strong{color:#fff;font-family:SF Mono,Fira Mono,Consolas,monospace;font-size:20px}.activity-dev-stat small{margin-top:2px;color:#b9ccc3;font-size:11px;font-weight:800;text-transform:uppercase}.activity-page--directory .activity-table-shell{border:1px solid #d8e5df;border-radius:16px;background:#fff;box-shadow:0 18px 40px #15332614}.activity-page--directory .activity-table-toolbar{flex-wrap:wrap;justify-content:flex-start;padding:14px 16px;background:#fbfdfc}.activity-directory-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:560px;align-items:stretch}.activity-page--directory .activity-tabs{flex-wrap:wrap}.activity-page--directory .activity-tab{display:inline-flex;align-items:center;gap:6px}.activity-page--directory .activity-search{width:min(100%,420px);min-width:min(100%,280px)}.activity-filter-row{display:flex;flex-wrap:wrap;gap:10px;padding:12px 16px;border-bottom:1px solid #e6efea;background:#fff}.activity-filter-row label{display:inline-flex;align-items:center;gap:8px;color:#60756c;font-size:12px;font-weight:800}.activity-filter-row select{min-width:128px;height:34px;border:1px solid #cfded7;border-radius:8px;background:#f8fbfa;color:#20342c;padding:0 10px;font:inherit}.activity-member-list{border-right:1px solid #e2ebe6;background:#f7faf8;padding:12px;display:grid;align-content:start;gap:8px;overflow:hidden}.activity-member-slider-head{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#60756c;font-size:12px;font-weight:900}.activity-member-slider-controls{display:inline-flex;align-items:center;gap:5px}.activity-member-slider-controls button{width:30px;height:30px;border:1px solid #cfddd6;border-radius:8px;background:#fff;color:#395449;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.activity-member-slider-controls button:hover:not(:disabled){border-color:#1a5d41;background:#1a5d41;color:#f6fff9}.activity-member-slider-controls button:disabled{opacity:.42;cursor:not-allowed}.activity-member-slider-window{display:grid;gap:8px}.activity-member-range{display:grid;gap:6px;padding:6px 2px 0;color:#60756c;font-size:11px;font-weight:900}.activity-member-range input[type=range]{width:100%;accent-color:#1a5d41}.activity-member-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;border:1px solid transparent;border-radius:12px;padding:12px;background:transparent;color:inherit;text-align:left;text-decoration:none;cursor:pointer;font:inherit}.activity-member-card:hover,.activity-member-card.is-active{border-color:#bcd7ca;background:#fff;box-shadow:0 8px 20px #184b3314}.activity-member-focus{margin-top:3px;color:#6f8379;font-size:12px}.activity-member-meta-line{color:#465c52;font-size:12px;font-weight:800}.activity-member-metrics{margin-top:5px;display:flex;flex-wrap:wrap;gap:6px}.activity-member-metrics span{border-radius:999px;background:#edf5f1;color:#315f49;padding:3px 7px;font-family:SF Mono,Fira Mono,Consolas,monospace;font-size:10.5px;font-weight:800}.activity-detail-panel{padding:18px;display:grid;align-content:stretch;gap:14px}.activity-profile-card,.activity-log-item{border:1px solid #dce8e1;border-radius:12px;background:#fff}.activity-profile-card{padding:16px;min-height:100%;display:flex;flex-direction:column}.activity-profile-head{display:flex;align-items:center;gap:12px}.activity-profile-head h3,.activity-profile-head p,.activity-profile-head a{margin:0}.activity-profile-head p,.activity-profile-head a{display:inline-block;margin-top:3px;color:#6f8379;font-size:13px;font-family:SF Mono,Fira Mono,Consolas,monospace;text-decoration:none}.activity-profile-meta,.activity-repo-list{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.activity-profile-focus{margin:14px 0 0;color:#40564d;font-size:14px;line-height:1.6;word-break:keep-all;overflow-wrap:anywhere}.activity-profile-meta span,.activity-repo-list span{border-radius:999px;background:#eef5f1;color:#335d4a;padding:5px 9px;font-size:12px;font-weight:700}.activity-repo-list span{background:#18241f;color:#e8fff2;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-profile-link{width:fit-content;min-height:36px;margin-top:auto;border:1px solid #1a5d41;border-radius:999px;background:#1a5d41;color:#fff;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-decoration:none}.activity-profile-link:hover{background:#124f38}.activity-award-preview{margin-top:16px;padding:14px;border:1px solid #e0ebe5;border-radius:12px;background:#f8fbfa;display:grid;gap:10px}.activity-award-preview>strong{color:#314d40;font-size:12px;font-weight:900}.activity-award-preview>p{margin:0;color:#8a9e95;font-size:12px}.activity-award-list{list-style:none;margin:0;padding:0;display:grid;gap:7px}.activity-award-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;border-radius:10px;background:#fff;border:1px solid #edf4f0;padding:10px}.activity-award-rank{min-width:44px;min-height:26px;border-radius:8px;background:#e8f3ed;color:#1f5f43;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;white-space:nowrap}.activity-award-body{min-width:0;display:grid;gap:2px}.activity-award-body span{color:#1c3028;font-size:12.5px;font-weight:900;word-break:keep-all;overflow-wrap:anywhere}.activity-award-body small{color:#7a9b8c;font-size:11.5px}.activity-feed-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#61756c;font-size:12px;font-weight:900;text-transform:uppercase}.activity-feed-heading strong{border-radius:999px;background:#e8f3ed;color:#1f5f43;padding:4px 8px;font-family:SF Mono,Fira Mono,Consolas,monospace}.activity-log-list,.activity-post-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.activity-log-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px}.activity-post-item{border:1px solid #dce8e1;border-radius:12px;background:#fff;padding:14px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px}.activity-post-type{height:28px;border-radius:999px;background:#e8f3ed;color:#1f5f43;padding:0 9px;display:inline-flex;align-items:center;font-size:11px;font-weight:900;white-space:nowrap}.activity-post-title{color:#20342c;font-weight:900;text-decoration:none}.activity-post-title:hover{color:#1a5d41}.activity-post-item p{margin:6px 0 0;color:#5f746b;font-size:13px;line-height:1.55}.activity-post-item span:not(.activity-post-type){margin-top:8px;display:inline-flex;color:#8a9d94;font-size:12px}.activity-log-icon{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#e8f3ed;color:#1f5f43}.activity-log-title{margin:0;color:#20342c;font-weight:800}.activity-log-description{margin:5px 0 0;color:#5f746b;font-size:13px;line-height:1.55}.activity-log-meta{margin:8px 0 0;color:#8a9d94;font-size:12px;display:flex;flex-wrap:wrap;gap:6px}.activity-log-meta span{border-radius:999px;background:#f1f6f3;color:#60756b;padding:3px 7px}.member-services{display:grid;gap:16px}.member-services-hero{min-height:190px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-radius:16px;padding:28px;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(128deg,#111d18,#173f32 48%,#256c58);background-size:38px 38px,38px 38px,auto;color:#effcf4}.member-services-hero h2{margin:0;color:#fff;font-size:38px}.member-services-hero p{margin:10px 0 0;color:#cfe8dc}.member-services-register{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(239,252,244,.36);border-radius:10px;padding:0 16px;background:#effcf4;color:#15583d;font-weight:900;cursor:pointer}.member-services-toolbar{padding:16px;display:grid;gap:14px}.member-services-toolbar-head,.member-services-toolbar-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px}.member-services-toolbar-head>div:first-child{display:grid;gap:3px}.member-services-toolbar-head span{color:#667a71;font-size:12px;font-weight:800}.member-services-toolbar-head strong{color:#172d24;font-size:20px}.member-services-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.member-service-view-toggle{min-height:40px;display:inline-flex;align-items:center;border:1px solid #d5e2dc;border-radius:10px;overflow:hidden;background:#f7faf8}.member-service-view-toggle button,.member-service-add-button{min-height:40px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;color:#435c51;font-weight:900;cursor:pointer}.member-service-view-toggle button{background:transparent}.member-service-view-toggle button+button{border-left:1px solid #d5e2dc}.member-service-view-toggle button.is-active{background:#1f5f43;color:#fff}.member-service-add-button{border-radius:10px;background:#1f5f43;color:#fff}.member-service-edit-button{min-height:32px;border:1px solid #cfe0d8;border-radius:999px;background:#fff;color:#1f5f43;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:900;cursor:pointer}.member-service-edit-button:hover{border-color:#1f5f43;background:#eef6f2}.member-services-toolbar-bottom .resource-search-bar{width:min(100%,640px)}.member-services-tabs{margin-top:0}.member-service-filter-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1fr);gap:14px;align-items:start}.member-service-filter-group{display:grid;gap:8px;min-width:0}.member-service-filter-label{color:#50665b;font-size:12px;font-weight:900}.member-service-status-filter{min-height:40px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #d9e4de;border-radius:10px;overflow:hidden;background:#f7faf8}.member-service-status-filter button{min-width:0;border:0;border-right:1px solid #d9e4de;background:transparent;color:#40584d;font-size:13px;font-weight:900;cursor:pointer}.member-service-status-filter button:last-child{border-right:0}.member-service-status-filter button.is-active{background:#1f5f43;color:#fff}.member-service-tag-tools{display:flex;align-items:center;justify-content:space-between;gap:10px}.member-service-tag-reset{border:0;background:transparent;color:#1f5f43;font-size:12px;font-weight:900;cursor:pointer}.member-service-tag-cloud{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.member-service-tag-empty{min-height:32px;border:1px dashed #cbdcd4;border-radius:999px;background:#fbfdfc;color:#789087;padding:0 12px;display:inline-flex;align-items:center;font-size:12px;font-weight:850}.member-service-tag-chip{min-height:34px;border:1px solid #d9e4de;border-radius:999px;background:#f6faf8;color:#4d655b;padding:0 13px;font-size:13px;font-weight:800;cursor:pointer}.member-service-tag-chip:hover,.member-service-tag-chip.is-active{border-color:#1f5f43;background:#1f5f43;color:#fff}.member-service-form{padding:22px}.member-service-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.member-service-form h3,.member-service-form p{margin:0}.member-service-form-head p{color:#61766d;font-size:13px;line-height:1.55}.member-service-form-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.member-service-form-wide{grid-column:1 / -1}.member-service-image-upload{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.member-service-image-upload-button{cursor:pointer}.member-service-image-upload-button input{display:none}.member-service-image-preview{width:88px;height:56px;border:1px solid #d8e5df;border-radius:8px;background-size:cover;background-position:center}.member-service-extra-preview-list{display:flex;flex-wrap:wrap;gap:8px}.member-service-extra-preview{width:72px;height:54px;border:1px solid #d8e5df;border-radius:8px;background-size:cover;background-position:center;position:relative;overflow:hidden}.member-service-extra-preview button{position:absolute;top:4px;right:4px;width:22px;height:22px;border:0;border-radius:999px;background:#0c2018c7;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.member-service-image-empty{color:#789087;font-size:13px;font-weight:800}.member-service-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;align-items:stretch}.member-service-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.member-service-list-item{padding:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,auto);gap:18px;align-items:center}.member-service-card[role=button],.member-service-list-item[role=button]{cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.member-service-card[role=button]:hover,.member-service-list-item[role=button]:hover{border-color:#1f5f43;box-shadow:0 12px 28px #1f5f431a;transform:translateY(-1px)}.member-service-card[role=button]:focus-visible,.member-service-list-item[role=button]:focus-visible{outline:2px solid #1f5f43;outline-offset:3px}.member-service-list-main{min-width:0;display:grid;gap:8px}.member-service-list-main h3,.member-service-list-main p{margin:0}.member-service-list-main h3{color:#1f332b;font-size:19px}.member-service-list-main p{color:#61766d;line-height:1.55}.member-service-list-side{display:grid;justify-items:end;gap:5px;color:#6c8077;font-size:13px}.member-service-list-side strong{color:#1f5f43}.member-service-list-side a{color:#24483a;font-weight:900;text-decoration:none}.member-service-pagination{margin-top:0}.member-service-detail{overflow:hidden;display:grid;grid-template-columns:minmax(260px,.48fr) minmax(0,1fr);padding:0;border-color:#d8e5df}.member-service-detail-media{min-height:360px;padding:18px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-start;justify-content:flex-end}.member-service-detail-media:before{content:"";position:absolute;inset:0;background:#0b271d2e}.member-service-detail-media .member-service-status{position:relative;z-index:1;background:#fff}.member-service-detail-body{min-width:0;padding:28px;display:grid;align-content:start;gap:18px}.member-service-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.member-service-back-button{min-height:40px;border-radius:10px;white-space:nowrap}.member-service-detail-header>div{min-width:0;display:grid;gap:5px;justify-items:end;text-align:right}.member-service-detail-header h3,.member-service-detail-header p,.member-service-detail-summary{margin:0}.member-service-detail-header h3{color:#172d24;font-size:clamp(28px,3vw,42px);line-height:1.12;word-break:keep-all;overflow-wrap:anywhere}.member-service-detail-header span{color:#60766b;font-size:14px;font-weight:900}.member-service-detail-summary{color:#425a4f;font-size:16px;line-height:1.75;word-break:keep-all;overflow-wrap:anywhere}.member-service-detail-actions{display:flex;flex-wrap:wrap;gap:8px}.member-service-detail-actions a,.member-service-detail-button{min-height:38px;border-radius:10px;border:1px solid #cfe0d8;background:#fff;color:#1f5f43;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:900;text-decoration:none;cursor:pointer}.member-service-detail-actions a:first-child,.member-service-detail-button:hover{border-color:#1f5f43;background:#1f5f43;color:#fff}.member-service-detail-meta{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dfe9e4;border-radius:12px;overflow:hidden;background:#f8fbfa}.member-service-detail-meta div{min-width:0;padding:14px;border-right:1px solid #dfe9e4;display:grid;gap:5px}.member-service-detail-meta div:last-child{border-right:0}.member-service-detail-meta dt,.member-service-detail-meta dd{margin:0}.member-service-detail-meta dt{color:#72877d;font-size:12px;font-weight:900}.member-service-detail-meta dd{color:#203a2f;font-size:13px;font-weight:900;word-break:keep-all;overflow-wrap:anywhere}.member-service-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr);gap:14px}.member-service-detail-grid section{border:1px solid #dfe9e4;border-radius:12px;background:#fff;padding:16px}.member-service-detail-grid h4{margin:0 0 12px;color:#1d342a;font-size:15px}.member-service-detail-grid ul{margin:0;padding-left:18px;color:#526a5f;line-height:1.75;font-size:14px}.member-service-detail-tags{display:flex;flex-wrap:wrap;gap:8px}.member-service-detail-tags span{min-height:30px;border-radius:999px;background:#eef6f2;color:#24533f;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;font-weight:900}.member-service-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.member-service-gallery-image{min-height:96px;border:1px solid #dfe9e4;border-radius:10px;background-size:cover;background-position:center}.member-service-detail-empty{min-height:120px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.member-service-card.is-selected,.member-service-list-item.is-selected{border-color:#1f5f43;box-shadow:0 0 0 1px #1f5f4314}.official-service-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.official-service-panel{display:grid;gap:14px}.service-menu-tabs{padding:8px;display:flex;align-items:center;gap:8px}.service-menu-tab{min-height:44px;border:1px solid #d7e3dd;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;background:#f7faf8;color:#315647;font-size:15px;font-weight:900;cursor:pointer}.service-menu-tab:hover,.service-menu-tab.is-active{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.official-service-card{min-height:240px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;border-color:#1f5f432e;background:linear-gradient(180deg,#e8f3edb8,#fffffff5)}.official-service-card--single{min-height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.official-service-card--single .official-service-icon{grid-row:1 / span 3}.official-service-card--single .member-service-status{grid-column:3;grid-row:1}.official-service-card--single h3{grid-column:2;grid-row:1}.official-service-card--single p{grid-column:2 / -1;grid-row:2}.official-service-card--single .member-service-tags{grid-column:2 / -1;grid-row:3}.services-instance-panel{display:grid;gap:14px}.official-service-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#1f5f43;color:#fff}.official-service-card h3,.official-service-card p{margin:0}.official-service-card h3{color:#1f332b;font-size:20px}.official-service-card p{color:#61766d;line-height:1.6}.member-service-card{padding:18px;display:grid;gap:12px;min-height:100%}.member-service-card-head,.member-service-card footer,.member-service-card-footer>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.member-service-card-footer>div{min-width:0;flex-direction:column;align-items:flex-start;gap:3px}.member-service-card-footer .member-service-detail-button{flex:0 0 auto}.member-service-open-hint{flex:0 0 auto;min-height:32px;border-radius:999px;background:#eef6f2;color:#1f5f43;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;white-space:nowrap}.member-service-status{border-radius:999px;background:#e8f3ed;color:#1f5f43;padding:5px 9px;font-size:12px;font-weight:800}.member-service-card h3,.member-service-card p{margin:0}.member-service-card h3{color:#1f332b;font-size:20px}.member-service-card p{color:#61766d;line-height:1.6}.member-service-tags{display:flex;flex-wrap:wrap;gap:7px}.member-service-tags span{border-radius:999px;background:#f0f5f2;color:#53695f;padding:5px 9px;font-size:12px;font-weight:700}.member-service-card footer{padding-top:12px;border-top:1px solid #e5eee9;color:#6c8077;font-size:13px}.member-service-card footer strong{color:#1f5f43;overflow-wrap:anywhere}.member-service-list-side strong{overflow-wrap:anywhere}.archive-page{width:100%;display:grid;gap:16px}.archive-header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}.archive-header p,.archive-toolbar-title p,.archive-form-head p{margin:0 0 4px;color:#61766d;font-size:12px;font-weight:900;text-transform:uppercase}.archive-header h1{margin:0;color:#14261f;font-size:30px;line-height:1.15}.archive-add-button{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.archive-workspace{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.archive-classifier{padding:16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,auto);align-items:stretch;gap:12px}.archive-tab-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.archive-tab{min-width:0;border:1px solid #d9e4de;border-radius:8px;background:#fff;color:#40584d;padding:12px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;text-align:left;cursor:pointer}.archive-tab-icon{width:34px;height:34px;border-radius:8px;background:#edf5f1;display:grid;place-items:center;color:#1f5f43}.archive-tab strong,.archive-tab small{display:block;overflow-wrap:anywhere}.archive-tab strong{font-size:14px;font-weight:900}.archive-tab small{margin-top:2px;color:#789087;font-size:11px;font-weight:800}.archive-tab.is-active{border-color:#1f5f43;background:#f0f8f4;color:#153d2c}.archive-tab.is-active .archive-tab-icon{background:#1f5f43;color:#fff}.archive-summary{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.archive-summary div{border:1px solid #e2ebe6;border-radius:8px;background:#f8fbfa;padding:10px}.archive-summary dt{color:#789087;font-size:11px;font-weight:900}.archive-summary dd{margin:4px 0 0;color:#172d24;font-size:20px;font-weight:900}.archive-main{min-width:0;display:grid;gap:14px}.archive-toolbar{padding:16px;display:grid;grid-template-columns:minmax(180px,max-content) minmax(240px,1fr);align-items:center;gap:14px}.archive-toolbar-title strong,.archive-form-head strong{color:#172d24;font-size:20px}.archive-search{width:100%}.archive-message{grid-column:1 / -1;margin:0}.archive-calendar{padding:16px;display:grid;gap:14px}.archive-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.archive-calendar-head p,.archive-calendar-detail-head p{margin:0 0 4px;color:#61766d;font-size:12px;font-weight:900;text-transform:uppercase}.archive-calendar-head strong,.archive-calendar-detail-head strong{display:block;color:#172d24;font-size:20px}.archive-calendar-head span{display:block;margin-top:4px;color:#61766d;font-size:13px;font-weight:800}.archive-calendar-controls{display:inline-flex;align-items:center;gap:6px}.archive-calendar-controls button{min-height:34px;border:1px solid #d6e4dd;border-radius:999px;background:#fff;color:#1f5f43;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;cursor:pointer}.archive-calendar-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:14px;align-items:start}.archive-calendar-grid{min-width:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.archive-calendar-weekday{color:#789087;font-size:12px;font-weight:900;text-align:center}.archive-calendar-day{min-width:0;min-height:104px;border:1px solid #e0e9e4;border-radius:8px;background:#fff;color:#31483d;padding:8px;display:grid;align-content:start;gap:5px;text-align:left;cursor:pointer}.archive-calendar-day--muted{background:#f8fbfa;color:#9aa9a2}.archive-calendar-day--has-items{border-color:#9fc7b1}.archive-calendar-day.is-selected{outline:2px solid #1f5f43;outline-offset:0;background:#f0f8f4}.archive-calendar-day-number{font-size:13px;font-weight:900}.archive-calendar-day-count{width:max-content;border-radius:999px;background:#1f5f43;color:#fff;padding:2px 7px;font-size:11px;font-weight:900}.archive-calendar-event{min-width:0;border-radius:6px;background:#e8f7ee;color:#17563c;padding:3px 6px;font-size:11px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-calendar-event--more{background:#eef2ff;color:#315071}.archive-calendar-detail{border:1px solid #e0e9e4;border-radius:8px;background:#f8fbfa;padding:14px;display:grid;gap:12px}.archive-calendar-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.archive-calendar-event-list,.archive-calendar-undated ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.archive-calendar-event-list li{border:1px solid #e0e9e4;border-radius:8px;background:#fff;padding:11px;display:grid;gap:5px}.archive-calendar-event-list span,.archive-calendar-event-list small,.archive-calendar-undated span{color:#61766d;font-size:12px;font-weight:800}.archive-calendar-event-list strong{color:#172d24;font-size:15px;line-height:1.35}.archive-calendar-event-list a{width:max-content;min-height:28px;border:1px solid #d6e4dd;border-radius:999px;background:#fff;color:#1f5f43;padding:0 9px;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:900;text-decoration:none}.archive-calendar-empty{margin:0;color:#789087;font-size:13px;font-weight:800}.archive-calendar-undated{border-top:1px solid #e0e9e4;padding-top:12px;display:grid;gap:8px}.archive-calendar-undated>strong{color:#172d24;font-size:13px}.archive-calendar-undated li{display:grid;gap:3px}.archive-calendar-undated button{border:0;background:transparent;color:#1f5f43;padding:0;text-align:left;font-weight:900;cursor:pointer}.archive-form{padding:18px;display:grid;gap:16px}.archive-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.archive-upload-zone{min-height:96px;border:1px dashed #9eb8aa;border-radius:8px;background:#f7fbf8;color:#1f5f43;padding:16px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;cursor:pointer}.archive-upload-zone input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.archive-upload-zone strong,.archive-upload-zone small{display:block;overflow-wrap:anywhere}.archive-upload-zone strong{color:#172d24;font-size:16px;font-weight:900}.archive-upload-zone small{margin-top:4px;color:#61766d;font-size:13px;font-weight:800}.archive-upload-zone--ready{border-style:solid;border-color:#76a88e;background:#eef8f2}.archive-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.archive-form-wide{grid-column:1 / -1}.archive-form-actions{display:flex;justify-content:flex-end}.archive-results{display:grid;gap:10px}.archive-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#61766d;font-size:13px;font-weight:800}.archive-results-head strong{color:#172d24;font-size:16px}.archive-list{display:grid;gap:10px}.archive-card{padding:16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,max-content);gap:16px;align-items:start}.archive-card-main{min-width:0;display:grid;gap:9px}.archive-card-head,.archive-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.archive-card-head small{color:#789087;font-size:12px;font-weight:800}.archive-category{min-height:26px;border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;font-weight:900}.archive-category--labs{background:#e8f7ee;color:#17563c}.archive-category--agents{background:#eef2ff;color:#315071}.archive-card h3,.archive-card p{margin:0}.archive-card h3{color:#172d24;font-size:19px;line-height:1.25;word-break:keep-all;overflow-wrap:anywhere}.archive-card p{color:#526a5f;line-height:1.55}.archive-card-tags{display:flex;flex-wrap:wrap;gap:7px}.archive-card-tags span{min-height:26px;border-radius:999px;background:#f0f5f2;color:#53695f;padding:0 9px;display:inline-flex;align-items:center;font-size:12px;font-weight:800}.archive-card-content{color:#3d5449;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.archive-card-footer{min-width:0;display:grid;justify-items:end;gap:10px;color:#6c8077;font-size:13px;font-weight:900}.archive-card-actions{justify-content:flex-end}.archive-card-actions a,.archive-card-actions button{min-height:30px;border:1px solid #d6e4dd;border-radius:999px;background:#fff;color:#1f5f43;padding:0 10px;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer;white-space:nowrap}.archive-empty{min-height:160px;display:grid;place-items:center;color:#7f9189;font-weight:900}@media(max-width:980px){.archive-classifier{grid-template-columns:1fr}.archive-tab-row{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-toolbar,.archive-calendar-body{grid-template-columns:1fr}}@media(max-width:720px){.archive-header{align-items:stretch}.archive-header h1{font-size:26px}.archive-add-button{width:100%;justify-content:center}.archive-tab-row,.archive-form-grid,.archive-card{grid-template-columns:1fr}.archive-calendar-grid{gap:4px}.archive-calendar-day{min-height:82px;padding:7px}.archive-calendar-event{display:none}.archive-card-footer{justify-items:start}.archive-card-actions{justify-content:flex-start}}@media(max-width:520px){.archive-classifier,.archive-toolbar,.archive-calendar,.archive-form,.archive-card{padding:14px}.archive-summary{grid-template-columns:1fr}.archive-results-head{align-items:flex-start;flex-direction:column}.archive-card-actions a,.archive-card-actions button{flex:1 1 auto;justify-content:center}}.profile-edit-grid,.profile-award-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-edit-field{min-width:0;display:grid;gap:6px}.profile-edit-field>span{color:#61766d;font-size:12px;font-weight:900}.profile-edit-field--wide{grid-column:1 / -1}.profile-repeat-editor{flex:1;display:grid;gap:8px}.profile-repeat-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.profile-repeat-row--link{grid-template-columns:minmax(110px,.45fr) minmax(0,1fr) auto}.profile-award-editor{display:grid;gap:12px}.profile-award-edit-item{border:1px solid #dfe9e4;border-radius:12px;background:#f8fbfa;padding:14px;display:grid;gap:12px}.profile-award-edit-item>.ghost-button{justify-self:end}.profile-add-row-button{justify-self:start}.recruit-manage-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.recruit-edit-form{margin-top:16px;border:1px solid #dfe9e4;border-radius:12px;background:#f8fbfa;padding:16px;display:grid;gap:12px}@media(max-width:860px){.activity-directory-layout,.member-services-toolbar,.member-service-form-grid,.official-service-grid,.member-service-grid{grid-template-columns:1fr}.member-services-toolbar-head,.member-services-toolbar-bottom,.member-service-filter-grid,.member-service-form-head,.member-service-list-item,.member-service-detail,.member-service-detail-grid{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.member-service-detail-media{min-height:220px}.member-service-detail-header{flex-direction:column}.member-service-detail-header>div{justify-items:start;text-align:left}.member-service-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.member-service-detail-meta div:nth-child(2){border-right:0}.member-service-detail-meta div:nth-child(-n+2){border-bottom:1px solid #dfe9e4}.member-services-toolbar-bottom .resource-search-bar{width:100%}.member-service-list-side{justify-items:start}.profile-repeat-row--link{grid-template-columns:1fr}.activity-member-list{border-right:0;border-bottom:1px solid #e2ebe6}.activity-page--directory .activity-page-header{align-items:flex-start;flex-direction:column}.activity-dev-stats{justify-content:flex-start}.activity-page--directory .activity-table-toolbar{align-items:stretch}.activity-page--directory .activity-search{width:100%}.member-services-hero{align-items:flex-start;flex-direction:column}.official-service-card--single{grid-template-columns:1fr}.official-service-card--single .official-service-icon,.official-service-card--single .member-service-status,.official-service-card--single h3,.official-service-card--single p,.official-service-card--single .member-service-tags{grid-column:1;grid-row:auto}}.jcloud-hero-badge{background:#effcf421;color:#d9f7e8}.jcloud-hero-subtitle{max-width:620px;margin-bottom:0}.jcloud-hero-stats{display:none}.jcloud-inquiry-shell{display:grid;gap:16px}.jcloud-inquiry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.jcloud-inquiry-header p{margin:6px 0 0;color:#6d7f76;line-height:1.5}.jcloud-inquiry-form{border:1px solid #dce5e0;border-radius:14px;background:#f8fbfa;padding:14px;display:grid;gap:12px}.jcloud-inquiry-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.jcloud-inquiry-item{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.board-post-card--with-image{grid-template-columns:168px minmax(0,1fr) auto}.info-post-open--with-image{display:grid;grid-template-columns:168px minmax(0,1fr);gap:18px;align-items:center}.board-post-thumbnail{background-color:#edf4f0;background-position:center;background-size:cover}.jcloud-inquiry-item h4{margin:8px 0 0;color:#21322c;font-size:17px;line-height:1.35}.jcloud-inquiry-item p{margin:6px 0 0;color:#607169;line-height:1.5}.jcloud-inquiry-meta{color:#7b8f86;font-size:12px;white-space:nowrap}.podium-breakdown{display:grid;gap:5px}.podium-breakdown-dot--community{background:#7dd3fc}.coala-content--posts,.coala-content--info,.coala-content--recruit,.coala-content--activity,.coala-content--profile,.coala-content--service,.coala-content--services,.coala-content--archive,.coala-content--post-detail,.coala-content--post-writer,.coala-content--leaderboard{width:100%;max-width:none;display:block;grid-template-columns:none;grid-template-areas:none}.coala-content--info>*,.coala-content--recruit>*,.coala-content--activity>*,.coala-content--profile>*,.coala-content--service>*,.coala-content--services>*,.coala-content--archive>*,.coala-content--post-detail>*,.coala-content--posts>*{width:100%;max-width:none}.info-shell,.board-shell,.activity-page,.profile-page,.member-services,.jcloud-apply-page,.jcloud-inquiry-shell{width:100%;max-width:none}.community-banner,.community-list-controls,.info-resource-zone,.recruit-card-grid{width:100%}.coala-content--info .community-banner{min-height:220px}.community-section-tabs{border-color:#cddbd4;box-shadow:0 1px #ffffffe6 inset}.community-section-tab{min-height:50px;color:#40584d;font-size:15px}.community-section-tab.is-active{background:#1a5d41;color:#effcf4}.jcloud-duration-chip:disabled{border-color:#d8e0dc;background:#f1f4f3;color:#879790;cursor:not-allowed}.jcloud-duration-chip small{font-size:11px;font-weight:700}.community-list-controls{margin-top:14px;margin-bottom:14px;padding:16px 18px;display:grid;gap:14px;background:#fff}.community-list-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:2px}.community-list-actions{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:10px}.community-list-actions .community-list-search{flex:1 1 520px}.community-list-actions .board-sort-field{min-height:44px;border-radius:10px;background:#f7faf8;box-shadow:none}.community-list-actions .write-post-button{min-height:44px;padding:0 16px;border-radius:10px;white-space:nowrap}.community-list-heading{min-width:0;display:flex;align-items:baseline;gap:8px}.community-list-heading p,.community-list-heading strong{margin:0}.community-list-heading p{min-height:28px;border-radius:999px;background:#e7f3ed;color:#1a5d41;padding:0 11px;display:inline-flex;align-items:center;font-size:12px;font-weight:900;white-space:nowrap}.community-list-heading strong{color:#667a71;font-size:13px;font-weight:850;line-height:1.2;letter-spacing:0;word-break:keep-all}.community-list-search{height:44px;border:1px solid #d6e2dc;border-radius:10px;background:#f7faf8;color:#6d8077;display:inline-flex;align-items:center;gap:8px;padding:0 13px}.community-list-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#24372f;font-size:14px}.community-list-search input::placeholder{color:#8a9d94}.community-filter-tabs,.community-status-filters{display:flex;flex-wrap:wrap;gap:8px}.community-filter-tabs--with-all{align-items:center}.community-filter-grouped{min-width:0;display:flex;flex-wrap:wrap;gap:8px}.community-filter-divider{width:1px;height:28px;border-radius:999px;background:#d8e5de}.community-filter-tab,.community-status-chip{min-height:38px;border:1px solid #d5e1db;background:#f6faf8;color:#425b50;border-radius:10px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:850;cursor:pointer}.community-filter-tab:hover,.community-status-chip:hover{border-color:#b9d2c5;background:#eef6f2}.community-filter-tab.is-active,.community-status-chip.is-active{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.info-filter-tab--news.is-active{border-color:#1a5d41;background:#1a5d41;color:#fff}.info-filter-tab--contest.is-active{border-color:#b56b16;background:#b56b16;color:#fff}.info-filter-tab--lab.is-active{border-color:#2f6fae;background:#2f6fae;color:#fff}.info-filter-tab--resource.is-active{border-color:#6746a8;background:#6746a8;color:#fff}.community-filter-tab--all{background:#fff}.community-filter-tab--notice{background:#e4f1eb;color:#1f5f43}.community-filter-tab--free{background:#e4eefc;color:#285f9f}.community-filter-tab--humor{background:#efe8ff;color:#5b3c91}.community-filter-tab--notice.is-active{border-color:#2c8a62;background:#2c8a62;color:#f6fff9}.community-filter-tab--free.is-active{border-color:#2d73ad;background:#2d73ad;color:#f7fbff}.community-filter-tab--humor.is-active{border-color:#7050b6;background:#7050b6;color:#fbf8ff}.community-status-filters{padding-top:2px}.community-status-chip{min-height:32px;border-radius:999px;padding:0 12px;font-size:12px}.info-resource-zone{padding:0;overflow:hidden;background:#fff}.info-list{list-style:none;margin:0;padding:0;display:grid}.info-list-item{min-height:82px;display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border-bottom:1px solid #e2ebe6}.info-list-item:last-child{border-bottom:0}.info-list-tag{width:fit-content;border-radius:999px;background:#e8f3ed;color:#1a5d41;padding:6px 10px;font-size:11px;font-weight:900}.info-list-main{min-width:0}.info-list-main h3{margin:0;color:#1f332b;font-size:16px;line-height:1.4;word-break:keep-all}.info-list-main p{margin:5px 0 0;color:#75887f;font-size:12px}.info-list-side{display:inline-flex;align-items:center;gap:10px;color:#71847b;font-size:12px;white-space:nowrap}.info-list-actions{display:inline-flex;align-items:center;gap:6px}.info-list-action{width:32px;height:32px;border:1px solid #d4dfda;border-radius:9px;background:#f2f7f4;color:#466356;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.info-list-action:hover,.info-list-action--active{border-color:#1a5d41;background:#e8f3ed;color:#1a5d41}.info-list-empty,.recruit-card-empty{min-height:120px;display:flex;align-items:center;justify-content:center;border:1px dashed #cfded6;border-radius:12px;background:#f8fbfa;color:#7f9189;font-size:13px;font-weight:800}.info-board-shell{padding:0 22px 18px}.info-board-shell.board-shell--card{padding:18px 22px}.info-post-card{border:0;border-bottom:1px solid #e2e9e5;background:transparent;cursor:default}.info-post-open{min-width:0;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer}.info-post-open:focus-visible{outline:2px solid #1a5b3f;outline-offset:4px}.info-post-card:hover{background:#275e460a}.info-post-stats{min-width:128px}.info-post-stats .board-stat{justify-content:flex-end}.info-post-stats .info-list-actions{margin-top:6px;justify-content:flex-end}.info-post-card.board-post-card--card{border:1px solid #dce8e2;border-radius:8px;background:#fff;cursor:default}.info-post-card.board-post-card--card:hover{background:#fff}.info-post-card.board-post-card--card .info-post-open{flex:1 1 auto;display:block}.info-post-card.board-post-card--card .info-post-stats{min-width:0;width:100%;justify-content:space-between}.info-post-card.board-post-card--card .info-post-stats .board-stat,.info-post-card.board-post-card--card .info-list-actions{justify-content:flex-start}.info-post-card.board-post-card--card .info-post-stats .info-list-actions{margin-top:0;margin-left:auto}.info-post-card.board-post-card--list{border:0;border-bottom:1px solid #e2e9e5;background:transparent}.recruit-list-controls{background:#fff}.recruit-control-panel{margin-top:14px;margin-bottom:14px;padding:16px;display:grid;gap:14px;border-color:#c9ddd3;background:#fbfdfc;box-shadow:0 12px 28px #1b433014}.recruit-control-head{display:grid;grid-template-columns:auto minmax(260px,420px);align-items:center;gap:12px}.recruit-control-head>div{min-width:0;display:flex;align-items:baseline;gap:8px}.recruit-control-head p,.recruit-control-head strong{margin:0}.recruit-control-head p{min-height:28px;border-radius:999px;background:#e7f3ed;color:#1a5d41;padding:0 11px;display:inline-flex;align-items:center;font-size:12px;font-weight:900;white-space:nowrap}.recruit-control-head strong{color:#667a71;font-size:13px;font-weight:850;line-height:1.2;letter-spacing:0;word-break:keep-all}.recruit-filter-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) 160px;gap:12px;align-items:end}.recruit-filter-group{min-width:0;display:grid;gap:7px}.recruit-filter-group>span{color:#687d73;font-size:12px;font-weight:900}.recruit-segmented{min-width:0;min-height:40px;border:1px solid #d5e1db;border-radius:10px;background:#f7faf8;padding:3px;display:flex;align-items:center;gap:3px}.recruit-segmented button{min-width:0;flex:1;min-height:32px;border:0;border-radius:8px;background:transparent;color:#4c6258;font-size:12px;font-weight:900;cursor:pointer}.recruit-segmented button:hover{background:#eef6f2;color:#1a5d41}.recruit-segmented button.is-active{background:#1a5d41;color:#effcf4}.recruit-segmented--with-all>button{flex:0 0 72px}.recruit-segmented-group{min-width:0;flex:1;display:flex;gap:3px}.recruit-segmented-divider{width:1px;height:24px;border-radius:999px;background:#d8e5de}.recruit-sort-select{height:40px;border:1px solid #d5e1db;border-radius:10px;background:#f7faf8;color:#1d3028;padding:0 12px;font-size:13px;font-weight:850;outline:none}.recruit-dashboard-panel{margin-top:14px;display:grid;gap:14px}.recruit-dashboard-header{min-height:60px;border:1px solid #d6e2dc;border-radius:12px;background:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.recruit-dashboard-header h3,.recruit-dashboard-header p{margin:0}.recruit-dashboard-header h3{color:#1c3128;font-size:17px}.recruit-dashboard-header p{margin-top:3px;color:#72867c;font-size:12px;font-weight:850}.recruit-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px}.recruit-dashboard-panel .recruit-list{margin-top:0}.coala-content--recruit>.recruit-card-grid,.recruit-dashboard-panel .recruit-card-grid{margin-top:0}.recruit-list-row{min-height:82px;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.55fr) auto;gap:14px;align-items:center;box-shadow:none}.recruit-list-row:hover{border-color:#bcd4c8}.recruit-row-main{min-width:0;border:0;background:transparent;padding:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;text-align:left;cursor:pointer}.recruit-row-main--with-image{grid-template-columns:128px auto minmax(0,1fr)}.recruit-row-thumbnail{width:100%;aspect-ratio:4 / 3;border-radius:10px;background-color:#edf4f0;background-position:center;background-size:cover}.recruit-status-pill{min-width:82px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;font-size:12px;font-weight:950}.recruit-status-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.recruit-status-pill.recruit-status--open{background:#0f6b49;color:#fff}.recruit-status-pill.recruit-status--closing{background:#f59e0b;color:#1f1605}.recruit-status-pill.recruit-status--closed{background:#e5ebe8;color:#60746b}.recruit-row-copy{min-width:0;display:grid;gap:5px}.recruit-row-copy strong{color:#20342c;font-size:15px;line-height:1.35;word-break:keep-all;overflow-wrap:break-word}.recruit-row-copy span{color:#71847b;font-size:12.5px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recruit-row-meta{min-width:0;display:flex;flex-wrap:wrap;gap:7px;color:#73857d;font-size:12px;font-weight:800}.recruit-row-meta span{min-height:24px;border-radius:999px;background:#f1f6f3;padding:4px 8px;display:inline-flex;align-items:center}.recruit-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px}.recruit-row-button,.recruit-row-static-chip{min-height:32px;border:1px solid #d5dfda;border-radius:999px;background:#fff;color:#50675d;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;white-space:nowrap}.recruit-row-button{cursor:pointer}.recruit-row-button:hover,.recruit-row-button.is-active{border-color:#1a5b3f;background:#e8f5ee;color:#155339}.recruit-row-button--primary{border-color:#1a5b3f;background:#1a5b3f;color:#fff}.recruit-row-button--primary:hover,.recruit-row-button--primary.is-active{background:#124f38;color:#fff}.recruit-row-button:disabled{border-color:#d5dfda;background:#f1f5f4;color:#8a9a93;cursor:default}.recruit-row-static-chip{border-color:#b9d9ca;background:#eef8f3;color:#155339}@media(max-width:920px){.board-filter-row,.jcloud-inquiry-item,.recruit-filter-grid,.recruit-list-row,.info-list-item{grid-template-columns:1fr}.info-list-side{justify-content:space-between}.recruit-row-actions{justify-content:flex-start}.jcloud-hero{grid-template-columns:1fr}}@media(max-width:640px){.portal-hero--slider{min-height:300px}.portal-hero--slider .portal-hero-copy{left:20px;right:20px;bottom:28px}.portal-hero--slider .portal-hero-title{font-size:28px}.board-search-row,.info-header,.jcloud-inquiry-header{display:grid;grid-template-columns:1fr}.community-list-controls{padding:12px;gap:10px}.community-list-summary,.community-list-actions,.recruit-control-head{align-items:stretch}.community-list-summary{align-items:flex-start;flex-direction:column}.community-list-actions{display:grid;grid-template-columns:1fr}.community-filter-tabs--with-all{flex-wrap:nowrap;align-items:center;gap:6px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.community-filter-tabs--with-all::-webkit-scrollbar{display:none}.community-filter-tabs--with-all .community-filter-tab{flex:0 0 auto;min-width:82px;min-height:36px;padding:0 10px;border-radius:9px;font-size:12px}.community-filter-tabs--with-all .community-filter-tab--all{min-width:88px}.community-filter-grouped{flex:0 0 auto;flex-wrap:nowrap;gap:6px}.community-filter-divider{flex:0 0 1px;height:24px}.board-post-card{grid-template-columns:1fr;gap:10px;padding:16px 0}.board-post-card--with-image,.info-post-open--with-image,.recruit-row-main--with-image{grid-template-columns:1fr}.board-post-thumbnail,.recruit-row-thumbnail{max-height:220px}.board-post-heading{align-items:flex-start}.board-post-title{font-size:18px;line-height:1.35;-webkit-line-clamp:1}.board-post-excerpt{margin-top:7px;font-size:14px;-webkit-line-clamp:2}.board-post-stats{justify-content:flex-start}.recruit-control-panel{padding:12px;gap:10px}.recruit-control-head{grid-template-columns:minmax(0,auto) minmax(0,1fr);gap:8px}.recruit-control-head>div{gap:6px}.recruit-control-head p{min-height:26px;padding:0 10px;font-size:11px}.recruit-control-head strong{font-size:12px}.recruit-filter-grid{gap:8px}.recruit-filter-group{gap:5px}.recruit-filter-group>span{font-size:11px}.recruit-segmented{min-height:36px;border-radius:9px}.recruit-segmented button{min-height:28px;padding:0 10px;font-size:12px}.recruit-segmented--with-all>button{flex-basis:58px}.recruit-sort-select{height:38px;border-radius:9px}.auth-form-grid{grid-template-columns:1fr}.recruit-segmented{overflow-x:auto}.recruit-segmented button{flex:0 0 auto;padding:0 12px}.recruit-dashboard-header{align-items:stretch;flex-direction:column}.recruit-row-main,.recruit-row-main--with-image{grid-template-columns:1fr}.recruit-row-meta{gap:5px}.recruit-row-copy span{white-space:normal}}.community-banner{background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(128deg,#0f1f18,#124732 48%,#1e7451);background-size:38px 38px,38px 38px,auto}.community-banner-image-track,.community-banner-image,.community-banner-scrim{display:none}.community-banner-caption{background:#effcf41a}.write-post-button:disabled,.write-post-button[disabled]{border-color:#d9e3de;background:#eef3f0;color:#93a49c;cursor:not-allowed;filter:none}.post-comments{margin-top:28px;border-top:1px solid #e1e9e5;padding-top:20px;display:grid;gap:12px}.post-comments h3{margin:0;color:#20342c;font-size:16px}.post-comment-item{border:1px solid #dce8e1;border-radius:10px;background:#f7faf8;padding:12px}.post-comment-thread{display:grid;gap:8px}.post-comment-replies{margin-left:24px;padding-left:14px;border-left:2px solid #dce8e1;display:grid;gap:8px}.post-comment-item--reply{background:#fbfdfc}.post-comment-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.post-comment-author-block{min-width:0;display:grid;gap:3px}.post-comment-author{display:block;color:#20342c;font-size:13px}.post-comment-content{margin:6px 0;color:#50645a;line-height:1.55}.post-comment-time,.post-comment-login{margin:0;color:#81928b;font-size:12px}.post-comment-actions{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.post-comment-actions .ghost-button{min-height:28px;padding:0 10px;font-size:12px}.post-comment-reply-toggle{width:fit-content;margin-top:8px;border:1px solid #cadad2;border-radius:999px;background:#fff;color:#315746;padding:5px 10px;font-size:12px;font-weight:800;cursor:pointer}.post-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.post-comment-form--reply{margin-left:24px}.info-list-open{min-width:0;border:0;background:transparent;display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center;text-align:left;cursor:pointer}.info-list-item--editorial{grid-template-columns:minmax(0,1fr) auto}.info-list-main small{display:inline-flex;margin-top:7px;color:#1a5d41;font-size:12px;font-weight:800}.info-detail-page{overflow:hidden}.info-detail-topbar{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e0e8e4}.info-detail-hero{padding:34px;background:linear-gradient(90deg,rgba(26,93,65,.09),transparent),#f7fbf9}.info-detail-kicker{width:fit-content;border-radius:999px;background:#e5f4ec;color:#1a5d41;padding:5px 10px;font-size:12px;font-weight:900}.info-detail-hero h1{margin:14px 0 0;color:#10251d;font-size:34px;line-height:1.25}.info-detail-hero p{max-width:760px;margin:10px 0 0;color:#5f746b;line-height:1.7}.info-detail-meta{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.info-detail-meta span{border-radius:999px;background:#fff;border:1px solid #d9e5df;color:#4a6358;padding:6px 10px;font-size:12px;font-weight:800}.info-detail-body{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:22px;padding:24px}.info-detail-aside{border:1px solid #dce8e1;border-radius:12px;background:#f8fbfa;padding:16px;align-self:start}.info-detail-aside strong{color:#1f332b}.info-detail-aside ul{margin:12px 0 0;padding-left:18px;color:#5f746b;line-height:1.65}.info-detail-content h2{margin:0 0 8px;color:#20342c}.info-detail-content h2+p{margin-top:0}.info-detail-content p{color:#50645a;line-height:1.8}.cossp-panel{min-height:360px;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);overflow:hidden}.cossp-visual{min-height:360px;padding:34px;background:linear-gradient(90deg,rgba(16,37,29,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(16,37,29,.05) 1px,transparent 1px),#fff;background-size:34px 34px,34px 34px,auto;color:#050505;display:grid;align-content:center;gap:0;overflow:hidden;position:relative}.cossp-visual:after{content:"";position:absolute;inset:24px;border:1px solid rgba(5,5,5,.12);pointer-events:none}.cossp-visual span{display:block;color:#050505;font-size:clamp(42px,6vw,82px);font-weight:950;line-height:.92;letter-spacing:0;text-transform:uppercase}.cossp-visual span:nth-child(2){font-size:clamp(34px,4.7vw,64px);font-weight:850}.cossp-visual span:nth-child(3){justify-self:end;font-size:clamp(44px,6.2vw,88px);font-style:italic}.cossp-copy{padding:34px;display:grid;align-content:center;gap:14px}.cossp-copy h3{margin:0;color:#10251d;font-size:34px;line-height:1.2}.cossp-copy p{margin:0;color:#5f746b;line-height:1.75}.cossp-feature-grid{display:flex;flex-wrap:wrap;gap:8px}.cossp-feature-grid span{border-radius:999px;background:#e8f3ed;color:#1a5d41;padding:7px 11px;font-size:12px;font-weight:850}.member-service-card--with-media{overflow:hidden;padding-top:0}.member-service-media{height:130px;margin:-18px -18px 4px;background-size:cover;background-position:center}.member-service-media--empty,.member-service-detail-media--empty,.portal-service-feature-image--empty,.portal-service-thumb-image--empty,.portal-service-mobile-media--empty{background:#edf5f1;color:#6f897e;display:inline-flex;align-items:center;justify-content:center}.member-service-detail-media--empty{display:flex}.member-service-detail-media--empty:before{display:none}.member-service-detail-media--empty .member-service-status{position:absolute;top:18px;right:18px}.jcloud-open-source-notice{margin:8px 0 0;color:#b91c1c;font-size:12px;font-weight:800;line-height:1.6;display:grid;gap:3px}.jcloud-open-source-notice p{margin:0}.jcloud-open-source-notice a{color:#991b1b;text-decoration:underline;text-underline-offset:3px}.jcloud-mail-notice{display:flex;align-items:flex-start;gap:10px;border:1px solid #dce8e1;border-radius:12px;background:#f4faf7;color:#24483a;padding:12px 14px}.jcloud-mail-notice strong,.jcloud-mail-notice p{margin:0}.jcloud-mail-notice strong{font-size:13px}.jcloud-mail-notice p{margin-top:3px;color:#60766b;font-size:12.5px;line-height:1.5}@media(min-width:641px)and (max-width:920px){.coala-main-nav.is-open{position:fixed;left:0;right:0;top:56px;width:100vw;max-width:none;grid-template-columns:1fr;z-index:60}.info-detail-body,.cossp-panel{grid-template-columns:1fr}.cossp-visual{min-height:220px}}@media(max-width:640px){.coala-content--info .info-shell{padding:0}.coala-content--info .community-banner,.coala-content--info .community-list-controls,.coala-content--info .board-shell{width:100%}.coala-content--info .community-banner{min-height:150px!important}.cossp-panel{min-height:auto;grid-template-columns:1fr}.cossp-visual{min-height:330px;padding:28px;order:1}.cossp-copy{padding:26px 28px 30px;order:2;align-content:start}.cossp-feature-grid span{border-radius:12px}.post-comment-form,.info-list-open,.info-list-item--editorial{grid-template-columns:1fr}.post-comment-replies,.post-comment-form--reply{margin-left:0}.info-detail-topbar{align-items:flex-start;flex-direction:column}.info-detail-hero{padding:24px 18px}.info-detail-hero h1,.cossp-copy h3{font-size:26px}}.coala-app{background:#f4f7f5!important;background-image:none!important}.portal-hero-slide,.portal-hero--slider,.community-banner,.board-hero,.info-hero,.recruit-hero,.services-hub-hero,.member-services-hero,.jcloud-hero,.auth-intro,.profile-hero,.activity-hero{background:#123f31!important;background-image:none!important}.portal-hero-slide:before,.portal-hero--slider:before,.portal-hero-scrim,.community-banner-scrim,.board-hero:before,.info-hero:before,.recruit-hero:before,.services-hub-hero:before,.member-services-hero:before,.jcloud-hero:before,.auth-intro:before,.profile-hero:before,.activity-hero:before{background:#0c221bc7!important;background-image:none!important}.surface-card,.official-service-card,.service-panel,.profile-panel,.instance-card,.post-detail-card,.info-detail-card,.recruit-card,.member-service-card,.activity-member-card,.leaderboard-card,.board-list-panel,.info-list-panel,.community-list-panel{background:#fff!important;background-image:none!important}.info-detail-hero,.post-cover,.leaderboard-card--feature,.podium-card,.profile-page-avatar,.jcloud-hero-visual,.jcloud-spec-card,.jcloud-form-card,.jcloud-application-card{background:#eef5f1!important;background-image:none!important}.cossp-visual{background:linear-gradient(90deg,rgba(16,37,29,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(16,37,29,.05) 1px,transparent 1px),#fff!important;background-size:34px 34px,34px 34px,auto!important}.community-banner,.member-services-hero{min-height:132px!important;border-radius:16px;border:1px solid #0f4d37;background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px),#123f31!important;background-size:38px 38px,38px 38px,auto!important;box-shadow:0 10px 24px #124f381a;padding:24px 28px;display:flex;align-items:center;justify-content:flex-start}.community-banner-copy,.member-services-hero>div{max-width:none}.community-banner-title,.member-services-hero h2{margin:0;color:#fff;font-size:clamp(30px,3vw,40px);line-height:1.08;font-weight:900;letter-spacing:0;word-break:keep-all;overflow-wrap:anywhere}.coala-content--about{width:100%;max-width:none;display:block;grid-template-columns:none;grid-template-areas:none}.about-page{display:grid;gap:20px}.about-intro{padding:28px;display:grid;gap:14px}.about-intro-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.about-intro-eyebrow{margin:0;color:#1f5f43;font-size:12px;font-weight:800;letter-spacing:.08em}.about-intro h3{margin:0;color:#162f28;font-size:24px;font-weight:900}.about-intro p{margin:0;max-width:780px;color:#52685d;font-size:15px;line-height:1.8;word-break:keep-all}.about-intro-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.about-intro-grid span{min-height:30px;border-radius:999px;border:1px solid #d7e5dd;background:#f6fbf8;color:#245340;display:inline-flex;align-items:center;padding:0 12px;font-size:12px;font-weight:900}.about-edit-button{min-height:34px;border:1px solid #cfe0d8;border-radius:999px;background:#fff;color:#1f5f43;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:900;cursor:pointer}.about-edit-form{display:grid;gap:12px}.about-edit-actions{display:flex;flex-wrap:wrap;gap:8px}.about-edit-message{margin:0;color:#1f5f43;font-size:13px;font-weight:900}.leader-avatar--mint,.board-avatar--mint,.activity-avatar--mint,.podium-avatar--mint,.profile-avatar--mint{background:#1f8f5c!important}.leader-avatar--sky,.board-avatar--sky,.activity-avatar--sky,.podium-avatar--sky,.profile-avatar--sky{background:#3c7fa6!important}.leader-avatar--amber,.board-avatar--amber,.activity-avatar--amber,.podium-avatar--amber,.profile-avatar--amber{background:#b7791f!important}.leader-avatar--slate,.board-avatar--slate,.activity-avatar--slate,.podium-avatar--slate,.profile-avatar--slate{background:#526e63!important}.leader-avatar--sand,.board-avatar--sand,.activity-avatar--sand,.podium-avatar--sand,.profile-avatar--sand{background:#9c7f5a!important}.leader-avatar--rose,.board-avatar--rose,.activity-avatar--rose,.podium-avatar--rose,.profile-avatar--rose{background:#b65f78!important}.recruit-progress-fill,.recruit-timeline-step:before,.jcloud-hero-bar:after,.podium-pedestal--1,.podium-pedestal--2,.podium-pedestal--3{background:#1a5d41!important;background-image:none!important}.portal-hero--slider{min-height:clamp(220px,24vw,300px)!important;border-radius:16px;border:1px solid #0f4d37;background:#123f31!important;box-shadow:0 10px 24px #124f381a}.portal-hero--slider .portal-slide{display:flex;align-items:center;padding:clamp(34px,4vw,52px) 28px;background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px),#123f31!important;background-size:38px 38px,38px 38px,auto!important}.portal-hero--slider .portal-slide-overlay{display:none}.portal-hero--slider .portal-hero-copy{position:relative;left:auto;right:auto;bottom:auto;z-index:1;max-width:none}.portal-hero--slider .portal-hero-title{margin:0;color:#fff;font-size:clamp(30px,3vw,40px);line-height:1.08}.recruit-history-filter{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.recruit-history-filter>span{color:#687d73;font-size:12px;font-weight:900}.recruit-history-filter-options{display:flex;flex-wrap:wrap;gap:8px}.recruit-history-filter-chip{min-height:34px;border:1px solid #d5e1db;border-radius:999px;background:#f7faf8;color:#425b50;padding:0 13px;font-size:12px;font-weight:900;cursor:pointer}.recruit-history-filter-chip:hover,.recruit-history-filter-chip.is-active{border-color:#1a5d41;background:#1a5d41;color:#effcf4}.recruit-application-footer{gap:8px;flex-wrap:wrap}.activity-page--directory>.community-banner{width:100%}.activity-login-required{padding:34px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.activity-login-icon{width:44px;height:44px;border-radius:12px;background:#1a5d41;color:#f6fff9;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.activity-login-required h3,.activity-login-required p{margin:0}.activity-login-required h3{color:#1f3329;font-size:18px}.activity-login-required p{color:#65776f;line-height:1.6}.activity-login-link{margin-top:6px;text-decoration:none}.wmde-markdown{font-family:inherit!important}.wmde-markdown table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.wmde-markdown img{max-width:100%;height:auto;border-radius:8px}.wmde-markdown pre{max-width:100%;overflow-x:auto}.leaderboard-search,.board-search,.resource-search-bar,.activity-search,.community-list-search,.recruit-search{box-sizing:border-box;min-height:44px;height:44px;width:100%;border:1px solid #cfded7!important;border-radius:10px!important;background:#fff!important;background-image:none!important;box-shadow:none!important;display:flex;align-items:center;gap:8px;padding:0 12px;color:#5b7067}.leaderboard-search{width:min(100%,370px)}.activity-search,.activity-page--directory .activity-search{width:min(100%,420px)}.leaderboard-search input,.board-search input,.resource-search-bar input,.activity-search input,.community-list-search input,.recruit-search input{min-width:0;width:100%!important;height:100%;border:0!important;outline:0!important;background:transparent!important;color:#17251f!important;font-size:14px;line-height:1.4}.leaderboard-search svg,.board-search svg,.resource-search-bar svg,.activity-search svg,.community-list-search svg,.recruit-search svg{flex:0 0 auto;color:#60756c}.leaderboard-search input::placeholder,.board-search input::placeholder,.resource-search-bar input::placeholder,.activity-search input::placeholder,.community-list-search input::placeholder,.recruit-search input::placeholder{color:#92a39b}@media(max-width:640px){.leaderboard-search,.board-search,.resource-search-bar,.activity-search,.community-list-search,.recruit-search,.activity-page--directory .activity-search{width:100%;min-width:0}}.search-field:focus-within{border-color:#115e3e85!important;box-shadow:0 0 0 3px #115e3e1f!important}.search-field input:focus,.search-field input:focus-visible{outline:0!important;box-shadow:none!important}.main-nav-dropdown-item:hover:not(.is-active){background:#f4faf7;color:#124f38}.main-nav-dropdown-item.is-active{background:#1a5d41;color:#f6fff9}.velog-writer-context{min-height:28px;border-radius:999px;background:#e7f3ed;color:#1a5d41;padding:0 11px;display:inline-flex;align-items:center;font-size:12px;font-weight:900}.velog-board-picker{padding:18px 32px;border-bottom:1px solid #edf2ef;background:#fbfdfc;display:grid;gap:10px}.velog-board-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.velog-board-picker-head span{color:#657c72;font-size:12px;font-weight:900}.velog-board-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:10px}.velog-board-option{min-width:0;min-height:64px;border:1px solid #d4e1db;border-radius:14px;background:#fff;color:#22372e;padding:12px 14px;display:grid;align-content:center;gap:4px;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.velog-board-option:hover{border-color:#9dc4b1;background:#f2f8f5}.velog-board-option.is-active{border-color:#1a5d41;background:#1a5d41;color:#f6fff9;box-shadow:0 10px 24px #1a5d4124}.velog-board-option span{font-size:15px;font-weight:950;line-height:1.25}.velog-board-option small{min-width:0;color:currentColor;font-size:12px;font-weight:750;line-height:1.3;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.velog-editor-wrap{position:relative}.official-service-panel .jcloud-tab-shell{overflow:visible}.official-service-panel .jcloud-tab-bar{flex-wrap:wrap;gap:8px;padding:8px;border-bottom:0}.official-service-panel .jcloud-tab-btn{flex:1 1 180px;min-width:0;height:42px;border:1px solid #d5e1db;border-radius:10px;margin-bottom:0;justify-content:center;background:#f7faf8}.official-service-panel .jcloud-tab-btn.is-active{border-color:#1a5d41;background:#1a5d41;color:#f6fff9}.official-service-panel .jcloud-tab-content{min-width:0;overflow:visible;padding:18px}.recruit-segmented--status button{flex:1 1 0}.recruit-write-panel{padding:clamp(24px,3vw,36px);border-radius:16px;min-height:380px}.recruit-write-panel h3{font-size:20px}.recruit-write-category-tabs{margin-top:22px;gap:10px}.recruit-write-category-tabs .community-filter-tab{min-height:44px;border-radius:12px;padding:0 18px}.recruit-write-grid{gap:18px;margin-top:22px}.recruit-write-panel .jcloud-input{min-height:46px}.recruit-write-panel .jcloud-textarea{min-height:140px}.recruit-dashboard-header .jcloud-submit-button{min-height:44px;border-radius:12px;padding:0 20px}.profile-section-card,.profile-handle-value,.profile-activity-value{font-family:NanumBarunGothic,Nanum Gothic,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.profile-handle-link,.profile-activity-link{color:#135f43;text-decoration:none}.profile-handle-link:hover,.profile-activity-link:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:860px){.official-service-panel .jcloud-tab-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.official-service-panel .jcloud-tab-btn{flex-basis:auto}}@media(max-width:760px){.velog-board-picker{padding:16px 18px}.velog-board-options{grid-template-columns:1fr}.velog-editor-wrap .w-md-editor-content{display:block}.velog-editor-wrap .w-md-editor-text,.velog-editor-wrap .w-md-editor-preview{width:100%!important;min-width:0;max-width:none;flex-basis:auto}}@media(max-width:560px){.official-service-panel .jcloud-tab-bar{grid-template-columns:1fr}.recruit-write-panel{padding:20px}}.profile-page{gap:24px;padding:12px 0 44px}.profile-page-hero{align-items:stretch;padding:clamp(24px,3vw,34px);border-radius:14px}.profile-page-hero-main{align-items:stretch;gap:28px;min-width:0}.profile-photo-panel{width:132px;flex:0 0 132px;display:grid;align-content:start;gap:12px}.profile-page-avatar{width:132px;height:132px;border:1px solid #d8e6df;border-radius:18px;background:#f5faf7!important;background-image:none!important;box-shadow:none;overflow:hidden;color:#1a5d41}.profile-page-avatar>span{font-size:44px;font-weight:900;line-height:1}.profile-page-avatar img{width:100%;height:100%;display:block;object-fit:cover}.profile-photo-controls{display:flex;flex-wrap:wrap;gap:6px}.profile-photo-input{display:none}.profile-photo-button{min-height:34px;border:1px solid #cbdcd4;border-radius:9px;background:#fff;color:#24463a;padding:0 11px;font-size:12px;font-weight:850;cursor:pointer}.profile-photo-button:hover{border-color:#1f5f43;color:#135f43}.profile-photo-button--muted{color:#7a8f86}.profile-photo-error{flex-basis:100%;margin:0;color:#b42318;font-size:12px;line-height:1.45}.profile-page-avatar--mint{background:#e8f7ef!important;color:#1a5d41}.profile-page-avatar--sky{background:#e8f3ff!important;color:#1f5c8f}.profile-page-avatar--amber{background:#fff5d8!important;color:#8a5a00}.profile-page-avatar--slate{background:#edf2f4!important;color:#40515a}.profile-page-avatar--sand{background:#f5efe3!important;color:#70552c}.profile-page-avatar--rose{background:#fff0f3!important;color:#9b2743}.profile-page-focus{margin:1px 0 0;color:#315047;font-size:13px;font-weight:850;line-height:1.45;word-break:keep-all;overflow-wrap:anywhere}.profile-public-links,.profile-link-list{display:flex;flex-wrap:wrap;gap:7px}.profile-public-links a,.profile-link-list a{min-height:28px;border:1px solid #d5e3dc;border-radius:999px;background:#fff;color:#1f5f43;padding:0 10px;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:900;text-decoration:none}.profile-custom-card{grid-column:1 / -1}.profile-custom-editor{display:grid;gap:14px}.profile-tone-picker{display:flex;flex-wrap:wrap;gap:8px}.profile-tone-button{min-height:34px;border:1px solid #d5e3dc;border-radius:999px;background:#fff;color:#40574d;padding:0 11px;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900;cursor:pointer}.profile-tone-button.is-active{border-color:#1f5f43;color:#1f5f43;box-shadow:0 0 0 2px #1f5f431a}.profile-tone-swatch{width:16px;height:16px;border-radius:999px;border:1px solid rgba(0,0,0,.08)}.profile-tone-swatch--mint{background:#2cc97e}.profile-tone-swatch--sky{background:#4b9eea}.profile-tone-swatch--amber{background:#e0a01f}.profile-tone-swatch--slate{background:#5c6b73}.profile-tone-swatch--sand{background:#c9a86a}.profile-tone-swatch--rose{background:#df6b86}.profile-page-identity{align-content:center;gap:10px;min-width:0}.profile-page-name{font-size:clamp(30px,3vw,42px);font-weight:950;line-height:1.12;letter-spacing:0}.profile-page-role{font-size:16px;line-height:1.45}.profile-page-meta{display:flex;flex-wrap:wrap;gap:8px}.profile-page-meta span,.profile-page-meta a{min-height:32px;border:1px solid #d8e6df;border-radius:999px;background:#f7faf8;color:#315648;padding:0 12px;display:inline-flex;align-items:center;font-size:13px;font-weight:850;text-decoration:none}.profile-page-meta a:hover{border-color:#1f5f43;color:#135f43}.profile-page-joined{font-size:13px;color:#71887d}.profile-edit-button{height:40px;border-radius:10px;padding:0 16px;font-weight:850}.profile-edit-button:disabled{cursor:wait;opacity:.72}.profile-save-message{margin:-10px 0 0;color:#1f5f43;font-size:13px;font-weight:850}.profile-save-message--error{color:#b42318}.profile-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.profile-stat-card{min-height:104px;padding:20px 18px;align-content:center;text-align:left;border-radius:12px}.profile-stat-value{font-size:26px;line-height:1.15}.profile-stat-label{margin-top:4px;font-size:12px;font-weight:850;color:#647d72}.profile-tab-bar{gap:18px;padding:0 2px;border-bottom-color:#dce8e2}.profile-tab{height:46px;padding:0 2px;font-size:15px;font-weight:850}.profile-section-grid{gap:20px}.profile-section-grid--overview{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.profile-section-grid--single{grid-template-columns:1fr}.profile-section-card{padding:clamp(24px,2.5vw,32px);border-radius:14px}.profile-section-title{margin-bottom:18px;color:#546d62;font-size:14px;letter-spacing:0;text-transform:none}.profile-bio-text{max-width:760px;color:#243c32;font-size:16px;line-height:1.85}.profile-bio-textarea{min-height:180px;padding:16px;font-size:16px}.profile-repo-textarea{min-height:120px;flex:1}.profile-award-textarea,.profile-award-note{margin-bottom:18px}.profile-handles-list{gap:0}.profile-handle-item{min-height:64px;padding:12px 0;border-bottom:1px solid #edf3f0}.profile-handle-item:first-child{padding-top:0}.profile-handle-item:last-child{border-bottom:0;padding-bottom:0}.profile-handle-icon{width:40px;height:40px;border-radius:10px}.profile-handle-service{font-size:12px;letter-spacing:0}.profile-handle-value{font-size:15px;line-height:1.45;overflow-wrap:anywhere}.profile-activity-row{min-height:54px}.profile-activity-label,.profile-activity-value{font-size:15px}.profile-activity-row:has(.profile-repo-list),.profile-activity-row:has(.profile-repo-textarea){align-items:flex-start}.profile-repo-list{flex:1;min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profile-repo-list>span:not(.profile-empty-text){min-height:30px;border:1px solid #d8e6df;border-radius:999px;background:#f7faf8;color:#285743;padding:0 11px;display:inline-flex;align-items:center;font-size:13px;font-weight:850}.profile-empty-text{margin:0;color:#84988f;font-size:14px;line-height:1.6}.profile-post-item{grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:18px 0}.profile-post-title{font-size:16px}.profile-post-excerpt{margin-top:2px;font-size:14px}.profile-award-item{padding:20px 22px;border-radius:12px}@media(max-width:980px){.profile-page-hero-main{gap:22px}.profile-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-section-grid--overview{grid-template-columns:1fr}}@media(max-width:700px){.profile-page-hero{align-items:flex-start}.profile-page-hero-main{flex-direction:column}.profile-photo-panel{width:100%;flex-basis:auto;grid-template-columns:auto minmax(0,1fr);align-items:end}.profile-page-avatar{width:104px;height:104px}.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-tab-bar{gap:14px;overflow-x:auto}.profile-tab{flex:0 0 auto}.profile-post-item{grid-template-columns:1fr}}@media(max-width:460px){.profile-stats-grid,.profile-photo-panel{grid-template-columns:1fr}.profile-page-avatar{width:100%;max-width:180px}}
