@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";.home-page *{box-sizing:border-box}.home-page{font-family:JetBrains Mono,Space Mono,Courier New,monospace;margin:0;padding:0;min-height:100vh;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:scroll-position}.hero{position:relative;width:100%;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;padding:6rem 0 2rem}.math-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(#000 .4px,transparent .5px),repeating-linear-gradient(to right,rgba(0,0,0,.03) 0px,rgba(0,0,0,.03) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(to bottom,rgba(0,0,0,.03) 0px,rgba(0,0,0,.03) 1px,transparent 1px,transparent 40px);background-size:2px 2px,40px 40px,40px 40px;background-position:0 0,0 0,0 0;opacity:.4}.network-canvas{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:1!important;pointer-events:none!important}.hero-inner{position:relative;z-index:10;max-width:1200px;width:100%;padding:2rem;text-align:center;color:#000;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem;letter-spacing:-.02em;color:#000}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;line-height:1.6;margin:0 0 2rem;max-width:800px;color:#333;letter-spacing:.01em}.hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.25em;color:#666;margin-bottom:1rem}.hero-stats{width:100%;max-width:1000px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem}.stat-card{border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;background:#ffffffeb;text-align:left}.stat-value{display:block;font-size:2rem;font-weight:700;margin-bottom:.2rem}.stat-label{display:block;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;color:#666;margin-bottom:.5rem}.stat-detail{margin:0;font-size:.95rem;color:#444;line-height:1.5}.task-market{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.task-market-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.section-eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:#777;margin-bottom:.5rem}.task-market-header h2{margin:0 0 .5rem;font-size:clamp(1.8rem,4vw,2.6rem)}.task-market-header p{margin:0;color:#444;line-height:1.6;max-width:640px}.view-all-link{font-size:.9rem;color:#666;text-decoration:none;font-weight:500;transition:color .2s}.view-all-link:hover{color:#000}.task-market-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%}.task-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;text-align:left;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 8px #00000008;text-decoration:none;color:inherit;cursor:pointer}.task-card:hover{border-color:#000;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.task-header{display:flex;justify-content:space-between;align-items:flex-start}.task-type-badge{background:#f5f5f5;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;border:1px solid #eee}.task-difficulty{font-size:.75rem;color:#888;font-weight:500;text-transform:uppercase}.task-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;color:#000}.task-bounty{display:flex;flex-direction:column;gap:.2rem;padding:.8rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.bounty-label{font-size:.75rem;color:#888;text-transform:uppercase}.bounty-value{font-size:1.1rem;font-weight:700;color:#000;font-family:JetBrains Mono,monospace}.task-tags{display:flex;flex-wrap:wrap;gap:.5rem}.task-tag{background:#f5f5f5;padding:.3rem .6rem;border-radius:4px;font-size:.8rem;color:#555;border:1px solid transparent}.task-card:hover .task-tag{border-color:#e0e0e0;background:#fff}.task-hover-action{margin-top:auto;text-align:right;font-size:.85rem;font-weight:600;color:#000;text-transform:uppercase;opacity:0;transform:translate(-10px);transition:all .3s ease}.task-card:hover .task-hover-action{opacity:1;transform:translate(0)}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-primary,.cta-secondary{font-family:JetBrains Mono,monospace;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden;min-width:180px;text-align:center}.cta-primary{background:#000;color:#fff;border:2px solid #000}.cta-primary:hover{background:#fff;color:#000;transform:translateY(-2px)}.cta-primary:focus{outline:2px solid #000;outline-offset:2px}.cta-secondary{background:transparent;color:#000;border:2px solid #000}.cta-secondary:hover{background:#000;color:#fff;transform:translateY(-2px)}.cta-secondary:focus{outline:2px solid #000;outline-offset:2px}.split-section{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.pathway-card{border:1px solid #e5e5e5;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem;background:#fff}.pathway-card h3{margin:0;font-size:1.8rem}.pathway-description{margin:0;color:#444;line-height:1.6}.pathway-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pathway-card li{position:relative;padding-left:1.5rem;color:#333;line-height:1.5}.pathway-card li:before{content:"↗";position:absolute;left:0;top:0;color:#000}.pathway-card.primary{background:#000;color:#fff;border-color:#000}.pathway-card.primary .section-eyebrow{color:#ffffffa8}.pathway-card.primary .pathway-description{color:#ffffffd9}.pathway-card.primary li:before{color:#fff9}.pathway-card.primary li{color:#ffffffe6}.pathway-card.primary .cta-primary{background:#fff;color:#000;border-color:#fff}.pathway-card.primary .cta-primary:hover{background:transparent;color:#fff}.pathway-card.outline{background:#fafafa}.process-section{width:100%;padding:4rem 2rem;background:#fafafa}.process-header{max-width:720px;margin:0 auto 2.5rem;text-align:center}.process-header h2{margin-bottom:.75rem}.process-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.process-step{border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;background:#fff}.step-number{display:inline-flex;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;border:1px solid #000;font-weight:600;margin-bottom:1rem}.process-step h3{margin:0 0 .5rem}.process-step p{margin:0;color:#444;line-height:1.6}.mission-section{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:center}.mission-copy h2{margin:0 0 1rem}.mission-copy p{margin:0;color:#444;line-height:1.7}.mission-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.mission-list li{padding-left:1.5rem;position:relative;line-height:1.6;font-weight:500}.mission-list li:before{content:"•";position:absolute;left:0;top:0;color:#000}.cta-panel{max-width:1100px;margin:0 auto 4rem;padding:3rem 2rem;border:1px solid #e5e5e5;border-radius:16px;text-align:center;background:#fff}.cta-panel .hero-cta{justify-content:center;margin-bottom:1.5rem}.cta-panel .api-status{justify-content:center}.api-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#555}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.online{background:#4ade80;box-shadow:0 0 8px #4ade8099}.status-dot.offline{background:#ef4444;box-shadow:0 0 8px #ef444499}.flicker-horizontal{animation:flicker-horizontal 4s infinite}@keyframes flicker-horizontal{0%,95%{transform:translate(0)}96%{transform:translate(10px)}97%{transform:translate(0)}98%{transform:translate(-10px)}99%,to{transform:translate(0)}}@media (max-width: 768px){.hero-inner{padding:1.5rem}.task-hover-action{opacity:1;transform:translate(0);margin-top:1rem}.hero-stats{grid-template-columns:1fr}.task-market-header{flex-direction:column;align-items:flex-start}.hero-cta{flex-direction:column}.pathway-card{padding:1.5rem}.mission-section{grid-template-columns:1fr;text-align:left}}.home-footer{max-width:960px;margin:2rem auto;padding:0 1rem;text-align:center;font-family:JetBrains Mono,Space Mono,monospace}.home-footer p{margin:.5rem 0;color:#333;font-size:1rem}.home-page .typewriter-text{display:inline-block;color:#000!important;font-size:inherit;font-weight:inherit;letter-spacing:inherit}.cursor{display:inline-block;animation:blink 1s infinite;font-weight:400;color:#000;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.manifesto{--fg: #000000;--muted: #444444;--bg-a: #ffffff;--bg-b: #f8f9fa;--accent: #000000;position:relative;background:var(--bg-a);color:var(--fg);min-height:100vh;overflow-x:hidden;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);font-family:JetBrains Mono,Space Mono,monospace}.manifesto-grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 80%);mask-image:radial-gradient(circle at center,black 40%,transparent 80%)}.intro-overlay{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;z-index:10;position:relative;margin-bottom:10vh}.intro-overlay span{font-weight:700;letter-spacing:-.05em;font-size:clamp(3rem,12vw,10rem);color:var(--fg);line-height:.9;text-align:center}.scene{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;box-sizing:border-box}.scene-inner{position:relative;z-index:2;max-width:800px;width:100%;padding:3rem;background:#ffffffe6;border:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;box-shadow:0 20px 40px #00000005}.scene-number{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#666;margin-bottom:1rem;display:block;border-bottom:1px solid #eee;padding-bottom:.5rem}.scene-title{color:var(--fg);margin:0 0 2rem;font-size:clamp(2rem,5vw,3rem);line-height:1.1;font-weight:700;letter-spacing:-.03em}.scene-body{font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8;color:var(--muted)}.scene-body p{margin-bottom:1.5rem}.scene-body strong{color:var(--fg);font-weight:600;background:#0000000d;padding:0 4px}.scene-body ul{list-style:none;margin:2rem 0;padding:0}.scene-body li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.scene-body li:before{content:">";position:absolute;left:0;color:var(--fg);font-weight:700}.manifesto-progress{position:fixed;top:0;left:0;height:4px;background:#000;width:0%;z-index:100}@media (max-width: 768px){.scene-inner{padding:1.5rem}.intro-overlay span{font-size:18vw}}:root{--sm-bg-app: #ffffff;--sm-bg-panel: #fbfbfb;--sm-bg-card: #ffffff;--sm-bg-hover: #f3f4f6;--sm-bg-active: #e5e7eb;--sm-border-subtle: #e5e7eb;--sm-border-medium: #d1d5db;--sm-border-focus: #000000;--sm-text-primary: #111827;--sm-text-secondary: #4b5563;--sm-text-muted: #9ca3af;--sm-accent-color: #000000;--sm-accent-text: #ffffff;--sm-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sm-font-mono: "JetBrains Mono", "SF Mono", monospace;--sm-shadow-card: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);--sm-shadow-hover: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -1px rgba(0,0,0,.03)}.sm-container{display:flex;flex-direction:column;background-color:var(--sm-bg-app);color:var(--sm-text-primary);min-height:100vh;width:100vw;font-family:var(--sm-font-sans);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden;letter-spacing:-.01em}.sm-top-nav{height:64px;background:var(--sm-bg-app);border-bottom:1px solid var(--sm-border-subtle);display:flex;align-items:center;padding:0 24px;justify-content:space-between;z-index:10}.sm-nav-brand{font-size:16px;font-weight:700;color:var(--sm-text-primary);letter-spacing:.02em;margin-right:48px;display:flex;align-items:center;gap:12px}.sm-nav-brand:before{content:"";display:block;width:12px;height:12px;background:var(--sm-text-primary);border-radius:50%}.sm-nav-links{display:flex;gap:8px;align-items:center}.sm-nav-link{color:var(--sm-text-secondary);text-decoration:none;font-size:13px;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .2s ease}.sm-nav-link:hover{color:var(--sm-text-primary);background:var(--sm-bg-hover)}.sm-nav-link.active{color:var(--sm-text-primary);background:var(--sm-bg-active);font-weight:600}.sm-nav-spacer{flex:1}.sm-nav-user{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--sm-text-secondary);font-weight:500;background:var(--sm-bg-panel);padding:6px 12px;border-radius:20px;border:1px solid var(--sm-border-subtle)}.sm-nav-content{display:flex;flex:1;height:calc(100vh - 64px);overflow:hidden;background:var(--sm-bg-panel)}.sm-sidebar{width:240px;background:var(--sm-bg-app);border-right:1px solid var(--sm-border-subtle);padding:24px 0;display:flex;flex-direction:column;overflow-y:auto}.sm-tabs{display:flex;flex-direction:column;gap:2px;padding:0 12px}.sm-tab{text-align:left;padding:10px 16px;font-size:13px;font-weight:500;color:var(--sm-text-secondary);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.sm-tab:hover{color:var(--sm-text-primary);background:var(--sm-bg-hover)}.sm-tab.active{color:var(--sm-text-primary);background:var(--sm-bg-active);font-weight:600}.sm-content{flex:1;padding:40px 48px;overflow-y:auto;background:var(--sm-bg-panel)}.sm-title{font-size:32px;font-weight:700;color:var(--sm-text-primary);margin:0 0 32px;letter-spacing:-.03em;display:flex;align-items:center;gap:16px;padding:0!important;border-bottom:none!important}.sm-card-title,.sm-panel-title{font-size:16px;font-weight:600;color:var(--sm-text-primary);margin-bottom:16px;letter-spacing:-.01em}.sm-card,.sm-panel{background:var(--sm-bg-card);border:1px solid var(--sm-border-subtle);border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:var(--sm-shadow-card)}.sm-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--sm-border-subtle)}.sm-input,.sm-select,.sm-textarea{background:#fff!important;border:1px solid var(--sm-border-medium)!important;color:var(--sm-text-primary)!important;border-radius:6px;padding:10px 12px;font-size:14px;font-family:var(--sm-font-sans);transition:all .2s ease;width:100%;box-shadow:0 1px 2px #0000000d}.sm-input:focus,.sm-select:focus,.sm-textarea:focus{outline:none;border-color:var(--sm-border-focus)!important;box-shadow:0 0 0 2px #0000000d!important}.sm-input::placeholder,.sm-textarea::placeholder{color:var(--sm-text-muted)}.sm-btn{padding:10px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid var(--sm-border-medium);display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--sm-text-primary);box-shadow:0 1px 2px #0000000d}.sm-btn:hover{background:var(--sm-bg-hover);border-color:var(--sm-border-medium);box-shadow:var(--sm-shadow-hover)}.sm-btn-primary{background:#000;color:#fff;border-color:#000}.sm-btn-primary:hover{background:#333;color:#fff;border-color:#333}.sm-btn-secondary{background:#fff;color:var(--sm-text-secondary)}.sm-btn-danger{background:#fff1f2;color:#be123c;border-color:#fecdd3}.sm-btn-danger:hover{background:#ffe4e6;border-color:#fda4af}.sm-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.sm-header,.sm-table-header{font-size:12px;text-transform:uppercase;color:var(--sm-text-muted)!important;font-weight:600;letter-spacing:.04em;padding:12px 16px;text-align:left;border-bottom:1px solid var(--sm-border-subtle);background:var(--sm-bg-hover)!important}.sm-row,.sm-table-row{transition:background .1s ease;background:#fff;border-bottom:1px solid var(--sm-border-subtle)}.sm-row:hover,.sm-table-row:hover{background:var(--sm-bg-hover)!important}.sm-table td,.sm-grid>div,.sm-table-row>div{padding:16px;border-bottom:1px solid var(--sm-border-subtle);color:var(--sm-text-secondary);vertical-align:middle}.sm-grid{display:grid;gap:1px;background:var(--sm-border-subtle);border:1px solid var(--sm-border-subtle);border-radius:8px;overflow:hidden}.sm-grid>div{background:#fff}.sm-grid-header>div{background:var(--sm-bg-hover);font-weight:600;color:var(--sm-text-primary)}.sm-metric{background:#fff;border:1px solid var(--sm-border-subtle);border-radius:8px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;box-shadow:var(--sm-shadow-card)}.sm-metric-value{font-size:36px;font-weight:700;color:var(--sm-text-primary);margin:12px 0 4px;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.sm-metric-label{font-size:13px;font-weight:600;color:var(--sm-text-muted);text-transform:uppercase;letter-spacing:.02em}.sm-status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px}.sm-status-active{background:#10b981;box-shadow:0 0 0 2px #10b98133}.sm-status-inactive{background:#9ca3af}.sm-status-error{background:#ef4444;box-shadow:0 0 0 2px #ef444433}.sm-modal{background:#fff;border:1px solid var(--sm-border-subtle);border-radius:12px;padding:32px;width:100%;max-width:600px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.mono{font-family:var(--sm-font-mono);font-size:13px}.muted{color:var(--sm-text-muted)!important}.text-right{text-align:right}.flex-center{display:flex;align-items:center;justify-content:center}.sm-home-content{display:grid;grid-template-columns:1fr 350px;gap:24px;height:100%}.sm-globe-container{background:#fff;border:1px solid var(--sm-border-subtle);border-radius:8px;overflow:hidden;position:relative;box-shadow:var(--sm-shadow-card)}.sm-globe-aside{background:#fff;border:1px solid var(--sm-border-subtle);border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:24px;box-shadow:var(--sm-shadow-card)}.sm-globe-aside-title{font-size:24px;font-weight:700;color:var(--sm-text-primary)}.sm-globe-aside-subtitle,.sm-aside-stat{color:var(--sm-text-secondary)}.sm-aside-stat-value{font-size:24px;color:var(--sm-text-primary);font-weight:700}.sm-aside-stat-label{font-size:12px;color:var(--sm-text-muted);text-transform:uppercase}.sm-container [style*="background: #000"],.sm-container [style*="background: '#000'"],.sm-container [style*="backgroundColor: #000"],.sm-container [style*="backgroundColor: '#000'"],.sm-container [style*="background: #111"],.sm-container [style*="backgroundColor: #111"],.sm-container [style*="background: rgba(0,0,0"],.sm-container [style*="background-color: black"]{background:#fff!important;color:var(--sm-text-primary)!important;border:1px solid var(--sm-border-subtle)!important}.sm-container [style*="color: #fff"],.sm-container [style*="color: '#fff'"],.sm-container [style*="color: white"],.sm-container [style*="color: 'white'"]{color:var(--sm-text-primary)!important}.sm-container [style*="border: 1px solid #444"],.sm-container [style*="border: '1px solid #444'"],.sm-container [style*="border: 2px solid #000"],.sm-container [style*="borderBottom: '2px solid #000'"]{border-color:var(--sm-border-subtle)!important}.sm-container button[style*="background: '#000'"]{background:#000!important;color:#fff!important;border:1px solid #000000!important}.sm-container input,.sm-container select,.sm-container textarea{background-color:#fff!important;color:#000!important;border-color:var(--sm-border-medium)!important}.algorithms-info,.sm-container [style*="background: '#e3f2fd'"]{background:#f0f9ff!important;border:1px solid #bae6fd!important;color:#0c4a6e!important}.sm-container h1,.sm-container h2,.sm-container h3,.sm-container h4{color:var(--sm-text-primary)!important}.sm-container [style*=gridTemplateColumns]>div[style*="backgroundColor: '#111'"]{background-color:#fff!important;border:1px solid var(--sm-border-subtle)!important}.sm-title{padding-left:0!important}.tasks-container{background:#fff;min-height:100vh;margin:-2rem;padding:2rem;color:#333}.tasks-content{max-width:1000px;margin:0 auto}.tasks-title{font-family:JetBrains Mono,Space Mono,Courier New,monospace;font-size:2.5rem;font-weight:400;margin-bottom:1rem;color:#000;text-align:center;letter-spacing:1px}.tasks-subtitle{font-family:Space Mono,monospace;font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;line-height:1.6}.error-message{font-family:JetBrains Mono,monospace;background:#fee;color:#c33;padding:1rem;border:1px solid #fcc;margin-bottom:2rem;text-align:center}.tab-navigation{display:flex;gap:0;margin-bottom:3rem;border-bottom:1px solid #eee}.tab{font-family:JetBrains Mono,monospace;background:none;border:none;padding:1rem 2rem;font-size:.9rem;color:#666;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid transparent;transition:all .2s ease}.tab:hover{color:#333}.tab.active{color:#000;border-bottom-color:#000;font-weight:600}.section-title{font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;color:#000;text-transform:uppercase;letter-spacing:1px}.problem-input-section{max-width:800px;margin:0 auto;background:#fff;border:2px solid #eaeaea;border-radius:14px;padding:2rem;box-shadow:0 2px #00000007;box-sizing:border-box;overflow:hidden}.problem-input-section label{display:block;font-family:JetBrains Mono,monospace;font-size:.85rem;color:#111;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.problem-input-section input,.problem-input-section select,.problem-input-section textarea,.problem-textarea{font-family:Space Mono,monospace;width:100%;padding:1rem 1.25rem;border:2px solid #e6e6e6;border-radius:10px;background:#fafafa;color:#111;font-size:1rem;line-height:1.5;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;box-sizing:border-box}.problem-input-section textarea,.problem-textarea{min-height:140px;resize:vertical}.problem-input-section input:focus,.problem-input-section select:focus,.problem-input-section textarea:focus,.problem-textarea:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 2px #00000010}.success-message{font-family:JetBrains Mono,monospace;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;padding:1rem;margin-bottom:1.5rem;text-align:center}.submit-button{font-family:JetBrains Mono,monospace;background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;width:100%;border-radius:10px}.submit-button:hover:not(:disabled){background:#333}.ai-questioning-section{max-width:800px;margin:0 auto;box-sizing:border-box}.progress-indicator{font-family:JetBrains Mono,monospace;font-size:.9rem;color:#666;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.question-card{border:1px solid #ddd;padding:2rem;margin-bottom:2rem;background:#fafafa;box-sizing:border-box;overflow:hidden}.ai-question{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:500;color:#000;margin-bottom:1.5rem;line-height:1.5}.answer-textarea{font-family:Space Mono,monospace;width:100%;padding:1rem;border:1px solid #ddd;font-size:.9rem;line-height:1.5;resize:vertical;margin-bottom:1rem;box-sizing:border-box}.answer-textarea:focus{outline:none;border-color:#333}.answer-button{font-family:JetBrains Mono,monospace;background:#000;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.answer-button:hover{background:#333}.answered-questions{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.answered-questions h4{font-family:JetBrains Mono,monospace;font-size:1rem;color:#000;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.answered-item{margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:.9rem}.answered-item strong{color:#000;display:block;margin-bottom:.5rem}.answered-item p{color:#555;margin:0;padding-left:1rem;border-left:2px solid #eee}.generated-tasks-section{margin-top:3rem}.tasks-intro{font-family:Space Mono,monospace;font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}.tasks-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.generated-task-card{border:1px solid #ddd;padding:1.5rem;background:#fafafa;box-sizing:border-box;overflow:hidden}.task-title{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:500;color:#000;margin:0;flex:1}.difficulty-badge{font-family:Space Mono,monospace;font-size:.7rem;padding:.25rem .5rem;border:1px solid #333;text-transform:uppercase;letter-spacing:1px;font-weight:600}.task-description{font-family:Space Mono,monospace;font-size:.9rem;line-height:1.5;color:#555;margin-bottom:1rem}.task-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.meta-label{color:#666;text-transform:uppercase;letter-spacing:1px;margin-right:.5rem}.task-actions{display:flex;gap:1rem}.publish-button,.reset-button{font-family:JetBrains Mono,monospace;padding:1rem 2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;border:none;flex:1}.publish-button{background:#000;color:#fff}.publish-button:hover{background:#333}.reset-button{background:#fff;color:#000;border:1px solid #333}.reset-button:hover{background:#f5f5f5}.browse-section{text-align:center}.browse-description{font-family:Space Mono,monospace;font-size:1rem;color:#666;margin-bottom:3rem;line-height:1.6}.marketplace-link{color:#000;text-decoration:underline;font-weight:600}.browse-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.stat-item{text-align:center}.stat-number{font-family:JetBrains Mono,monospace;font-size:3rem;font-weight:600;color:#000;line-height:1}.stat-label{font-family:Space Mono,monospace;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}.browse-marketplace-button{font-family:JetBrains Mono,monospace;background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;border-radius:10px}.browse-marketplace-button:hover{background:#333}@media (max-width: 768px){.tasks-container{margin:-1rem;padding:1rem}.tasks-title{font-size:2rem}.task-actions{flex-direction:column}.task-meta{grid-template-columns:1fr}.browse-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}.problem-input-section,.ai-questioning-section{padding:1rem;margin:0 .5rem}.question-card,.generated-task-card{padding:1rem}}.auth-required{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:8px;border:2px solid #e0e0e0;margin-top:2rem}.auth-required h3{font-family:JetBrains Mono,monospace;font-size:1.2rem;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.auth-required p{font-family:Space Mono,monospace;color:#666;margin-bottom:.5rem;line-height:1.6}.marketplace-container{background:#fff;min-height:100vh;margin:0;padding:1rem;color:#333;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.marketplace-content{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.marketplace-title{font-family:JetBrains Mono,Space Mono,Courier New,monospace;font-size:2.5rem;font-weight:400;margin-bottom:1rem;color:#000;text-align:center;letter-spacing:1px}.marketplace-subtitle{font-family:Space Mono,monospace;font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;line-height:1.6}.error-message,.loading-message{font-family:JetBrains Mono,monospace;text-align:center;padding:2rem;margin-bottom:2rem}.error-message{background:#fee;color:#c33;border:1px solid #fcc}.loading-message{background:#f5f5f5;color:#666;border:1px solid #ddd}.marketplace-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.section-title{font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;color:#000;text-transform:uppercase;letter-spacing:1px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;width:100%}.filter-section{display:flex;gap:1rem;margin-bottom:2rem;width:100%;flex-wrap:wrap}.filters-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}.filter-select{font-family:Space Mono,monospace;padding:.5rem;border:1px solid #ddd;background:#fff;font-size:.9rem;color:#333;width:100%}.tasks-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%}.task-card{border:1px solid #eee;padding:1.25rem;cursor:pointer;transition:all .2s ease;background:#fff;width:100%;max-width:600px;margin-left:auto;margin-right:auto;box-sizing:border-box}.task-card:hover{border-color:#ccc;box-shadow:0 2px 8px #0000001a}.task-card.selected{border-color:#000;background:#fafafa;max-width:400px;padding:1rem}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem;flex-wrap:wrap}.task-title{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:500;color:#000;margin:0;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.difficulty-badge{font-family:Space Mono,monospace;font-size:.8rem;padding:.25rem .5rem;border:1px solid #333;text-transform:uppercase;letter-spacing:1px;font-weight:600;white-space:nowrap}.difficulty-badge.beginner{color:#2d5016;border-color:#2d5016}.difficulty-badge.intermediate{color:#b45309;border-color:#b45309}.difficulty-badge.advanced{color:#991b1b;border-color:#991b1b}.task-description{font-family:Space Mono,monospace;font-size:.9rem;line-height:1.5;color:#555;margin-bottom:1rem;overflow-wrap:anywhere;word-break:break-word}.task-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.meta-item{font-family:Space Mono,monospace;font-size:.8rem}.meta-label{color:#666;text-transform:uppercase;letter-spacing:1px}.task-subtasks{margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.subtask-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.subtask-tag{font-family:Space Mono,monospace;font-size:.75rem;color:#495057;background:#e9ecef;padding:.25rem .5rem;border-radius:3px;display:inline-block}.subtasks-section{margin:1rem 0;padding:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px}.subtasks-list{margin-top:.5rem}.subtask-item{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #dee2e6}.subtask-item:last-child{border-bottom:none}.subtask-bullet{color:#007bff;font-weight:700;margin-right:.5rem;font-size:1.1rem}.subtask-name{font-family:Space Mono,monospace;font-size:.9rem;color:#495057;flex:1}.reward{font-weight:600;color:#000}.task-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.skill-tag{font-family:JetBrains Mono,monospace;font-size:.7rem;padding:.25rem .5rem;background:#f5f5f5;border:1px solid #ddd;text-transform:uppercase;letter-spacing:1px}.task-posted{font-family:Space Mono,monospace;font-size:.8rem;color:#888;text-align:right}.task-details{border:1px solid #eee;padding:2rem;background:#fafafa;height:fit-content;position:sticky;top:2rem}@media (max-width: 768px){.marketplace-container{padding:.75rem}.marketplace-layout{grid-template-columns:1fr;gap:1rem}.task-details{position:static;top:auto;padding:1rem}.task-meta,.filters-grid{grid-template-columns:1fr}.filter-section{gap:.5rem}.marketplace-title{font-size:1.8rem}.marketplace-subtitle{font-size:1rem;margin-bottom:1.5rem}.task-card{padding:1rem;max-width:100%}.task-title{font-size:1rem}}.details-content h3{font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:500;color:#000;margin-bottom:1rem}.details-description{font-family:Space Mono,monospace;font-size:1rem;line-height:1.6;color:#333;margin-bottom:2rem}.details-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.detail-item{font-family:Space Mono,monospace;font-size:.9rem;color:#333}.detail-item strong{color:#000;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.required-skills{margin-bottom:2rem}.required-skills strong{font-family:JetBrains Mono,monospace;font-size:.9rem;color:#000;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:1rem}.apply-button{font-family:JetBrains Mono,monospace;background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;width:100%;transition:all .2s ease}.apply-button:hover{background:#333}@media (max-width: 768px){.marketplace-container{margin:0;padding:.25rem;overflow-x:hidden;max-width:100vw}.marketplace-layout{grid-template-columns:1fr;gap:.5rem;width:100%;max-width:100%;padding:0 .5rem;box-sizing:border-box}.task-details{position:static;padding:.5rem;width:100%;max-width:100%}.marketplace-title{font-size:1.5rem;word-wrap:break-word;text-align:left;margin-bottom:.5rem}.section-title{font-size:.9rem;word-wrap:break-word;text-align:left;margin-bottom:.75rem}.filter-section{flex-direction:column;width:100%;max-width:100%;gap:.25rem}.filter-select{width:100%;max-width:200px;font-size:.8rem;padding:.4rem}.task-meta{grid-template-columns:1fr;gap:.5rem}.marketplace-content{max-width:100%;padding:0;width:100%}.task-card{padding:.5rem;width:100%;max-width:100%;box-sizing:border-box;margin-bottom:.5rem;overflow-wrap:break-word;word-wrap:break-word}.task-title{font-size:.9rem;word-wrap:break-word;line-height:1.2}.task-description{font-size:.8rem;word-wrap:break-word;line-height:1.3;margin-bottom:.75rem}.filters-section{padding:.5rem;width:100%;max-width:95%;box-sizing:border-box;margin-left:auto;margin-right:auto}.filters-grid{grid-template-columns:1fr;gap:.5rem;width:100%}.task-list{width:100%;max-width:100%;padding:0;box-sizing:border-box}.tasks-grid{width:100%;max-width:100%;gap:.75rem;padding:0;box-sizing:border-box}.task-header{margin-bottom:.5rem}.difficulty-badge{font-size:.7rem;padding:.2rem .4rem}.skill-tag{font-size:.65rem;padding:.2rem .3rem}.task-posted{font-size:.7rem}}.filters-section{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.filters-section h3{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:#000;margin:0 0 1rem;text-transform:uppercase;letter-spacing:1px}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-group{display:flex;flex-direction:column}.filter-group label{font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.filter-group input,.filter-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;transition:border-color .2s ease;width:100%;box-sizing:border-box}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#000}.filter-actions{display:flex;align-items:end}.clear-filters-btn{background:#fff;color:#666;border:2px solid #e0e0e0;padding:.75rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#f5f5f5;border-color:#999;color:#000}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.modal-header h3{font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:600;margin:0;color:#000}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close:hover{color:#000}.modal-body{padding:1.5rem}.modal-body h4{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:#000;margin:0 0 1rem}.modal-body p{font-size:.9rem;color:#666;margin:0 0 1rem;line-height:1.5}.modal-body textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;resize:vertical;transition:border-color .2s ease;box-sizing:border-box}.modal-body textarea:focus{outline:none;border-color:#000}.modal-actions{display:flex;gap:1rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #eee;justify-content:flex-end}.modal-btn-secondary,.modal-btn-primary{padding:.75rem 1.5rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.modal-btn-secondary{background:#fff;color:#666;border:2px solid #e0e0e0}.modal-btn-secondary:hover{background:#f5f5f5;border-color:#999;color:#000}.modal-btn-primary{background:#000;color:#fff;border:2px solid #000}.modal-btn-primary:hover:not(:disabled){background:#333;transform:translateY(-1px)}.modal-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}html,body{max-width:100%;overflow-x:hidden}.marketplace-layout,.marketplace-container,.marketplace-content{overflow-x:hidden}.task-card,.task-details{max-width:100%}.task-header{flex-wrap:wrap}.task-title{overflow:hidden;text-overflow:ellipsis}.chatbot-toggle{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-toggle-btn{background:#4ade80;color:#000;border:none;padding:.75rem 1.25rem;border-radius:25px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #4ade804d;transition:all .3s ease;animation:pulse 2s infinite}.chatbot-toggle-btn:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 6px 16px #4ade8066}@keyframes pulse{0%{box-shadow:0 4px 12px #4ade804d}50%{box-shadow:0 6px 16px #4ade8080}to{box-shadow:0 4px 12px #4ade804d}}.chatbot-container{position:fixed;bottom:20px;right:20px;width:350px;height:500px;background:#2a2a2a;border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;z-index:1000;border:1px solid #444}.chatbot-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#333;border-radius:12px 12px 0 0;border-bottom:1px solid #444}.chatbot-title{display:flex;align-items:center;gap:.5rem}.chatbot-icon{font-size:1.5rem}.chatbot-title h4{margin:0;color:#e0e0e0;font-family:JetBrains Mono,monospace;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.chatbot-close{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.chatbot-close:hover{background:#444;color:#fff}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.message{display:flex;max-width:85%}.message.user{align-self:flex-end}.message.ai{align-self:flex-start}.message-content{background:#444;padding:.75rem;border-radius:8px;position:relative}.message.user .message-content{background:#4ade80;color:#000}.message.ai .message-content{background:#333;color:#e0e0e0}.message-content p{margin:0 0 .25rem;font-size:.9rem;line-height:1.4}.message-time{font-size:.7rem;opacity:.7}.typing-indicator{display:flex;gap:.25rem;align-items:center}.typing-indicator span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.quick-questions{padding:0 1rem 1rem;border-bottom:1px solid #444}.quick-questions-title{margin:0 0 .5rem;font-size:.8rem;color:#999;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.5px}.quick-question-btn{display:block;width:100%;background:#333;color:#ccc;border:1px solid #444;padding:.5rem;margin-bottom:.25rem;border-radius:6px;font-size:.8rem;cursor:pointer;text-align:left;transition:all .2s ease}.quick-question-btn:hover{background:#444;color:#fff;border-color:#555}.quick-question-btn:last-child{margin-bottom:0}.chatbot-input{padding:1rem;border-top:1px solid #444}.input-container{display:flex;gap:.5rem;align-items:flex-end}.input-container textarea{flex:1;background:#333;color:#e0e0e0;border:1px solid #444;border-radius:6px;padding:.75rem;font-family:Space Mono,monospace;font-size:.9rem;resize:none;outline:none;transition:border-color .2s ease}.input-container textarea:focus{border-color:#4ade80}.input-container textarea::placeholder{color:#666}.send-btn{background:#4ade80;color:#000;border:none;width:40px;height:40px;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-btn:hover:not(:disabled){background:#22c55e;transform:translateY(-1px)}.send-btn:disabled{background:#555;cursor:not-allowed;transform:none}.chat-login-hint{margin:.5rem 0 0;font-size:.8rem;color:#666;text-align:center;font-style:italic}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#2a2a2a}.chatbot-messages::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.chatbot-container{width:calc(100vw - 40px);height:400px;bottom:10px;right:20px;left:20px}.chatbot-toggle{bottom:15px;right:15px}.chatbot-toggle-btn{padding:.6rem 1rem;font-size:.8rem}}.ide-container{display:flex;flex-direction:column;height:100vh;max-height:90vh;background:#1a1a1a;color:#e0e0e0;font-family:JetBrains Mono,monospace;border-radius:8px;overflow:hidden;border:1px solid #333}.ide-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#666;text-align:center}.ide-placeholder h3{margin:0 0 1rem;color:#999}.ide-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2a2a2a;border-bottom:1px solid #333}.ide-title h3{margin:0;font-size:1.1rem;color:#fff}.step-counter{font-size:.8rem;color:#888;margin-left:1rem}.ide-controls{display:flex;gap:.5rem}.run-btn{background:#4ade80;color:#000;border:none;padding:.5rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.run-btn:hover:not(:disabled){background:#22c55e;transform:translateY(-1px)}.run-btn:disabled{background:#666;cursor:not-allowed;transform:none}.ide-body{display:grid;grid-template-columns:200px 1fr 300px;flex:1;min-height:0}.ide-sidebar{background:#2a2a2a;border-right:1px solid #333;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #333}.sidebar-header h4{margin:0;font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:1px}.new-file-btn{background:#333;color:#ccc;border:none;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.new-file-btn:hover{background:#444;color:#fff}.file-list{flex:1;overflow-y:auto}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid #333;transition:background .2s ease}.file-item:hover{background:#333}.file-item.active{background:#444;border-left:3px solid #4ade80}.file-name{font-size:.9rem;flex:1}.delete-file-btn{background:none;color:#666;border:none;width:16px;height:16px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.delete-file-btn:hover{color:#ef4444}.ide-editor{display:flex;flex-direction:column;background:#1a1a1a}.editor-header{padding:.75rem;background:#2a2a2a;border-bottom:1px solid #333}.editor-filename{font-size:.9rem;color:#ccc}.code-editor{flex:1;padding:1rem;background:#1a1a1a;color:#e0e0e0;border:none;outline:none;font-family:JetBrains Mono,monospace;font-size:.9rem;line-height:1.5;resize:none;-moz-tab-size:2;tab-size:2}.code-editor::placeholder{color:#666}.ide-guide{background:#2a2a2a;border-left:1px solid #333;display:flex;flex-direction:column;overflow-y:auto}.guide-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #333}.guide-header h4{margin:0;font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:1px}.hint-btn{background:#444;color:#fbbf24;border:none;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background .2s ease}.hint-btn:hover{background:#555}.current-step{padding:1rem;flex:1}.step-indicator{margin-bottom:.75rem}.step-status{font-size:1.5rem}.step-status.completed{color:#4ade80}.step-content h5{margin:0 0 .5rem;font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:.5px}.step-content p{margin:0 0 1rem;line-height:1.5;color:#e0e0e0}.hint-box{background:#333;border-left:3px solid #fbbf24;padding:.75rem;border-radius:4px;margin-top:1rem}.hint-box h6{margin:0 0 .5rem;color:#fbbf24;font-size:.8rem}.hint-box p{margin:0;font-size:.85rem;color:#ccc;line-height:1.4}.step-navigation{display:flex;gap:.5rem;margin:1rem 0}.step-nav-btn{flex:1;background:#333;color:#ccc;border:none;padding:.5rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;cursor:pointer;transition:background .2s ease}.step-nav-btn:hover:not(:disabled){background:#444;color:#fff}.step-nav-btn:disabled{opacity:.5;cursor:not-allowed}.progress-bar{height:4px;background:#333;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease}.ide-output{background:#1a1a1a;border-top:1px solid #333;height:150px;display:flex;flex-direction:column}.output-header{padding:.5rem 1rem;background:#2a2a2a;border-bottom:1px solid #333}.output-header h4{margin:0;font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:1px}.output-content{flex:1;padding:.75rem;overflow-y:auto}.output-content pre{margin:0;font-family:JetBrains Mono,monospace;font-size:.85rem;line-height:1.4;color:#e0e0e0;white-space:pre-wrap}@media (max-width: 1024px){.ide-body{grid-template-columns:180px 1fr 250px}}@media (max-width: 768px){.ide-body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.ide-sidebar{max-height:150px}.ide-guide{display:none}}.ide-sidebar::-webkit-scrollbar,.ide-guide::-webkit-scrollbar,.output-content::-webkit-scrollbar{width:6px}.ide-sidebar::-webkit-scrollbar-track,.ide-guide::-webkit-scrollbar-track,.output-content::-webkit-scrollbar-track{background:#1a1a1a}.ide-sidebar::-webkit-scrollbar-thumb,.ide-guide::-webkit-scrollbar-thumb,.output-content::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.ide-sidebar::-webkit-scrollbar-thumb:hover,.ide-guide::-webkit-scrollbar-thumb:hover,.output-content::-webkit-scrollbar-thumb:hover{background:#555}.education-container{background:#fff;min-height:100vh;margin:-2rem;padding:2rem;color:#000;font-family:Space Mono,monospace}.education-content{max-width:960px;margin:0 auto}.edu-title{font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:600;margin:0 0 .5rem}.edu-subtitle{color:#666;margin-bottom:1rem}.beginner-help{margin-bottom:2rem}.help-card{background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.25rem}.help-card h4{margin:0 0 .75rem;color:#1e40af;font-family:JetBrains Mono,monospace;font-size:.95rem}.help-card ol{margin:0;padding-left:1.25rem}.help-card li{margin-bottom:.5rem;line-height:1.5;color:#334155}.help-card li:last-child{margin-bottom:0}.help-card strong{color:#1e40af}.field-help{font-size:.85rem;color:#666;margin-bottom:.5rem;line-height:1.4;font-style:italic}.edu-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.edu-step{text-align:center;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.8rem;color:#666}.edu-step.active{border-color:#000;color:#000}.edu-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-family:JetBrains Mono,monospace;font-size:.85rem;color:#333;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.5px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;box-sizing:border-box}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#000}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.btn-primary,.btn-secondary{padding:.7rem 1.2rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:2px solid}.btn-primary{background:#000;color:#fff;border-color:#000}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#666;border-color:#e0e0e0}.btn-secondary:hover{background:#f5f5f5}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:6px;padding:.75rem 1rem;margin:.5rem 0}.edu-plan .sessions{display:grid;grid-template-columns:1fr;gap:.75rem}.session{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.75rem}.session-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.session-title{font-weight:600}.session-duration{font-size:.85rem;color:#666}.session-tasks{margin:.25rem 0 .5rem 1rem}.resources{display:flex;flex-wrap:wrap;gap:.5rem}.resource-link{display:inline-block;padding:.4rem .6rem;border:1px solid #e0e0e0;border-radius:4px;color:#000;text-decoration:none}.mini-assessment ul,.project ul{margin:.25rem 0 .5rem 1rem}.ide-header-bar{display:flex;align-items:center;gap:1rem;padding:1rem;background:#2a2a2a;color:#fff;border-bottom:1px solid #333}.exit-ide-btn{background:#444;color:#ccc;border:none;padding:.5rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;cursor:pointer;transition:background .2s ease}.exit-ide-btn:hover{background:#555;color:#fff}.ide-header-bar h2{margin:0;font-size:1.2rem;color:#e0e0e0}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.project-header h3,.project-header h4{flex:1;margin:0}.start-project-btn{background:#4ade80;color:#000;border:none;padding:.6rem 1rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.start-project-btn:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 4px 8px #4ade804d}.start-project-btn.capstone-btn{background:#f59e0b;color:#000}.start-project-btn.capstone-btn:hover{background:#d97706;box-shadow:0 4px 8px #f59e0b4d}.acceptance-criteria{margin-top:1rem}.acceptance-criteria h5{margin:0 0 .5rem;font-family:JetBrains Mono,monospace;font-size:.85rem;color:#333;text-transform:uppercase;letter-spacing:.5px}.acceptance-criteria ul{margin:.25rem 0 .5rem 1rem}.acceptance-criteria li{margin-bottom:.25rem;line-height:1.4}.plan-summary-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.plan-summary-header>div:first-child{flex:1}.save-plan-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.save-plan-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.save-plan-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.save-plan-btn:disabled{background:#666;cursor:not-allowed;transform:none}.save-hint{font-size:.8rem;color:#666;margin:0;text-align:right;font-style:italic}.save-message{font-size:.85rem;margin:0;padding:.5rem;border-radius:4px;text-align:center;font-weight:500}.save-message:contains("✅"){background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.save-message:contains("❌"){background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@media (max-width: 768px){.education-container{margin:-1rem;padding:1rem}.grid-2{grid-template-columns:1fr}.project-header{flex-direction:column;align-items:stretch}.start-project-btn{width:100%;text-align:center}.ide-header-bar{flex-direction:column;text-align:center;gap:.5rem}.exit-ide-btn{align-self:flex-start}}.github-dashboard-tabs{width:100%}.github-tabs-header{display:flex;gap:.5rem;border-bottom:2px solid #000;margin-bottom:2rem;flex-wrap:wrap}.github-tab{background:none;border:none;padding:.8rem 1.5rem;font-family:JetBrains Mono,monospace;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.github-tab:hover{color:#000}.github-tab.active{color:#000;border-bottom-color:#000;font-weight:600}.github-tab-content{min-height:400px}.overview-tab{display:flex;flex-direction:column;gap:2rem}.overview-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card-large{background:#f5f5f5;padding:1.5rem;border:1px solid #eee;display:flex;flex-direction:column;align-items:flex-start}.stat-value-large{font-size:2.5rem;font-weight:700;line-height:1}.contribution-graph-section{margin-top:2rem;padding:1.5rem;background:#fff;border:1px solid #e1e4e8;border-radius:6px}.contribution-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}.contribution-header h4{margin:0;font-size:1rem;font-weight:600}.contribution-subtitle{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.contribution-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e4e8}.contribution-stat{display:flex;flex-direction:column;gap:.3rem}.contribution-stat .stat-label{font-size:.7rem;text-transform:uppercase;color:#666;letter-spacing:.5px}.contribution-stat .stat-value{font-size:1.2rem;font-weight:700;color:#000}.contribution-graph{margin-top:1rem}.contribution-legend{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:1rem;font-size:.7rem;color:#666}.legend-cells{display:flex;gap:3px}.legend-cell{width:10px;height:10px;border-radius:2px}.legend-cell.intensity-0{background:#ebedf0}.legend-cell.intensity-1{background:#9be9a8}.legend-cell.intensity-2{background:#40c463}.legend-cell.intensity-3{background:#30a14e}.legend-cell.intensity-4{background:#216e39}.contribution-grid-real{display:flex;gap:3px;padding:1rem 0;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;min-height:112px;align-items:flex-start}.contribution-grid-real::-webkit-scrollbar{height:8px}.contribution-grid-real::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.contribution-grid-real::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.contribution-grid-real::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.contrib-week{display:flex;flex-direction:column;gap:3px;flex-shrink:0}.contrib-cell{width:11px;height:11px;border-radius:2px;cursor:pointer;transition:all .15s ease;border:1px solid rgba(0,0,0,.05)}.contrib-cell:hover{transform:scale(1.3);z-index:10;position:relative;border-color:#0003;box-shadow:0 0 0 2px #0000001a}.contrib-cell.intensity-0{background:#ebedf0;border-color:transparent}.contrib-cell.intensity-1{background:#9be9a8}.contrib-cell.intensity-2{background:#40c463}.contrib-cell.intensity-3{background:#30a14e}.contrib-cell.intensity-4{background:#216e39}.contrib-cell.future{background:transparent;cursor:default;border-color:transparent}.repositories-tab{display:flex;flex-direction:column;gap:1.5rem}.repos-filters{display:flex;flex-direction:column;gap:1rem}.repo-search{padding:.8rem;border:1px solid #ddd;font-family:JetBrains Mono,monospace;font-size:.85rem;width:100%;max-width:400px}.repo-filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.repo-filter-buttons button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;font-family:JetBrains Mono,monospace;font-size:.75rem;cursor:pointer;transition:all .2s}.repo-filter-buttons button:hover{border-color:#000}.repo-filter-buttons button.active{background:#000;color:#fff;border-color:#000}.repositories-grid-detailed{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.repo-card-detailed{border:1px solid #eee;padding:1.5rem;background:#fafafa;transition:all .2s;display:flex;flex-direction:column;gap:1rem}.repo-card-detailed:hover{border-color:#000;box-shadow:0 4px 12px #0000001a}.repo-header-detailed{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.repo-name-detailed{font-weight:700;font-size:1rem;color:#000;text-decoration:none;flex:1}.repo-name-detailed:hover{text-decoration:underline}.repo-badges{display:flex;gap:.5rem;flex-wrap:wrap}.repo-description-detailed{font-size:.85rem;color:#444;line-height:1.5;margin:0}.repo-languages-breakdown{margin-top:.5rem}.repo-lang-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.repo-lang-segment{height:100%;transition:opacity .2s}.repo-lang-segment:hover{opacity:.8}.repo-lang-labels{display:flex;gap:1rem;flex-wrap:wrap;font-size:.75rem;color:#666}.repo-lang-label{display:flex;align-items:center;gap:.3rem}.repo-meta-detailed{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.75rem;color:#666}.repo-language-detailed,.repo-stars-detailed,.repo-forks-detailed,.repo-issues-detailed{display:flex;align-items:center;gap:.3rem}.repo-topics-detailed{display:flex;gap:.5rem;flex-wrap:wrap}.repo-topic-detailed{font-size:.7rem;padding:.2rem .5rem;background:#e5e7eb;border-radius:12px;color:#374151}.repo-updated-detailed{font-size:.7rem;color:#999;margin-top:auto}.activity-tab{display:flex;flex-direction:column;gap:1.5rem}.activity-filters{display:flex;gap:.5rem;flex-wrap:wrap}.activity-filters button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;font-family:JetBrains Mono,monospace;font-size:.75rem;cursor:pointer;transition:all .2s}.activity-filters button:hover{border-color:#000}.activity-filters button.active{background:#000;color:#fff;border-color:#000}.activity-timeline{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto;padding-right:.5rem}.activity-timeline-item{display:flex;gap:1rem;border-left:2px solid #eee;padding:1rem 1rem 1rem 1.5rem;transition:all .2s}.activity-timeline-item:hover{border-left-color:#000;background:#fafafa}.activity-icon-timeline{font-size:1.5rem;line-height:1;margin-top:2px;flex-shrink:0}.activity-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.activity-header-timeline{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.activity-repo-timeline{font-weight:600;font-size:.85rem;color:#000}.activity-date-timeline{font-size:.7rem;color:#999}.activity-title-timeline{font-size:.9rem;color:#444}.activity-title-timeline a{color:#000;text-decoration:none}.activity-title-timeline a:hover{text-decoration:underline}.activity-state{display:inline-block;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;width:fit-content}.activity-state-open{background:#d1fae5;color:#065f46}.activity-state-closed{background:#fee2e2;color:#991b1b}.network-tab{display:flex;flex-direction:column;gap:1.5rem}.network-subtabs{display:flex;gap:.5rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.network-subtabs button{background:none;border:none;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.8rem;cursor:pointer;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.network-subtabs button:hover{color:#000}.network-subtabs button.active{color:#000;border-bottom-color:#000;font-weight:600}.network-content{min-height:300px}.organizations-grid,.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.org-card,.user-card{border:1px solid #eee;padding:1.5rem;background:#fafafa;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;transition:all .2s}.org-card:hover,.user-card:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.org-avatar,.user-avatar{width:64px;height:64px;border-radius:50%;border:2px solid #eee}.org-info h4{margin:0;font-size:1rem}.org-info p{font-size:.85rem;color:#666;margin:.5rem 0}.org-stats{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;color:#666}.org-stats a{color:#000;text-decoration:none}.org-stats a:hover{text-decoration:underline}.user-info a{color:#000;text-decoration:none;font-weight:600}.user-info a:hover{text-decoration:underline}.no-data{padding:3rem;text-align:center;color:#999;font-style:italic}.analytics-tab{display:flex;flex-direction:column;gap:2rem}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.analytics-card{border:1px solid #eee;padding:1.5rem;background:#fafafa}.analytics-card h4{margin:0 0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #000;display:inline-block;padding-bottom:.3rem}.analytics-content{display:flex;flex-direction:column;gap:1rem}.analytics-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #f0f0f0}.analytics-item:last-child{border-bottom:none}.analytics-label{font-size:.8rem;color:#666}.analytics-value{font-size:1rem;font-weight:700;color:#000}@media (max-width: 768px){.github-tabs-header{flex-direction:column}.github-tab{width:100%;text-align:left}.repositories-grid-detailed,.organizations-grid,.users-grid{grid-template-columns:1fr}.contribution-grid-real{overflow-x:scroll}}.github-dashboard{border:1px solid #000;background:#fff;padding:1.5rem;margin-top:1rem;font-family:JetBrains Mono,monospace}.github-connect-card{border:1px dashed #ccc;padding:3rem;text-align:center;background:#fafafa;display:flex;flex-direction:column;align-items:center;gap:1rem}.github-connect-card.error-state{border-color:#ef4444;background:#fef2f2}.github-dashboard-loading{padding:3rem;text-align:center;background:#fff;border:1px solid #e1e4e8;border-radius:6px;display:flex;flex-direction:column;align-items:center;gap:1rem}.github-dashboard-loading .loading-spinner{width:40px;height:40px;border:3px solid #e1e4e8;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.github-dashboard-loading p{margin:0;color:#666;font-size:.9rem}.github-icon-large{color:#000;margin-bottom:1rem}.github-icon-large.error{color:#ef4444}.github-connect-card h3{margin:0;font-size:1.5rem;font-weight:600}.github-connect-card p{color:#666;max-width:400px;margin-bottom:1.5rem;line-height:1.5}.github-connect-card .error-message{color:#ef4444;background:#ef44441a;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;margin-top:-1rem}.github-connect-btn{background:#000;color:#fff;border:none;padding:.8rem 1.5rem;font-family:JetBrains Mono,monospace;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .2s}.github-connect-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.github-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.github-user-info{display:flex;align-items:center;gap:.8rem}.github-status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px #22c55e1a}.github-username{font-weight:700;font-size:1.1rem}.github-last-sync{font-size:.75rem;color:#888}.github-disconnect-btn{background:transparent;border:1px solid #ddd;padding:.4rem .8rem;font-size:.75rem;cursor:pointer;font-family:inherit;color:#666}.github-disconnect-btn:hover{border-color:#ef4444;color:#ef4444}.github-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#f5f5f5;padding:1.2rem;display:flex;flex-direction:column;align-items:flex-start;border:1px solid transparent;transition:border-color .2s}.stat-card:hover{border-color:#000}.stat-label{font-size:.7rem;text-transform:uppercase;color:#666;margin-bottom:.5rem;letter-spacing:.5px}.stat-value{font-size:1.8rem;font-weight:700;line-height:1}.stat-sub{font-size:.7rem;color:#888;margin-top:.2rem}.github-main-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.github-languages h4,.github-activity h4,.github-contribution-mock h4,.github-repositories h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;border-bottom:2px solid #000;display:inline-block;padding-bottom:.2rem}.language-summary-note{font-size:.75rem;color:#666;margin-bottom:1rem;font-style:italic}.lang-row{margin-bottom:.8rem}.lang-info{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-bottom:.3rem;gap:.5rem}.lang-name{font-weight:600;flex:1}.lang-count{font-size:.7rem;color:#666}.lang-percent{font-weight:700;min-width:40px;text-align:right}.lang-bar-bg{width:100%;height:6px;background:#eee;overflow:hidden}.lang-bar-fill{height:100%;background:#000;width:0;animation:slideRight 1s ease-out forwards}@keyframes slideRight{to{width:var(--width)}}.activity-feed{max-height:300px;overflow-y:auto;border-left:1px solid #eee}.activity-item{display:flex;gap:1rem;padding:.8rem 0 .8rem 1rem;border-bottom:1px solid #f9f9f9;align-items:flex-start}.activity-icon{font-size:1.2rem;color:#000;line-height:1;margin-top:2px}.activity-details{display:flex;flex-direction:column;gap:.2rem}.activity-repo{font-weight:600;font-size:.85rem}.activity-msg{font-size:.8rem;color:#444;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-time{font-size:.7rem;color:#999}.github-contribution-mock{margin-top:2rem}.contribution-grid{display:flex;gap:4px;padding:1rem;background:#fafafa;border:1px solid #eee;overflow-x:auto}.contrib-col{display:flex;flex-direction:column;gap:4px}.contrib-cell{width:12px;height:12px;background:#000;border-radius:1px}.github-repositories{margin-top:2rem}.repositories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem}.repo-card{border:1px solid #eee;padding:1rem;background:#fafafa;transition:all .2s;display:flex;flex-direction:column;gap:.5rem}.repo-card:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.repo-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.repo-name{font-weight:700;font-size:.9rem;color:#000;text-decoration:none;flex:1}.repo-name:hover{text-decoration:underline}.repo-badge{font-size:.65rem;padding:.2rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.repo-badge.private{background:#fef3c7;color:#92400e}.repo-badge.fork{background:#e0e7ff;color:#3730a3}.repo-badge.contributed{background:#fce7f3;color:#9d174d}.repo-badge.archived{background:#f3f4f6;color:#6b7280}.repo-description{font-size:.8rem;color:#444;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.repo-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.75rem;color:#666}.repo-language{display:flex;align-items:center;gap:.3rem}.language-dot{width:8px;height:8px;border-radius:50%;background:#000;display:inline-block}.repo-stars,.repo-forks{display:flex;align-items:center;gap:.2rem}.repo-topics{display:flex;gap:.3rem;flex-wrap:wrap}.repo-topic{font-size:.65rem;padding:.15rem .4rem;background:#e5e7eb;border-radius:12px;color:#374151}.repo-topic-more{font-size:.65rem;color:#666;font-style:italic}.repo-updated{font-size:.7rem;color:#999;margin-top:auto}.no-repos,.no-languages,.no-activity{padding:2rem;text-align:center;color:#999;font-style:italic}@media (max-width: 768px){.github-stats-grid{grid-template-columns:1fr 1fr}.github-main-content,.repositories-grid{grid-template-columns:1fr}}.github-refresh-btn{background:transparent;border:1px solid #ddd;padding:.3rem .6rem;font-size:.75rem;cursor:pointer;font-family:inherit;color:#666;display:flex;align-items:center;gap:.3rem;border-radius:4px;margin-left:auto}.github-refresh-btn:hover:not(:disabled){border-color:#000;color:#000}.github-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.profile-container{background:#fff;min-height:100vh;margin:-2rem;padding:2rem;color:#333;font-family:Space Mono,monospace}.profile-content{max-width:800px;margin:0 auto}.account-switcher-section{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px}.account-switcher-section h3{margin:0 0 .5rem;font-size:1.2rem;color:#000}.switcher-description{margin:0 0 1.5rem;font-size:.9rem;color:#666}.account-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.account-card{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:6px;transition:all .2s ease}.account-card:hover:not(.current){border-color:#000;box-shadow:0 2px 8px #0000001a}.account-card.current{border-color:#000;background:#f0f0f0}.account-info{flex:1}.account-type{font-size:.75rem;text-transform:uppercase;color:#666;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem}.account-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.25rem}.account-handle{font-size:.85rem;color:#666}.account-company{font-size:.85rem;color:#666;font-style:italic}.current-badge{padding:.4rem .8rem;background:#000;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.switch-btn{padding:.5rem 1rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Space Mono,monospace}.switch-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.switch-btn:disabled{opacity:.5;cursor:not-allowed}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.profile-avatar-section{display:flex;align-items:flex-start;gap:1.5rem}.profile-avatar-large{width:80px;height:80px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;overflow:hidden;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-basic-info{flex:1}.profile-title{font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:600;color:#000;margin:0 0 .5rem}.profile-username{font-size:1rem;color:#666;margin:0 0 .25rem}.profile-email{font-size:.9rem;color:#999;margin:0 0 1rem}.profile-stats{display:flex;gap:2rem;flex-wrap:wrap}.profile-credits{font-size:.9rem;color:#4ade80;font-weight:600}.profile-social-links{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem}.profile-social-links a{text-decoration:none;color:#000;border:1px solid #000;padding:.3rem .8rem;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:.8rem;transition:background .2s,color .2s}.profile-social-links a:hover{background:#000;color:#fff}.profile-join-date{font-size:.9rem;color:#666}.edit-profile-btn{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.edit-profile-btn:hover{background:#333;transform:translateY(-1px)}.profile-message{padding:1rem;border-radius:4px;margin-bottom:2rem;font-size:.9rem}.profile-message.success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.profile-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.profile-body{margin-top:2rem}.profile-form{background:#f9f9f9;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.form-section{margin-bottom:2rem}.form-section h3{font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:600;color:#000;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:1px}.form-field{margin-bottom:1.5rem}.form-field label{display:block;margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.5px}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;transition:border-color .2s ease;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#000}.form-field small{display:block;margin-top:.25rem;font-size:.8rem;color:#666}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#fff;color:#666;border:2px solid #e0e0e0}.cancel-btn:hover:not(:disabled){background:#f5f5f5;border-color:#999}.save-btn{background:#000;color:#fff;border:2px solid #000}.save-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.cancel-btn:disabled,.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-display{space-y:2rem}.profile-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-section h3{font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:600;color:#000;margin:0 0 1rem;text-transform:uppercase;letter-spacing:1px}.profile-bio{font-size:1rem;line-height:1.6;color:#333;margin:0}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f0f0f0;color:#333;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #e0e0e0}.no-skills{color:#666;font-style:italic;margin:0}.activity-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-item{text-align:center;padding:1rem;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}@media (max-width: 768px){.profile-container{margin:-1rem;padding:1rem}.profile-header{flex-direction:column;gap:1.5rem;align-items:flex-start}.profile-avatar-section{width:100%}.edit-profile-btn{width:100%;text-align:center}.form-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}.activity-stats{grid-template-columns:1fr}.profile-stats{flex-direction:column;gap:.5rem}}.applications-tabs{margin-top:1rem}.tab-nav{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.tab-btn{background:none;border:none;padding:.75rem 1rem;font-family:JetBrains Mono,monospace;font-size:.9rem;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab-btn:hover{color:#333;background:#0000000d}.tab-btn.active{color:#000;border-bottom-color:#000;font-weight:600}.applications-list{display:flex;flex-direction:column;gap:1rem}.application-card{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;background:#fff;transition:border-color .2s ease}.application-card:hover{border-color:#ccc}.app-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.app-header h4{margin:0;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:#333}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-family:JetBrains Mono,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-badge.accepted{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.rejected{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.app-message{font-style:italic;color:#666;margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #e0e0e0}.app-meta{display:flex;gap:1rem;font-size:.9rem;color:#666;font-family:JetBrains Mono,monospace;flex-wrap:wrap}.app-meta span{padding:.25rem .5rem;background:#f5f5f5;border-radius:4px}.app-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.btn-accept,.btn-reject{padding:.5rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:2px solid}.btn-accept{background:#d4edda;color:#155724;border-color:#c3e6cb}.btn-accept:hover{background:#c3e6cb;border-color:#b8dabd}.btn-reject{background:#f8d7da;color:#721c24;border-color:#f5c6cb}.btn-reject:hover{background:#f5c6cb;border-color:#f1b0b7}.no-applications{text-align:center;color:#666;font-style:italic;padding:2rem;background:#f8f9fa;border-radius:8px;border:2px dashed #e0e0e0}.cv-actions{display:flex;gap:1rem;margin-top:1rem}.cv-upload{margin-top:1rem}.cv-upload button{margin-right:1rem}.character-report-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-top:1rem;color:#333;position:relative}.report-card-content{text-align:center}.report-card-content h4{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#000;font-family:JetBrains Mono,monospace}.report-card-content p{margin-bottom:2rem;color:#666;line-height:1.6;font-size:.95rem}.character-report-btn{display:inline-block;background:#000;color:#fff;border:2px solid #000;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;font-family:JetBrains Mono,monospace;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.character-report-btn:hover{background:#333;border-color:#333;transform:translateY(-1px);color:#fff;text-decoration:none}.settings-container{background:#fff;min-height:100vh;margin:-2rem;padding:2rem;color:#333;font-family:Space Mono,monospace}:root.theme-dark{filter:invert(1) hue-rotate(180deg)}:root.theme-dark img,:root.theme-dark video,:root.theme-dark canvas,:root.theme-dark iframe{filter:invert(1) hue-rotate(180deg)}.settings-content{max-width:1000px;margin:0 auto}.settings-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.settings-title{font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:600;color:#000;margin:0 0 .5rem}.settings-subtitle{font-size:1rem;color:#666;margin:0}.settings-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.settings-nav{display:flex;flex-direction:column;gap:.5rem}.nav-item{background:none;border:none;padding:1rem;text-align:left;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#666;border-radius:4px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.nav-item:hover{background:#f5f5f5;color:#000}.nav-item.active{background:#000;color:#fff}.settings-panel{background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;padding:2rem}.settings-section h2{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:600;color:#000;margin:0 0 2rem;text-transform:uppercase;letter-spacing:1px}.setting-group{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.setting-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.setting-group h3{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:#000;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f0f0f0}.setting-item:last-child{border-bottom:none}.setting-item label{font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.5px}.setting-value{font-size:.9rem;color:#666}.toggle-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}.toggle-item:last-child{border-bottom:none}.toggle-info{flex:1}.toggle-info label{display:block;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.toggle-info p{font-size:.8rem;color:#666;margin:0;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px;margin-left:1rem}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(26px)}.select-item{margin-bottom:1.5rem}.select-item label{display:block;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.select-item p{font-size:.8rem;color:#666;margin:0 0 .75rem;line-height:1.4}.select-item select{width:100%;max-width:300px;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;background:#fff;transition:border-color .2s ease}.select-item select:focus{outline:none;border-color:#000}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{padding:.75rem 1.5rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;border:2px solid}.action-btn.secondary:hover{background:#f5f5f5;border-color:#999}.action-btn.danger{background:#fff;color:#dc2626;border-color:#dc2626}.action-btn.danger:hover{background:#dc2626;color:#fff}.settings-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:right}.save-settings-btn{background:#000;color:#fff;border:2px solid #000;padding:.75rem 2rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.save-settings-btn:hover{background:#333;transform:translateY(-1px)}@media (max-width: 768px){.settings-container{margin:-1rem;padding:1rem}.settings-layout{grid-template-columns:1fr;gap:1rem}.settings-nav{flex-direction:row;overflow-x:auto;gap:.25rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e0e0e0}.nav-item{white-space:nowrap;padding:.75rem 1rem;font-size:.8rem}.toggle-item{flex-direction:column;align-items:flex-start;gap:1rem}.toggle-switch{margin-left:0}.action-buttons{flex-direction:column}.action-btn{width:100%;text-align:center}.settings-actions{text-align:center}.save-settings-btn{width:100%}}.my-tasks-container{background:#fff;min-height:100vh;margin:-2rem;padding:2rem;color:#333;font-family:Space Mono,monospace}.my-tasks-content{max-width:1200px;margin:0 auto}.my-tasks-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.my-tasks-title{font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:600;color:#000;margin:0 0 .5rem}.my-tasks-subtitle{font-size:1rem;color:#666;margin:0 0 2rem}.tasks-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .2s ease}.stat-number{display:block;font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:600;color:#000;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.tasks-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e0e0e0}.tab-button{background:none;border:none;padding:1rem 1.5rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.tab-button:hover{color:#000;background:#0000000d}.tab-button.active{color:#000;border-bottom-color:#000}.tasks-content{min-height:400px}.loading-message{text-align:center;font-size:1rem;color:#666;padding:3rem}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.task-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.task-title{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:#000;margin:0;flex:1;margin-right:1rem;line-height:1.3}.task-badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.status-badge,.difficulty-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.task-description{font-size:.9rem;color:#666;line-height:1.5;margin:0 0 1rem}.task-meta{margin-bottom:1rem}.task-project{font-size:.9rem;color:#333;margin-bottom:.5rem}.task-details{display:flex;justify-content:space-between;font-size:.8rem;color:#666}.task-deadline,.task-completed,.task-created{font-size:.9rem;color:#666;margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:4px;border:1px solid #e0e0e0}.task-created{display:flex;justify-content:space-between}.task-actions{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{padding:.5rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:2px solid;flex:1;min-width:100px}.action-btn.primary:hover{background:#333;transform:translateY(-1px)}.action-btn.success{background:#4ade80;color:#fff;border-color:#4ade80}.action-btn.success:hover{background:#22c55e;transform:translateY(-1px)}.action-btn.secondary{background:#fff;color:#666;border-color:#e0e0e0}.action-btn.secondary:hover{background:#f5f5f5;border-color:#999;color:#000}.empty-state{text-align:center;padding:3rem;grid-column:1 / -1}.empty-state h3{font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:600;color:#000;margin:0 0 1rem;text-transform:uppercase;letter-spacing:1px}.empty-state p{font-size:1rem;color:#666;line-height:1.6;margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}.empty-state .action-btn{max-width:200px;margin:0 auto}@media (max-width: 768px){.my-tasks-container{margin:-1rem;padding:1rem}.tasks-stats{grid-template-columns:repeat(2,1fr)}.tasks-tabs{flex-direction:column;border-bottom:none}.tab-button{border-bottom:none;border-left:2px solid transparent;text-align:left;padding:.75rem 1rem}.tab-button.active{border-bottom:none;border-left-color:#000;background:#0000000d}.tasks-grid{grid-template-columns:1fr}.task-header{flex-direction:column;gap:1rem}.task-badges{flex-direction:row;align-items:flex-start}.task-actions{flex-direction:column}.action-btn{flex:none;width:100%}.task-created{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.tasks-stats{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}.task-details{flex-direction:column;gap:.25rem}}.oa-container{display:flex;flex-direction:column;background:#fff;color:#000;width:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:64px 24px 24px;box-sizing:border-box;min-height:100vh}.oa-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:24px}.oa-header-left{flex:1}.oa-header-right{display:flex;align-items:center;gap:12px}.oa-title{font-size:28px;font-weight:700;margin:0 0 8px;color:#000}.oa-subtitle{font-size:13px;color:#666}.oa-tabs{display:flex;gap:8px;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.oa-tab{padding:12px 24px;background:transparent;border:none;border-bottom:2px solid transparent;color:#666;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:-2px;transition:all .2s}.oa-tab:hover{color:#000}.oa-tab.active{color:#000;border-bottom-color:#000}.oa-content{flex:1}.oa-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 1200px){.oa-overview-grid{grid-template-columns:1fr}}.oa-profile-card,.oa-cv-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.oa-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.oa-card-header h2{margin:0;font-size:20px;font-weight:600;color:#000}.oa-profile-info{display:flex;flex-direction:column;gap:12px}.oa-info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f3f4f6}.oa-info-row:last-child{border-bottom:none}.oa-info-label{font-size:13px;font-weight:500;color:#666;min-width:120px}.oa-info-value{font-size:13px;color:#000;text-align:right;flex:1}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.oa-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.oa-status-badge.active{background:#dcfce7;color:#166534}.oa-status-badge.suspended{background:#fef2f2;color:#dc2626}.oa-status-badge.passed{background:#dcfce7;color:#166534}.oa-status-badge.exhausted{background:#fef2f2;color:#dc2626}.oa-status-badge.pending{background:#fef3c7;color:#d97706}.oa-cv-content{display:flex;flex-direction:column;gap:20px}.oa-cv-section{padding-bottom:16px;border-bottom:1px solid #f3f4f6}.oa-cv-section:last-child{border-bottom:none;padding-bottom:0}.oa-cv-section h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.oa-cv-section p{margin:0;font-size:13px;line-height:1.6;color:#333}.oa-tags{display:flex;flex-wrap:wrap;gap:8px}.oa-tag{display:inline-block;padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;color:#000}.oa-tag-highlight{background:#fef3c7;border-color:#fbbf24}.oa-tag-success{background:#dcfce7;border-color:#86efac}.oa-stats-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.oa-stat-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;text-align:center}.oa-stat-value{font-size:32px;font-weight:700;color:#000;margin-bottom:8px;line-height:1}.oa-stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.oa-profile-form{display:flex;flex-direction:column}.oa-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.oa-form-field{display:flex;flex-direction:column;gap:6px}.oa-form-field label{font-size:12px;font-weight:500;color:#666}.oa-input{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#fff;color:#000}.oa-input:focus{outline:none;border-color:#000}.oa-control-btn{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;color:#000;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.oa-control-btn:hover{background:#f9fafb;border-color:#d1d5db}.oa-control-btn.active{background:#000;color:#fff;border-color:#000}.oa-back-btn{display:inline-block;padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#000;text-decoration:none;font-size:12px;font-weight:500;transition:all .2s}.oa-back-btn:hover{background:#f9fafb}.oa-assignments-view{padding:0}.oa-assignments-list{display:flex;flex-direction:column;gap:12px}.oa-assignment-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.oa-assignment-item:hover{background:#f9fafb;border-color:#d1d5db}.oa-assignment-main{flex:1}.oa-assignment-title{font-size:14px;font-weight:600;color:#000;margin-bottom:6px}.oa-assignment-meta{display:flex;gap:12px;align-items:center;font-size:12px;color:#666}.oa-assignment-status{padding:2px 8px;border-radius:4px;font-weight:500;text-transform:uppercase;font-size:10px}.oa-assignment-status.accepted{background:#dbeafe;color:#1e40af}.oa-assignment-status.submitted{background:#fef3c7;color:#92400e}.oa-assignment-status.validated{background:#dcfce7;color:#166534}.oa-assignment-status.failed{background:#fef2f2;color:#dc2626}.oa-assignment-arrow{font-size:20px;color:#d1d5db}.oa-skills-view{padding:0}.oa-skills-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.oa-skills-header h2{margin:0 0 4px;font-size:20px;font-weight:600}.oa-skills-header p{margin:0;font-size:13px;color:#666}.oa-add-skill-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.oa-add-skill-section h3{margin:0 0 16px;font-size:14px;font-weight:600}.oa-add-skill-form{display:flex;gap:12px;align-items:flex-end}.oa-skills-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.oa-skill-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.oa-skill-info{flex:1}.oa-skill-name{font-size:14px;font-weight:600;color:#000;margin-bottom:6px}.oa-skill-details{font-size:11px;color:#666}.oa-skill-controls{display:flex;align-items:center;gap:8px}.oa-onboarding-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-top:24px}.oa-summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb;font-size:13px}.oa-summary-item:last-child{border-bottom:none}.oa-summary-item strong{font-weight:600;color:#000}.oa-task-history-section{margin-top:32px;padding-top:24px;border-top:2px solid #e5e7eb}.oa-task-history-section h3{margin:0 0 20px;font-size:18px;font-weight:600}.oa-task-history-list{display:flex;flex-direction:column;gap:20px}.oa-skill-task-group{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.oa-skill-task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.oa-skill-task-header h4{margin:0;font-size:16px;font-weight:600}.oa-task-counts{display:flex;gap:8px}.oa-task-count{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.oa-task-count.passed{background:#dcfce7;color:#166534}.oa-task-count.failed{background:#fef2f2;color:#dc2626}.oa-task-count.pending{background:#fef3c7;color:#d97706}.oa-task-list{display:flex;flex-direction:column;gap:8px}.oa-task-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border:1px solid #e5e7eb;border-left:3px solid #e5e7eb;border-radius:6px}.oa-task-item.passed{border-left-color:#16a34a}.oa-task-item.failed{border-left-color:#dc2626}.oa-task-item.pending{border-left-color:#d97706}.oa-task-info{flex:1}.oa-task-title{font-size:13px;font-weight:500;color:#000;margin-bottom:4px}.oa-task-meta{display:flex;gap:8px;font-size:11px;color:#666}.oa-task-status{display:flex;align-items:center;gap:8px}.oa-task-status-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.oa-task-status-badge.passed{background:#dcfce7;color:#166534}.oa-task-status-badge.failed{background:#fef2f2;color:#dc2626}.oa-task-status-badge.pending{background:#fef3c7;color:#d97706}.oa-task-score{font-size:12px;color:#666;font-weight:500}.oa-empty-state{text-align:center;padding:60px 20px;color:#666}.oa-empty-state p{margin:0;font-size:14px}.oa-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:5000}.oa-modal-content{background:#fff;border-radius:8px;width:min(900px,96vw);max-height:90vh;overflow:auto;box-shadow:0 20px 25px -5px #0000001a}.oa-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.oa-modal-header h2{margin:0;font-size:18px;font-weight:600}.oa-modal-body{padding:24px}.oa-detail-section{margin-bottom:24px}.oa-detail-section:last-child{margin-bottom:0}.oa-detail-section h3{margin:0 0 16px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.oa-summary-view{padding:0}.oa-summary-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.oa-summary-header h2{margin:0 0 8px;font-size:24px;font-weight:600}.oa-summary-header p{margin:0;font-size:14px;color:#666}.oa-summary-grid{display:flex;flex-direction:column;gap:24px}.oa-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.oa-summary-card-full{width:100%}.oa-cv-meta{display:flex;flex-direction:column;gap:12px}.oa-empty-state-small{text-align:center;padding:40px 20px;color:#666}.oa-empty-state-small p{margin:0;font-size:14px}.oa-badge{display:inline-block;padding:4px 10px;background:#e0f2fe;color:#0369a1;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.oa-cv-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.oa-cv-section h4{margin:0 0 12px;font-size:13px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.oa-character-report{padding:12px 0}.oa-character-report-summary{text-align:center;padding:20px}.oa-character-report-summary p{margin:0 0 16px;font-size:14px;color:#666}.oa-character-report-modal{max-width:900px}.oa-character-report-details{display:flex;flex-direction:column;gap:24px}.oa-report-section{padding-bottom:20px;border-bottom:1px solid #e5e7eb}.oa-report-section:last-child{border-bottom:none;padding-bottom:0}.oa-report-section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#000}.oa-report-value{margin:0;font-size:14px;color:#333;line-height:1.6}.oa-report-list{margin:0;padding-left:20px;font-size:14px;color:#333}.oa-report-list li{margin-bottom:8px}.oa-report-json{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:16px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#000;overflow-x:auto;margin:0;white-space:pre}.oa-skills-list-detailed{display:flex;flex-direction:column;gap:8px}.oa-skill-detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.oa-skill-detail-name{font-size:14px;font-weight:500;color:#000}.oa-skill-level{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.oa-skill-level-beginner{background:#fef3c7;color:#92400e}.oa-skill-level-intermediate{background:#dbeafe;color:#1e40af}.oa-skill-level-advanced,.oa-skill-level-expert{background:#dcfce7;color:#166534}.oa-container,.oa-container *{color:#000}html.join-layout,body.join-layout{background:#fff;min-height:100%;color:#000}body.join-layout{margin:0}body.join-layout #root{min-height:100vh}body.join-layout main{background:transparent}.join-root{position:relative;min-height:100vh;background:#fff;color:#000;z-index:0;overflow-x:hidden;overflow-y:auto;font-family:JetBrains Mono,monospace}.bg-network{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 90%);mask-image:radial-gradient(circle at center,black 40%,transparent 90%);pointer-events:none;z-index:0}.join-screen{position:relative;min-height:100vh;padding:1rem;display:flex;align-items:center;justify-content:center}.join-inner{position:relative;z-index:2;max-width:800px;width:100%;text-align:center}.join-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin:0 0 1.5rem;letter-spacing:-.03em;color:#000}.join-sub{color:#555;margin-bottom:3rem;font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.typewriter{font-size:1rem;color:#000;margin:0 auto 1rem;opacity:.8;max-width:600px}.join-cta{background:#000;color:#fff;border:2px solid #000;border-radius:8px;padding:1rem 2.5rem;font-weight:600;font-size:.9rem;letter-spacing:1px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;font-family:JetBrains Mono,monospace;margin-top:2rem}.join-cta:hover{background:#fff;color:#000;transform:translateY(-2px)}.join-cta.small{padding:.8rem 1.5rem;margin-top:1rem}.ghost{background:transparent;color:#666;border:none;padding:.5rem 1rem;margin-top:1.5rem;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.8rem;text-decoration:underline;text-underline-offset:4px}.ghost:hover{color:#000}.join-home{position:absolute;left:24px;top:24px;color:#000;background:transparent;padding:8px 12px;border:1px solid #eee;border-radius:6px;text-decoration:none;font-weight:600;z-index:10;font-size:.8rem;text-transform:uppercase;transition:all .2s ease}.join-home:hover{background:#000;color:#fff;border-color:#000}.identity{position:relative;display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1100px;z-index:2;margin:0 auto}@media (min-width: 900px){.identity{grid-template-columns:400px 1fr;align-items:start}}.orb-wrap{background:#f8f9fa;border:1px solid #e9ecef;border-radius:24px;padding:1rem;display:flex;align-items:center;justify-content:center;min-height:300px;position:sticky;top:2rem}.orb{width:100%;height:300px;display:block}.identity-form{background:#fff;border:1px solid #e9ecef;border-radius:24px;padding:2.5rem;box-shadow:0 4px 20px #00000008}.identity-form .row{margin-bottom:1.5rem}.identity-form .row.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.identity-form label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;color:#666;font-weight:600}.identity-form input,.identity-form select{width:100%;background:#fff;color:#000;border:1px solid #ddd;border-radius:8px;padding:.8rem 1rem;font-family:JetBrains Mono,monospace;box-sizing:border-box;font-size:.9rem;transition:all .2s ease}.identity-form input:focus,.identity-form select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000000d}.identity-form input::placeholder{color:#ccc}.join-error{background:#fff1f2;color:#9f1239;border:1px solid #fecaca;padding:.75rem;border-radius:8px;margin:1rem 0;font-size:.9rem}.signup-btn{width:100%;background:#000;color:#fff;border:none;border-radius:8px;padding:1rem;font-family:JetBrains Mono,monospace;font-weight:600;font-size:1rem;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;margin-top:1rem}.signup-btn:hover{background:#333;transform:translateY(-2px)}.signup-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.activated{text-align:center}.activated h2{color:#000;margin:1.5rem 0 .5rem;font-size:2rem}.node-id{color:#666;font-family:JetBrains Mono,monospace;font-size:1.2rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:6px;display:inline-block;margin-top:1rem}.sigil{display:inline-block;padding:2rem;background:#fff;border-radius:50%;border:1px solid #eee;box-shadow:0 10px 30px #0000000d}.mission{max-width:600px;width:100%}.mission h3{margin-bottom:2rem;font-size:1.5rem;color:#000}.card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 12px #00000008}.card-title{font-weight:700;margin-bottom:1rem;font-size:1.2rem}.card-body{color:#555;margin-bottom:2rem;line-height:1.6}.quote-screen{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff}.quote{font-family:JetBrains Mono,monospace;font-size:clamp(2rem,6vw,4rem);font-weight:700;color:#000;text-align:center;letter-spacing:-.03em;margin-bottom:1rem}.sub-quote{margin-top:1rem;text-align:center}.join-root .typewriter-text{color:#000!important;font-weight:500}.cursor{color:#000}@media (max-width: 767px){.identity-form .row.two{grid-template-columns:1fr}.identity{gap:1rem}.orb-wrap{min-height:200px;margin-bottom:1rem}.orb{height:200px}.join-title{font-size:2rem}.join-inner{padding:1rem}}.company-rep-dashboard{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.awaiting-approval{background:#0f121a;border:1px solid rgba(154,230,255,.3);border-radius:18px;padding:32px;color:#e2e8f0;box-shadow:0 18px 44px #0f121a73}.awaiting-approval h1{margin-top:0;margin-bottom:12px;font-size:2rem;color:#fff}.awaiting-approval ul{margin:16px 0;padding-left:20px;color:#cbd5ff}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e1e8ed}.welcome-section h1{color:#1a202c;font-size:2.5rem;margin:0 0 10px;font-weight:700}.user-info{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.user-name{font-size:1.2rem;font-weight:600;color:#2d3748}.user-role{background:#e6fffa;color:#234e52;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:capitalize}.company-name{background:#fef5e7;color:#744210;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.company-info,.jira-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.status-badge{padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize}.status-badge.configured,.status-badge.success{background-color:#c6f6d5;color:#22543d}.status-badge.error{background-color:#fed7d7;color:#742a2a}.status-badge.not_configured{background-color:#e2e8f0;color:#4a5568}.last-sync{color:#718096;font-size:.875rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #667eea33;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card h3{margin:0 0 10px;font-size:1rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:2.5rem;font-weight:700;margin:0}.stat-permissions{display:flex;flex-direction:column;gap:5px;font-size:.9rem}.stat-permissions span{background:#fff3;padding:2px 8px;border-radius:12px;font-size:.8rem}.dashboard-actions{margin-bottom:30px}.sync-button{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #4facfe4d}.sync-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #4facfe66}.sync-button:active{transform:translateY(0)}.missions-section h3{color:#1a202c;font-size:1.5rem;margin-bottom:20px;font-weight:600}.no-missions{text-align:center;padding:40px;background:#f7fafc;border-radius:12px;border:2px dashed #cbd5e0}.no-missions p{color:#718096;font-size:1.1rem;margin:0}.missions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.mission-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.mission-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.mission-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.mission-header h4{color:#2d3748;margin:0 10px 0 0;font-size:1.1rem;font-weight:600;flex:1}.mission-description{color:#4a5568;margin:0 0 15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mission-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.jira-key{background:#e6fffa;color:#234e52;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.reward{background:#fef5e7;color:#744210;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.deadline{background:#fef2f2;color:#742a2a;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.assignments-info{background:#f7fafc;padding:10px;border-radius:8px;margin-bottom:10px}.assignment-item{display:flex;justify-content:space-between;align-items:center;margin-top:5px;font-size:.9rem}.assignment-status{background:#e2e8f0;color:#4a5568;padding:2px 6px;border-radius:4px;font-size:.8rem;text-transform:capitalize}.quality-score,.mission-timestamps{color:#718096;font-size:.8rem}.loading{text-align:center;padding:40px;color:#718096;font-size:1.1rem}.error{text-align:center;padding:40px;color:#e53e3e;background:#fed7d7;border-radius:8px;margin:20px 0}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.missions-grid{grid-template-columns:1fr}.mission-meta{flex-direction:column}.user-info{flex-direction:column;align-items:flex-start;gap:5px}}.company-operators-container{max-width:900px;margin:0 auto;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading,.error{text-align:center;font-size:1.1rem;padding:40px}.error{background:#fee2e2d9;border:1px solid rgba(254,202,202,.9);border-radius:12px;color:#7f1d1d}.error-banner{background:#fee2e2d9;border:1px solid rgba(254,202,202,.9);border-radius:12px;color:#7f1d1d;padding:16px;margin-bottom:24px;text-align:center}.company-operators-hold{background:#0f121a;border:1px solid rgba(154,230,255,.25);border-radius:16px;padding:32px;color:#e2e8f0;box-shadow:0 16px 40px #0f121a59}.company-operators-hold h1{margin-top:0;margin-bottom:12px;font-size:2rem;color:#fff}.company-operators-hold ul{margin:16px 0;padding-left:20px;color:#cbd5f5}.search-header{margin-bottom:32px;text-align:center}.header-content h1{margin:0 0 8px;font-size:2.5rem;color:#000}.search-subtitle{color:#4a5568;font-size:1.1rem;max-width:600px;margin:0 auto}.search-success{text-align:center;padding:60px 40px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #94a3b826}.success-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.search-success h1{margin:0 0 16px;font-size:2rem;color:#1a202c}.success-message{font-size:1.1rem;color:#4a5568;margin:0 0 16px;line-height:1.6}.success-timeline{font-size:1.2rem;color:#2d3748;font-weight:600;margin:24px 0;padding:20px;background:#f0fdf4;border-radius:12px;border:2px solid #86efac}.success-contact{color:#4a5568;margin:20px 0}.submit-another-btn{background:#000;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:24px;transition:transform .2s ease,opacity .2s ease}.submit-another-btn:hover{transform:translateY(-1px);opacity:.85}.operator-search-form{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #94a3b826}.form-section{margin-bottom:40px}.form-section h2{margin:0 0 20px;font-size:1.5rem;color:#1a202c;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff!important;color:#000!important;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe1a}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group select:-webkit-autofill,.form-group select:-webkit-autofill:hover,.form-group select:-webkit-autofill:focus,.form-group textarea:-webkit-autofill,.form-group textarea:-webkit-autofill:hover,.form-group textarea:-webkit-autofill:focus{-webkit-text-fill-color:#000000!important;-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important;background-color:#fff!important}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#9ca3af!important;opacity:1!important}.form-group textarea{resize:vertical;min-height:100px}.submit-search-btn{width:100%;background:#000!important;color:#fff!important;border:none;padding:16px 32px;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease;margin-top:20px}.submit-search-btn:hover:not(:disabled){opacity:.8;transform:translateY(-1px)}.submit-search-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.company-operators-container{padding:16px}.header-content h1{font-size:2rem}.operator-search-form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.search-success{padding:40px 24px}.success-icon{width:60px;height:60px;font-size:2rem}}.company-create-task{max-width:900px;margin:0 auto;padding:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.company-create-task header{margin-bottom:24px}.company-create-task h1{margin:0 0 8px;font-size:2rem;color:#111827}.company-create-task p{margin:0;color:#4b5563}.company-create-form{display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 16px 40px #94a3b826}.company-create-form label{display:flex;flex-direction:column;font-weight:600;color:#111827;font-size:.95rem}.company-create-form input,.company-create-form textarea{margin-top:8px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff!important;color:#000!important}.company-create-form input:-webkit-autofill,.company-create-form input:-webkit-autofill:hover,.company-create-form input:-webkit-autofill:focus,.company-create-form textarea:-webkit-autofill,.company-create-form textarea:-webkit-autofill:hover,.company-create-form textarea:-webkit-autofill:focus{-webkit-text-fill-color:#000000!important;-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important;background-color:#fff!important}.company-create-form input::placeholder,.company-create-form textarea::placeholder{color:#9ca3af!important;opacity:1!important}.company-create-form textarea{resize:vertical}.company-create-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.company-create-form button{align-self:flex-start;background:#000;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.company-create-form button:hover:not(:disabled){transform:translateY(-1px);opacity:.85}.company-create-form button:disabled{opacity:.6;cursor:not-allowed}.company-create-error{background:#fee2e2d9;border:1px solid rgba(254,202,202,.9);color:#7f1d1d;padding:12px;border-radius:8px}.company-create-success{background:#dbeafee6;border:1px solid rgba(147,197,253,.9);color:#1d4ed8;padding:12px;border-radius:8px}.company-create-hold{background:#0f121a;border:1px solid rgba(154,230,255,.25);border-radius:16px;padding:32px;color:#e2e8f0;box-shadow:0 16px 46px #0f121a73;text-align:center}.company-create-hold h1{margin:0 0 12px;color:#fff}@media (max-width: 600px){.company-create-task{padding:16px}}.morphic-hero{position:relative;width:100%;min-height:42vh;background:#0b0e14;overflow:hidden;display:flex;align-items:center;justify-content:center}.morphic-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 20%,rgba(154,230,255,.08),transparent 40%),radial-gradient(ellipse at 80% 70%,rgba(154,230,255,.06),transparent 40%)}.morphic-center{position:relative;z-index:1;text-align:center;padding:2rem}.morphic-phrase{color:#cfefff;font-family:JetBrains Mono,monospace;font-size:clamp(1.2rem,4.2vw,2rem);opacity:0}.fade-cycle{animation:phraseIn .8s ease forwards,phraseOut .8s ease 2.6s forwards}@keyframes phraseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes phraseOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.morphic-cta{display:inline-block;margin-top:1rem;background:#fff;color:#0b0e14;border:2px solid #fff;border-radius:10px;padding:.75rem 1.25rem;font-weight:700;letter-spacing:1px;text-decoration:none}.operations-container{font-family:JetBrains Mono,Space Mono,Courier New,monospace;min-height:100vh;background:#fff;margin:0;padding:0}.operations-content{max-width:1200px;margin:0 auto;padding:2rem;background:#fff}.operations-header{background:#fff;padding:3rem 0 2rem;border-bottom:1px solid #e5e5e5;margin-bottom:2rem}.operations-title{font-size:2.5rem;font-weight:400;margin-bottom:.5rem;color:#000;letter-spacing:-.02em}.operations-subtitle{font-size:1rem;color:#666;margin-bottom:2rem;font-weight:300}.operations-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.stat-card{background:#fff;border:1px solid #e5e5e5;padding:1.5rem;text-align:center}.stat-number{display:block;font-size:2rem;font-weight:400;margin-bottom:.25rem;color:#000}.stat-label{font-size:.875rem;color:#666;font-weight:300}.operations-tabs{display:flex;background:#fff;border-bottom:1px solid #e5e5e5;margin-bottom:2rem}.tab-button{flex:1;padding:1rem 2rem;background:#fff;border:none;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:400;color:#666;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent}.tab-button:hover{color:#000;background:#f9f9f9}.tab-button.active{color:#000;border-bottom-color:#000;background:#fff}.operations-content{padding:0}.tab-content{animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-message{background:#f5f5f5;color:#333;padding:1rem;border:1px solid #e5e5e5;margin-bottom:1rem;font-size:.875rem;display:flex;justify-content:space-between;align-items:center}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;color:#333;font-family:JetBrains Mono,monospace}.loading-spinner{width:20px;height:20px;border:2px solid #e5e5e5;border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.decomposition-controls{display:flex;gap:1rem;margin-bottom:2rem}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem}.task-card{background:#fff;border:1px solid #e5e5e5;padding:1.5rem;transition:border-color .2s ease}.task-card:hover{border-color:#ccc}.task-card h3{margin-bottom:.5rem;color:#000;font-size:1rem;font-weight:500}.task-description{color:#666;margin-bottom:1rem;line-height:1.5;font-size:.875rem}.task-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.75rem}.task-meta span{padding:.25rem .5rem;border:1px solid #e5e5e5;background:#f9f9f9;color:#666}.task-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f5f5f5;color:#333;padding:.25rem .5rem;border:1px solid #e5e5e5;font-size:.75rem}.vector-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.vector-section h3{margin-bottom:1rem;color:#000;font-size:1rem;font-weight:500}.vector-cards{display:flex;flex-direction:column;gap:1rem}.vector-card{background:#fff;border:1px solid #e5e5e5;padding:1.5rem}.vector-card h4{margin-bottom:1rem;color:#000;font-size:.875rem;font-weight:500}.vector-dimensions{display:flex;flex-direction:column;gap:.75rem}.dimension{display:grid;grid-template-columns:1fr 2fr 60px;gap:1rem;align-items:center}.dimension-name{font-size:.75rem;color:#666;font-weight:400}.dimension-bar{height:4px;background:#f5f5f5;border:1px solid #e5e5e5;overflow:hidden}.dimension-fill{height:100%;background:#000;transition:width .3s ease}.dimension-value{font-size:.75rem;color:#333;font-weight:400;text-align:right}.matching-controls{display:flex;gap:1rem;margin-bottom:2rem}.matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:1rem}.match-card{background:#fff;border:1px solid #e5e5e5;padding:1.5rem;transition:border-color .2s ease}.match-card:hover{border-color:#ccc}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.match-header h3{margin:0;color:#000;font-size:.875rem;font-weight:500}.similarity-score{padding:.25rem .75rem;border:1px solid #e5e5e5;background:#f9f9f9;color:#333;font-weight:400;font-size:.75rem}.match-details,.match-task,.match-user{margin-bottom:1rem}.match-task h4,.match-user h4{margin-bottom:.25rem;color:#000;font-size:.875rem;font-weight:500}.match-task p,.match-user p{color:#666;font-size:.75rem}.match-analysis h4{margin-bottom:.75rem;color:#000;font-size:.875rem;font-weight:500}.compatibility-factors{display:flex;flex-direction:column;gap:.5rem}.factor{display:grid;grid-template-columns:1fr 2fr 50px;gap:.75rem;align-items:center}.factor-name{font-size:.75rem;color:#666}.factor-bar{height:3px;background:#f5f5f5;border:1px solid #e5e5e5;overflow:hidden}.factor-fill{height:100%;background:#000;transition:width .3s ease}.factor-score{font-size:.75rem;color:#333;font-weight:400;text-align:right}.match-actions{display:flex;gap:.75rem;margin-top:1rem}.scheduler-controls{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.control-group{background:#f9f9f9;border:1px solid #e5e5e5;padding:1.5rem}.control-group h3{margin-bottom:1rem;color:#000;font-size:.875rem;font-weight:500}.setting{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.setting label{font-weight:400;color:#333;min-width:150px;font-size:.75rem}.setting input,.setting select{flex:1;padding:.5rem;border:1px solid #e5e5e5;background:#fff;font-family:JetBrains Mono,monospace;font-size:.75rem}.scheduler-status{background:#f9f9f9;border:1px solid #e5e5e5;padding:1.5rem}.scheduler-status h3{margin-bottom:1rem;color:#000;font-size:.875rem;font-weight:500}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #e5e5e5}.status-label{font-weight:400;color:#666;font-size:.75rem}.status-value{font-weight:400;color:#333;font-size:.75rem}.status-value.active{color:#000}.action-btn{padding:.75rem 1.5rem;border:1px solid #e5e5e5;background:#fff;font-family:JetBrains Mono,monospace;font-weight:400;font-size:.75rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center;color:#333}.action-btn.primary{background:#000;color:#fff;border-color:#000}.action-btn.primary:hover{background:#333;border-color:#333}.action-btn.secondary{background:#fff;color:#333;border-color:#e5e5e5}.action-btn.secondary:hover{background:#f9f9f9;border-color:#ccc}.action-btn.warning{background:#f5f5f5;color:#333;border-color:#e5e5e5}.action-btn.warning:hover{background:#eee;border-color:#ccc}.action-btn.success{background:#f5f5f5;color:#333;border-color:#e5e5e5}.action-btn.success:hover{background:#eee;border-color:#ccc}.action-btn.small{padding:.5rem 1rem;font-size:.75rem}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn:disabled:hover{background:#fff;border-color:#e5e5e5}.auth-required{text-align:center;padding:3rem;background:#f9f9f9;border:1px solid #e5e5e5;margin:2rem 0}.auth-required h3{color:#000;margin-bottom:1rem;font-size:1rem;font-weight:500}.auth-required p{color:#666;margin-bottom:.5rem;font-size:.875rem}@media (max-width: 768px){.operations-container{padding:1rem}.operations-title{font-size:2rem}.operations-tabs{flex-direction:column}.tab-button{border-bottom:1px solid #e5e5e5;border-right:2px solid transparent}.tab-button.active{border-right-color:#000;border-bottom-color:transparent}.vector-grid,.scheduler-controls,.matches-grid,.tasks-grid{grid-template-columns:1fr}}.character-root{min-height:100vh;background:#fff;color:#000;font-family:JetBrains Mono,monospace;padding:2rem}.character-screen{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.character-inner{padding:2rem}.character-home{display:inline-block;margin-bottom:1rem;color:#000;text-decoration:none;font-weight:600;padding:.5rem 1rem;border:1px solid #e9ecef;border-radius:4px;transition:all .2s ease}.character-home:hover{background:#f8f9fa;transform:translateY(-1px)}.character-header{text-align:center;margin-bottom:2rem}.character-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#000}.character-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.progress-container{margin-bottom:2rem}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#000;transition:width .3s ease}.progress-text{text-align:center;font-size:.9rem;color:#666;font-weight:500}.step-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:2rem}.step-header{text-align:center;margin-bottom:2rem}.step-title{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#000}.step-subtitle{font-size:1rem;color:#666;line-height:1.5}.step-content,.field-group{margin-bottom:2rem}.field-label{display:block;font-weight:600;margin-bottom:.5rem;color:#000;font-size:1rem}.field-hint{font-size:.9rem;color:#666;margin-bottom:1rem;font-style:italic}.dynamic-skills-container{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.skill-entry{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.skill-name-input{flex:2;padding:.5rem .75rem;border:1px solid #e9ecef;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;background:#fff}.skill-name-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.skill-proficiency-select{flex:1;padding:.5rem .75rem;border:1px solid #e9ecef;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;background:#fff;cursor:pointer}.skill-proficiency-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.remove-skill-btn{width:32px;height:32px;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-skill-btn:hover{background:#dc3545;color:#fff}.add-skill-btn{width:100%;padding:.75rem;border:2px dashed #e9ecef;background:transparent;color:#666;border-radius:6px;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;transition:all .2s ease}.add-skill-btn:hover{border-color:#000;color:#000;background:#f8f9fa}.character-input,.character-textarea,.character-select{width:100%;padding:.75rem;border:1px solid #e9ecef;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;background:#fff;color:#000}.character-input:focus,.character-textarea:focus,.character-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.character-textarea{resize:vertical;min-height:100px}.multiselect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.multiselect-item{display:flex;align-items:center;cursor:pointer;padding:.5rem;border:1px solid #e9ecef;border-radius:4px;background:#fff;transition:all .2s ease}.multiselect-item:hover{background:#f8f9fa;border-color:#000}.multiselect-item input[type=checkbox]{margin-right:.5rem;accent-color:#000}.option-text{font-size:.9rem;color:#000}.step-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.character-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.character-btn:not(.ghost){background:#000;color:#fff}.character-btn:not(.ghost):hover{background:#333;transform:translateY(-1px)}.character-btn.ghost{background:transparent;color:#000;border:1px solid #000}.character-btn.ghost:hover{background:#f8f9fa;transform:translateY(-1px)}.character-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.character-error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.success-state{text-align:center;padding:2rem}.success-icon{font-size:3rem;margin-bottom:1rem}.success-state h1{font-size:2rem;margin-bottom:1rem;color:#000}.success-state p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:2rem 0}.summary-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;text-align:left}.summary-card h3{font-size:1.1rem;margin-bottom:1rem;color:#000}.summary-card p{margin:.5rem 0;color:#666;font-size:.9rem}.report-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.loading-spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top:3px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-required{text-align:center;padding:3rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.auth-required h1{color:#000;margin-bottom:1rem}.auth-required p{color:#666}@media (max-width: 768px){.character-root,.character-inner{padding:1rem}.character-title{font-size:2rem}.character-subtitle{font-size:1rem}.step-container{padding:1.5rem}.step-title{font-size:1.5rem}.skill-entry{flex-direction:column;align-items:stretch;gap:.75rem}.skill-name-input,.skill-proficiency-select{flex:none}.multiselect-grid{grid-template-columns:1fr}.step-actions{flex-direction:column}.character-btn{width:100%}.report-actions{flex-direction:column}.report-summary{grid-template-columns:1fr}}.skill-input-container{flex:2;position:relative}.skill-name-input.invalid,.skill-entry.invalid{border-color:#dc3545;background-color:#dc35450d}.validation-error{position:absolute;top:100%;left:0;right:0;background:#dc3545;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:0 0 4px 4px;z-index:10;margin-top:-1px}@media (max-width: 768px){.validation-error{position:static;margin-top:.25rem;border-radius:4px}}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e9ecef;border-top:none;border-radius:0 0 4px 4px;max-height:250px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:-1px}.autocomplete-item{padding:.75rem;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.9rem;border-bottom:1px solid #f8f9fa;transition:background-color .15s ease}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#f8f9fa;color:#000}.autocomplete-item:active{background:#e9ecef}*{box-sizing:border-box}.capabilities-page{font-family:JetBrains Mono,monospace;min-height:100vh;background:#000;color:#fff;padding:0;margin:0;position:relative;overflow-x:hidden}.capabilities-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}.capabilities-back{position:fixed;top:2rem;left:2rem;color:#666;text-decoration:none;font-size:.8rem;z-index:100;text-transform:uppercase;letter-spacing:1px;font-weight:600;transition:color .2s}.capabilities-back:hover{color:#fff}.capabilities-inner{position:relative;z-index:2;width:100%;max-width:100vw;padding:4rem 2rem 2rem}.capabilities-header{text-align:center;margin-bottom:4rem}.capabilities-header h1{font-size:clamp(2.5rem,5vw,5rem);margin:0 0 1rem;letter-spacing:-.05em;line-height:1}.subtitle{color:#888;text-transform:uppercase;letter-spacing:2px;font-size:.8rem}.capabilities-grid-layout{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;padding:0 2rem}@media (min-width: 1024px){.capabilities-grid-layout{grid-template-columns:1fr 1fr;align-items:start;max-width:1800px;margin:0 auto;padding:0 4rem}}.live-feed-section{border:1px solid #333;border-radius:4px;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;min-height:600px;display:flex;flex-direction:column}.feed-header{display:flex;align-items:center;gap:10px;padding:1rem;border-bottom:1px solid #333;font-size:.75rem;color:#666;background:#050505}.pulsing-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.feed-window{flex:1;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.feed-scroller{padding:1rem;display:flex;flex-direction:column;gap:1rem;animation:scrollUp 60s linear infinite}.feed-scroller:hover{animation-play-state:paused}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.feed-item{font-size:.85rem;color:#ccc;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.8rem}.feed-meta{display:flex;gap:8px;font-size:.7rem;color:#555}.feed-time{color:#666}.feed-type{color:#444}.feed-text{color:#eee;line-height:1.4}.request-section{width:100%}.request-container{background:#fff;color:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080;height:100%;min-height:600px;display:flex;flex-direction:column}.tabs{display:flex;border-bottom:1px solid #eee}.tab{flex:1;padding:1.5rem;background:#f5f5f5;border:none;font-family:JetBrains Mono,monospace;font-weight:600;cursor:pointer;transition:all .2s;color:#666;font-size:.9rem}.tab:hover{background:#eee;color:#333}.tab.active{background:#fff;color:#000;border-bottom:2px solid #000}.request-card{padding:3rem;flex:1;display:flex;flex-direction:column}.request-card h3{margin:0 0 1rem;font-size:1.8rem;line-height:1.2;letter-spacing:-.03em}.card-desc{color:#666;margin-bottom:2rem;line-height:1.6;font-size:1rem}form{display:flex;flex-direction:column;flex:1}.email-input{width:100%;border:1px solid #ddd;border-radius:8px;padding:1.5rem;font-family:JetBrains Mono,monospace;font-size:1rem;margin-bottom:1.5rem;background:#fafafa;color:#000;transition:all .2s;box-sizing:border-box}.email-input:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 4px #0000000d}.email-input:disabled{opacity:.6;cursor:not-allowed}textarea{width:100%;flex:1;min-height:200px;border:1px solid #ddd;border-radius:8px;padding:1.5rem;font-family:JetBrains Mono,monospace;font-size:1rem;margin-bottom:1.5rem;resize:none;background:#fafafa;color:#000;transition:all .2s;box-sizing:border-box}textarea:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 4px #0000000d}.form-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #eee}.status-text{font-size:.75rem;color:#22c55e;letter-spacing:1px;font-weight:600}.submit-btn{background:#000;color:#fff;border:none;padding:1rem 2.5rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:1px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;padding:2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.check-icon{width:80px;height:80px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 2rem}.reset-btn{margin-top:3rem;background:transparent;border:1px solid #ddd;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.9rem;transition:all .2s}.reset-btn:hover{border-color:#000;color:#000}.network-animation-section{margin:6rem auto 4rem;max-width:1800px;padding:0 4rem;width:100%}.network-header{text-align:center;margin-bottom:3rem}.network-header h2{font-size:clamp(2rem,4vw,3.5rem);margin:0 0 1rem;letter-spacing:-.03em;color:#fff}.network-subtitle{color:#888;font-size:1rem;letter-spacing:1px}.network-canvas-container{position:relative;width:100%;height:600px;background:#0a0a0acc;border:1px solid #333;border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 40px #00000080}.network-canvas{width:100%;height:100%;display:block}.network-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.network-stats-panel{position:absolute;top:20px;right:20px;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;min-width:300px}.stat-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.stat-status{color:#22c55e;font-size:.7rem;border:1px solid #22c55e;padding:2px 6px;border-radius:4px}.stat-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.stat-item{display:flex;flex-direction:column}.stat-item .val{font-size:1.2rem;font-weight:700;color:#fff}.stat-item .lbl{font-size:.6rem;color:#666;margin-top:.3rem;letter-spacing:.5px}.mission-profile-section{margin:6rem auto;max-width:1800px;padding:0 4rem}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:8rem}.mission-card{background:#ffffff08;border:1px solid #333;padding:3rem;border-radius:8px;transition:all .3s ease}.mission-card:hover{background:#ffffff0d;border-color:#555}.mission-card h3{font-size:.8rem;letter-spacing:2px;color:#888;margin:0 0 1.5rem;text-transform:uppercase}.accent-line{width:40px;height:3px;background:#333;margin-bottom:2rem}.startup-side .accent-line{background:#3b82f6}.engineer-side .accent-line{background:#22c55e}.mission-card h2{font-size:clamp(2rem,3vw,2.5rem);margin:0 0 1.5rem;line-height:1}.mission-card p{color:#ccc;line-height:1.6;font-size:1.1rem;margin-bottom:2.5rem;max-width:600px}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;align-items:center;gap:1rem;color:#fff;font-size:.95rem;font-weight:600}.feature-list li:before{content:">>";color:#666;font-size:.8rem}.digital-profile-container{display:flex;flex-direction:column;gap:4rem;margin-bottom:8rem}.profile-header{text-align:center}.profile-header h2{font-size:clamp(2rem,3.5vw,3rem);margin:0 0 1rem}.profile-header p{color:#888;letter-spacing:2px;text-transform:uppercase;font-size:.9rem}.profile-demo{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.profile-card-mock{background:#050505;border:1px solid #333;border-radius:12px;padding:2rem;box-shadow:0 0 50px #00000080;position:relative;overflow:hidden}.profile-card-mock:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.profile-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.profile-avatar{width:80px;height:80px;background:#111;border-radius:50%;border:1px solid #333;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;box-shadow:0 0 20px #22c55e1a}.profile-meta-group{text-align:right}.profile-rank{margin-bottom:1rem}.rank-label{display:block;font-size:.6rem;color:#666;letter-spacing:1px;margin-bottom:.25rem}.rank-val{font-size:1.5rem;font-weight:700;color:#fff}.github-sync-status{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:.7rem;color:#666;border:1px solid #222;padding:4px 8px;border-radius:4px;background:#ffffff08}.sync-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;box-shadow:0 0 6px #22c55e}.profile-stats-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #222}.p-stat{display:flex;flex-direction:column;gap:.4rem}.ps-label{font-size:.6rem;color:#666;letter-spacing:.5px}.ps-val{font-size:.9rem;color:#fff;font-weight:600}.dollar-val{color:#22c55e}.profile-code-block{background:#0a0a0a;padding:1.5rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.8rem;border:1px solid #222}.code-line{margin-bottom:.5rem}.c-dim{color:#555}.c-key{color:#888}.c-str{color:#ce9178}.c-bool{color:#569cd6}.c-func{color:#dcdcaa}.profile-text-content h3{font-size:2rem;margin:0 0 1.5rem;line-height:1.2}.profile-text-content p{color:#999;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.ecosystem-section{border-top:1px solid #222;padding-top:6rem;position:relative}.ecosystem-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(34,197,94,.03),transparent 70%);pointer-events:none}.ecosystem-header{text-align:center;margin-bottom:4rem}.ecosystem-header h2{font-size:clamp(2rem,3vw,2.5rem);margin:0 0 1rem;letter-spacing:-.03em}.ecosystem-header p{color:#666;text-transform:uppercase;letter-spacing:2px}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.eco-card{background:#0a0a0a99;border:1px solid #333;padding:2.5rem;border-radius:4px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eco-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03),transparent);transform:translate(-100%);transition:transform .6s}.eco-card:hover{border-color:#666;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.eco-card:hover:before{transform:translate(100%)}.eco-card.rank-card{border-color:#22c55e;background:#22c55e08;box-shadow:0 0 30px #22c55e0d}.eco-card.rank-card:hover{background:#22c55e14;box-shadow:0 0 50px #22c55e1a;border-color:#22c55e}.eco-icon{margin-bottom:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:flex-start}.eco-card h4{color:#fff;font-size:.9rem;letter-spacing:1px;margin:0 0 1rem;text-transform:uppercase;font-weight:700}.eco-card p{color:#888;line-height:1.6;font-size:.9rem;margin:0}@media (max-width: 1024px){.capabilities-inner{padding:3rem 1rem 2rem}.capabilities-grid-layout{padding:0 1rem}.network-animation-section,.mission-profile-section{padding:0 2rem}.mission-grid,.profile-demo{grid-template-columns:1fr;gap:3rem}.ecosystem-grid{grid-template-columns:1fr}.profile-demo{flex-direction:column-reverse}.profile-text-content{order:-1}}@media (max-width: 768px){.capabilities-page{padding:0}.capabilities-header h1{font-size:2rem}.request-card{padding:1.5rem}.form-actions{flex-direction:column;gap:1rem;align-items:stretch}.status-text{order:2;text-align:center}.submit-btn{width:100%}.capabilities-back{top:1rem;left:1rem}.network-canvas-container{height:400px}.network-stats-panel{position:relative;top:auto;right:auto;margin:1rem;background:#00000080}.stat-grid{gap:1rem}.profile-stats-row{grid-template-columns:1fr;gap:1.5rem}}.ranking-deep-dive-section{margin:8rem auto 4rem;max-width:1800px;padding:0 4rem;width:100%}.ranking-header{text-align:center;margin-bottom:4rem}.ranking-header h2{font-size:clamp(2rem,3vw,2.5rem);margin:0 0 1rem;letter-spacing:-.03em}.ranking-subtitle{color:#888;text-transform:uppercase;letter-spacing:2px}.ascension-journey-container{width:100%;margin-bottom:2rem}.ascension-canvas-wrapper{position:relative;width:100%;height:300px;background:#050505;border:1px solid #333;border-radius:8px;overflow:hidden}.ascension-canvas{width:100%;height:100%;display:block}.ascension-overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000 0%,transparent 20%,transparent 80%,#000 100%);pointer-events:none}.ascension-visual-text-overlay{position:relative;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6rem;padding:2rem 0;margin-top:-40px}.ascension-step{position:relative;z-index:1;flex:1;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.step-marker{width:40px;height:40px;background:#000;border:2px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#666;margin-bottom:1.5rem;transition:all .3s;z-index:5}.step-content{background:#ffffff08;border:1px solid #333;padding:1.5rem;border-radius:8px;width:100%;min-height:250px;transition:all .3s}.ascension-step:hover .step-content{border-color:#555;background:#ffffff0d;transform:translateY(-5px)}.step-content h4{margin:0 0 1rem;font-size:1.1rem;letter-spacing:1px}.step-tags{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.step-tags span{font-size:.7rem;background:#222;padding:2px 6px;border-radius:4px;color:#888}.step-tags .tag-active{color:#22c55e;border:1px solid #22c55e;background:#22c55e1a}.step-tags .tag-elite{color:#eab308;border:1px solid #eab308;background:#eab3081a}.step-tags .tag-god{color:#3b82f6;border:1px solid #3b82f6;background:#3b82f61a}.step-content p{font-size:.9rem;color:#ccc;line-height:1.5;margin-bottom:1.5rem}.step-reward{margin-top:auto;display:flex;flex-direction:column;gap:.2rem}.reward-label{font-size:.6rem;color:#666;letter-spacing:1px}.reward-val{font-size:1rem;color:#fff;font-weight:700}.leaderboard-container{background:#050505;border:1px solid #333;border-radius:12px;padding:2rem;margin-bottom:6rem}.leaderboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.leaderboard-header h3{margin:0;font-size:1.5rem}.live-indicator{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#22c55e}.blink-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}.leaderboard-table{display:flex;flex-direction:column}.lb-header-row{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr 1fr 1fr;padding:1rem;border-bottom:1px solid #333;color:#666;font-size:.8rem;letter-spacing:1px}.lb-row{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr 1fr 1fr;padding:1.2rem 1rem;border-bottom:1px solid #222;align-items:center;transition:background .2s}.lb-row:hover{background:#ffffff08}.lb-col{display:flex;align-items:center}.lb-col.rank{font-weight:700;color:#888}.lb-col.operator{color:#fff;gap:10px}.lb-col.stack{color:#ccc;font-size:.9rem}.lb-col.earnings{color:#22c55e;font-weight:700}.op-avatar{width:24px;height:24px;background:#333;border-radius:50%}.status-badge{font-size:.7rem;padding:4px 8px;border-radius:4px;text-transform:uppercase;font-weight:600}.status-badge.building{background:#3b82f61a;color:#3b82f6}.status-badge.allocated{background:#22c55e1a;color:#22c55e}.status-badge.available{background:#ffffff1a;color:#ccc}.rewards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.reward-item{background:#ffffff08;border:1px solid #333;padding:2rem;border-radius:8px;text-align:center;transition:transform .3s}.reward-item:hover{transform:translateY(-5px);background:#ffffff0d}.reward-icon{font-size:2rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.reward-item h4{margin:0 0 1rem;font-size:.9rem;color:#fff}.reward-item p{font-size:.85rem;color:#888;line-height:1.5;margin:0}@media (max-width: 1024px){.ascension-visual{flex-direction:column;gap:2rem}.leaderboard-table{overflow-x:auto}.rewards-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.lb-header-row,.lb-row{grid-template-columns:50px 1fr 1fr}.lb-col.stack,.lb-col.status{display:none}.rewards-grid{grid-template-columns:1fr}}.applicants-container{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem;font-family:JetBrains Mono,monospace}.applicants-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.mission-search{display:flex;gap:.5rem;flex-wrap:wrap}.mission-search input{flex:1;min-width:260px;padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-family:inherit}.mission-search button{padding:.6rem 1rem;border:1px solid #000;background:#000;color:#fff;border-radius:6px;cursor:pointer;font-family:inherit}.mission-summary{display:flex;justify-content:space-between;align-items:center;border:1px solid #eee;border-radius:8px;padding:1rem;margin-bottom:1rem}.mission-project{margin:.25rem 0 0;color:#666}.mission-company{font-size:.9rem;color:#444}.applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.application-card{border:1px solid #e5e5e5;border-radius:10px;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.5rem}.app-row{display:flex;justify-content:space-between;align-items:center}.app-name{font-weight:700;font-size:1.1rem}.app-meta{font-size:.85rem;color:#666}.app-status{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .6rem;border:1px solid #000;border-radius:999px}.app-stats{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#444}.app-pitch{font-style:italic;color:#333}.app-skills{display:flex;flex-wrap:wrap;gap:.4rem}.skill-pill{padding:.25rem .6rem;border:1px solid #ddd;border-radius:999px;font-size:.8rem;color:#444}.app-actions{display:flex;gap:.5rem;flex-wrap:wrap}.app-actions button{padding:.45rem .9rem;border-radius:6px;border:1px solid #000;background:#000;color:#fff;cursor:pointer;font-family:inherit}.app-actions button.danger{border-color:#b91c1c;background:#fff;color:#b91c1c}.error{color:#b91c1c}.empty{color:#666;font-size:.95rem}.view-toggle{display:flex;gap:8px;margin:16px 0}.view-toggle button{padding:8px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:.9rem;transition:all .2s}.view-toggle button.active{background:#000;color:#fff;border-color:#000}.view-toggle button:hover:not(.active){background:#e0e0e0}.all-applications-view{margin-top:24px}.mission-section{margin-bottom:32px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.mission-header-card{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.mission-header-left{flex:1}.mission-title{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:#111}.mission-details{display:flex;gap:20px;flex-wrap:wrap;font-size:.85rem;color:#555}.posted-by{color:#333}.posted-by strong{color:#000}.project-name{color:#666}.mission-header-right{display:flex;align-items:center}.app-count{background:#000;color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600}.app-status-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.forwarded-badge{background:#4caf50;color:#fff;padding:2px 8px;border-radius:3px;font-size:.7rem;font-weight:600;text-transform:uppercase}.forward-btn{background:#2196f3!important;color:#fff!important;border:1px solid #2196f3!important;font-weight:600}.forward-btn:hover{background:#1976d2!important;border-color:#1976d2!important}.undo-btn{background:#ff9800!important;color:#fff!important;border:1px solid #ff9800!important;font-weight:600}.undo-btn:hover{background:#f57c00!important;border-color:#f57c00!important}.revert-btn{background:#9c27b0!important;color:#fff!important;border:1px solid #9c27b0!important;font-weight:600}.revert-btn:hover{background:#7b1fa2!important;border-color:#7b1fa2!important}.app-status{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .6rem;border-radius:999px}.application-card[data-status=accepted] .app-status{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.application-card[data-status=declined] .app-status{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.application-card[data-status=pending] .app-status{background:#fff8e1;color:#f57f17;border:1px solid #ffe082}.task-submission-container{font-family:JetBrains Mono,Space Mono,Courier New,monospace;min-height:100vh;background:#fff;padding:2rem 0;color:#000}.task-submission-content{max-width:800px;margin:0 auto;padding:0 2rem}.submission-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.submission-header h1{color:#111827;margin:0;font-size:2rem;font-weight:600}.back-button{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease}.assignment-info{background:#fff;padding:2rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.assignment-info h2{color:#333;margin:0 0 1rem;font-size:1.5rem}.assignment-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.assignment-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-item strong{color:#333}.status-badge{padding:.25rem .75rem;border:1px solid #000;font-size:.875rem;font-weight:400;text-transform:uppercase;font-family:JetBrains Mono,monospace;letter-spacing:1px;background:#fff;color:#000}.submission-section{background:#fff;padding:2rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.submission-section h3{color:#333;margin:0 0 1rem;font-size:1.25rem}.file-upload-area{margin:1.5rem 0;padding:2rem;border:2px dashed #ddd;border-radius:8px;text-align:center;transition:all .3s ease}.upload-button{background:#fff;color:#000;border:1px solid #000;padding:1rem 2rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;display:inline-block}.upload-button:hover{background:#000;color:#fff}.upload-button.uploading{background:#ccc;color:#666;cursor:not-allowed}.uploaded-files{margin:2rem 0}.uploaded-files h4{color:#333;margin:0 0 1rem;font-size:1.1rem}.files-list{display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px;border-left:4px solid #111827}.file-info{display:flex;justify-content:space-between;align-items:center;flex:1;gap:1rem}.file-name{color:#333;font-weight:500}.file-size{color:#666;font-size:.875rem}.remove-file-btn{background:#dc3545;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:1rem;transition:background-color .2s ease}.remove-file-btn:hover{background:#c82333}.submission-notes{margin:2rem 0}.submission-notes h4{color:#333;margin:0 0 1rem;font-size:1.1rem}.submission-notes textarea{width:100%;padding:1rem;border:2px solid #e1e5e9;border-radius:8px;font-family:inherit;font-size:1rem;line-height:1.5;resize:vertical;transition:border-color .3s ease}.submission-notes textarea:focus{outline:none;border-color:#000}.submit-section{text-align:center;margin-top:2rem}.submit-button{background:#000;color:#fff;border:1px solid #000;padding:1rem 2rem;cursor:pointer;font-size:1.1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;margin-bottom:1rem}.submit-button:hover:not(:disabled){background:#000;color:#fff;opacity:.85}.submit-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.submit-note{color:#666;font-size:.875rem;margin:0}.submission-status,.validation-result{background:#fff;padding:2rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.submission-status h3,.validation-result h3{color:#333;margin:0 0 1rem;font-size:1.25rem}.validation-result.success,.validation-result.failed{border-left:4px solid #000}.submission-notes-display,.validation-feedback{background:#f8f9fa;padding:1rem;border-radius:6px;margin-top:1rem}.submission-notes-display strong,.validation-feedback strong{color:#333;display:block;margin-bottom:.5rem}.submission-notes-display p,.validation-feedback p{color:#666;margin:0;line-height:1.5}.resubmit-button{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-top:1rem;transition:all .2s ease}.resubmit-button:hover{background:#000;color:#fff}.unsubmit-button{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-top:1rem;margin-right:1rem;transition:all .2s ease}.submitted-files{background:#fff;padding:2rem;border:1px solid #e5e7eb;border-radius:8px}.submitted-files h4{color:#333;margin:0 0 1rem;font-size:1.1rem}.loading,.error{text-align:center;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin:2rem auto;max-width:400px}.loading{color:#111827;font-size:1.1rem}.error{color:#f44336;font-size:1.1rem}@media (max-width: 768px){.task-submission-content{padding:0 1rem}.submission-header{flex-direction:column;gap:1rem;text-align:center}.assignment-meta{grid-template-columns:1fr}.file-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.marketplace-submission-container{font-family:JetBrains Mono,Space Mono,Courier New,monospace;min-height:100vh;background:#fff;padding:2rem;max-width:1200px;margin:0 auto;color:#000}.submission-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.submission-header h1{color:#333;margin:0;font-size:2.5rem;font-weight:300}.back-btn{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.back-btn:hover{background:#000;color:#fff}.mission-info{background:#f9f9f9;padding:1.5rem;margin-bottom:2rem;border-left:4px solid #000}.mission-info h2{color:#333;margin:0 0 1rem;font-size:1.8rem}.mission-description{color:#666;line-height:1.6;margin-bottom:1rem}.mission-details{display:flex;gap:2rem;flex-wrap:wrap}.reward,.deadline{background:#fff;color:#000;border:1px solid #000;padding:.5rem 1rem;font-weight:400;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:1px}.assignment-info{background:#f9f9f9;padding:1.5rem;margin-bottom:2rem;border-left:4px solid #000}.assignment-info h3{color:#333;margin:0 0 1rem;font-size:1.4rem}.assignment-details{display:flex;gap:2rem;flex-wrap:wrap}.state,.success-prob,.time-estimate{background:#fff;color:#000;border:1px solid #000;padding:.5rem 1rem;font-weight:400;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:1px}.submission-section{background:#fff;border:2px solid #e0e0e0;padding:2rem;border-radius:12px;margin-bottom:2rem}.submission-section h3{color:#333;margin:0 0 1rem;font-size:1.4rem}.file-upload-area{border:2px dashed #ddd;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.file-upload-area:hover{border-color:#000;background:#f9fafb}.file-input{display:none}.file-upload-label{display:block;cursor:pointer;padding:1rem;color:#666;font-size:1.1rem;transition:color .3s ease}.file-upload-label:hover{color:#000}.selected-files{margin-top:1.5rem;text-align:left}.selected-files h4{color:#333;margin:0 0 1rem}.selected-files ul{list-style:none;padding:0;margin:0 0 1.5rem}.selected-files li{padding:.5rem;background:#f5f5f5;border-radius:6px;margin-bottom:.5rem;color:#333}.upload-btn{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.upload-btn:hover:not(:disabled){background:#000;color:#fff}.upload-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.uploaded-files{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.uploaded-files h4{color:#333;margin:0 0 1rem}.uploaded-files ul{list-style:none;padding:0;margin:0}.uploaded-files li{padding:.5rem;background:#e8f5e8;border-radius:6px;margin-bottom:.5rem;color:#2e7d32}.file-size{color:#666;font-size:.9rem;margin-left:.5rem}.submission-notes{background:#fff;border:2px solid #e0e0e0;padding:2rem;border-radius:12px;margin-bottom:2rem}.submission-notes h3{color:#333;margin:0 0 1rem;font-size:1.4rem}.notes-textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical;min-height:100px}.notes-textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0003}.submit-section{background:#fff;border:2px solid #000;padding:2rem;margin-bottom:2rem;text-align:center}.submit-btn{background:#fff;color:#000;border:1px solid #000;padding:1rem 2rem;cursor:pointer;font-size:1.1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;margin-bottom:1rem}.submit-btn:hover:not(:disabled){background:#000;color:#fff}.submit-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.submit-note{color:#666;font-size:.9rem;margin:0;font-style:italic}.validation-status{background:#fff;border:2px solid #000;padding:2rem;margin-bottom:2rem}.validation-status h3{color:#333;margin:0 0 1rem;font-size:1.4rem}.status-badge{display:inline-block;padding:.5rem 1rem;border:1px solid #000;font-weight:400;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;background:#fff;color:#000}.validation-date,.validation-score,.validator-info{color:#666;margin:.5rem 0}.validation-feedback{margin-top:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.validation-feedback h4{color:#333;margin:0 0 .5rem}.validation-feedback p{color:#666;margin:0;line-height:1.6}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}.error{text-align:center;padding:4rem;font-size:1.2rem;color:#000;background:#f9f9f9;border:1px solid #000;margin-bottom:2rem}.unsubmit-button{background:#fff;color:#000;border:1px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-top:1rem;transition:all .2s ease}.unsubmit-button:hover{background:#000;color:#fff}@media (max-width: 768px){.marketplace-submission-container{padding:1rem}.submission-header{flex-direction:column;gap:1rem;align-items:stretch}.mission-details,.assignment-details{flex-direction:column;gap:1rem}.submission-header h1{font-size:2rem;text-align:center}}.notifications-page-container{position:relative;background:transparent;overflow:visible;z-index:1}.notifications-page-container>*{position:relative;z-index:2}.notifications-page-container:before,.notifications-page-container:after{display:none!important}body:has(.notifications-page-container){background:transparent!important}body:has(.notifications-page-container)>*{background:transparent!important}.notifications-page-container [style*="position: fixed"],.notifications-page-container [style*="position: absolute"]{z-index:auto!important}.notifications-page-container>div[style*=background][style*=white],.notifications-page-container>div[style*=background][style*="#fff"]{position:static!important;z-index:auto!important}.verification-page{min-height:100vh;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:JetBrains Mono,monospace;position:relative;overflow:hidden}.verification-page.light{background:#fff;color:#000}.verification-container.light{background:#fff;border:1px solid #000000;box-shadow:none}.verification-container{max-width:500px;width:100%;background:#fff;border:2px solid #000000;border-radius:8px;padding:3rem;text-align:center;box-shadow:none}.verification-header h1{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#000}.verification-header p{margin-bottom:.5rem;color:#000;font-size:.9rem}.email-address{font-weight:600;color:#000;font-size:1rem;margin-bottom:2rem}.spam-warning{background:#000;color:#fff;padding:1rem 1.5rem;border:3px solid #000000;border-radius:8px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin:1.5rem 0;display:inline-block;box-shadow:4px 4px #0003}.spam-warning-emphasis{background:#fff;color:#000;padding:.25rem .5rem;border:2px solid #000000;border-radius:4px;font-weight:800;display:inline-block;margin:0 .25rem}.verification-form{margin-bottom:2rem}.code-input-group{margin-bottom:1.5rem}.code-input-group label{display:block;margin-bottom:.5rem;color:#000;font-size:.9rem}.code-input{width:100%;padding:1rem;font-size:1.5rem;font-family:JetBrains Mono,monospace;text-align:center;letter-spacing:.5rem;background:#fff;border:2px solid #000000;border-radius:8px;color:#000;transition:border-color .2s ease}.password-input-container{position:relative;display:flex;align-items:center}.password-input-container .code-input{padding-right:3rem;letter-spacing:.1rem;text-align:left}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;font-size:1.2rem;color:#000;padding:.5rem;border-radius:4px;transition:color .2s ease}.password-toggle:hover{color:#666}.password-requirements{margin-top:1rem;text-align:left;background:#fff;border:2px solid #000000;border-radius:8px;padding:1rem}.password-requirements p{margin:0 0 .5rem;font-weight:600;color:#000;font-size:.9rem}.password-requirements ul{margin:0;padding-left:1.2rem;color:#000;font-size:.85rem}.password-requirements li{margin-bottom:.25rem}.requirement-met{color:#4ade80;font-weight:500}.requirement-not-met{color:red;font-weight:500}.code-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.code-input::placeholder{color:#999;letter-spacing:.5rem}.error-message{background:#fff;border:2px solid #000000;color:#000;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.verify-button{width:100%;padding:1rem;background:#000;color:#fff;border:2px solid #000000;border-radius:8px;font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.verify-button:hover:not(:disabled){background:#fff;color:#000;transform:translateY(-1px)}.verify-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.resend-section{margin-bottom:2rem}.resend-section p{color:#000;font-size:.9rem;margin-bottom:.5rem}.resend-button{background:#fff;border:2px solid #000000;color:#000;padding:.5rem 1rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.9rem;cursor:pointer;transition:all .2s ease}.resend-button:hover:not(:disabled){background:#000;color:#fff}.resend-button:disabled{opacity:.5;cursor:not-allowed}.back-link{margin-top:1rem}.back-button{background:#fff;border:2px solid #000000;color:#000;padding:.5rem 1rem;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.9rem;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#000;color:#fff}.success-message{text-align:center}.success-message h1{color:#000;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;margin-bottom:.5rem}.center{display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative}.pulse{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 40%);animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%{opacity:.1}50%{opacity:.5}to{opacity:.1}}.activated{position:relative;z-index:2;text-align:center}.activated h2{color:#000;margin:.5rem 0;font-size:2rem}.node-id{color:#000;font-family:JetBrains Mono,monospace;font-weight:700;letter-spacing:1px;font-size:1.2rem;margin-top:.5rem}.sigil{display:inline-block;padding:1rem;background:#fff;border:1px solid #000000;border-radius:16px;margin-bottom:1rem}@media (max-width: 768px){.verification-page{padding:1rem}.verification-container{padding:2rem}.verification-header h1{font-size:1.5rem}.code-input{font-size:1.2rem;padding:.75rem}.activated h2{font-size:1.5rem}.node-id{font-size:1rem}}.company-tasks-container{max-width:1400px;margin:0 auto;padding:2rem}.company-tasks-hold{background:#0f121a;border:1px solid rgba(154,230,255,.25);border-radius:16px;padding:32px;color:#e2e8f0;box-shadow:0 16px 46px #0f121a73}.company-tasks-hold h1{margin-top:0;margin-bottom:16px;color:#fff}.company-tasks-hold ul{margin:16px 0;padding-left:20px;color:#cbd5f5}.company-tasks-header{margin-bottom:2rem}.company-tasks-header h1{color:#2c3e50;margin-bottom:.5rem}.company-info{color:#7f8c8d;font-size:1rem}.company-tasks-controls{display:flex;gap:1rem;margin-bottom:2rem;align-items:center}.filter-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer}.loading{text-align:center;padding:3rem;color:#7f8c8d;font-size:1.1rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:12px;margin:2rem 0}.empty-state h3{color:#2c3e50;margin-bottom:.5rem}.empty-state p{color:#7f8c8d}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.task-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.task-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.task-header h3{color:#2c3e50;font-size:1.1rem;margin:0;flex:1}.jira-badge{background:#0052cc;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.task-description{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.task-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.meta-item{display:flex;justify-content:space-between;font-size:.9rem}.label{color:#7f8c8d;font-weight:500}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-open{background:#e3f2fd;color:#1976d2}.status-assigned{background:#fff3e0;color:#f57c00}.status-in_progress{background:#fce4ec;color:#c2185b}.status-completed{background:#e8f5e9;color:#388e3c}.reward{color:#27ae60;font-weight:600;font-size:1rem}.task-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e1e8ed}.created-date{color:#95a5a6;font-size:.85rem}.view-details-btn{background:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.view-details-btn:hover{background:#2980b9}.payment-summary{background:#fff;color:#2c3e50;border:1px solid #e1e8ed;border-radius:12px;padding:2rem;margin-top:2rem}.payment-summary h3{margin-bottom:1.5rem;font-size:1.3rem;color:#2c3e50}.payment-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-label{color:#7f8c8d;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.stat-value{font-size:1.6rem;font-weight:700;color:#2c3e50}.company-task-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.company-task-modal-content{width:min(720px,92vw);background:#fff;color:#2c3e50;border:1px solid #e1e8ed;border-radius:12px;padding:1.5rem}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem}.auth-modal{background:#fff;border-radius:8px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.auth-modal-header h2{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:600;margin:0;color:#000}.auth-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.auth-modal-close:hover{color:#000}.auth-form{padding:1.5rem}.auth-error{background:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fcc}.auth-choice-card{background:#f4f4f4;border:1px solid #dedede;border-radius:6px;padding:1rem;margin-bottom:1rem;font-family:JetBrains Mono,monospace}.auth-choice-button{background:#000;color:#fff;border:none;padding:.75rem;border-radius:4px;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.auth-choice-button:hover{background:#333}.auth-choice-button:disabled{background:#444;cursor:not-allowed;opacity:.7}.auth-choice-cancel{background:none;border:none;color:#555;font-family:JetBrains Mono,monospace;text-decoration:underline;cursor:pointer;padding:.5rem 0}.auth-choice-cancel:hover{color:#000}.auth-field{margin-bottom:1rem}.auth-field label{display:block;margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.5px}.auth-field input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Space Mono,monospace;font-size:.9rem;transition:border-color .2s ease;box-sizing:border-box}.auth-field input:focus{outline:none;border-color:#000}.auth-field input::placeholder{color:#999}.auth-submit{width:100%;padding:.875rem;background:#000;color:#fff;border:none;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.auth-secondary{padding:.5rem .75rem;background:#000;color:#fff;border:2px solid #000;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.auth-secondary:hover{background:#222}.auth-submit:hover:not(:disabled){background:#333;transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-switch{padding:1rem 1.5rem 1.5rem;text-align:center;border-top:1px solid #eee;background:#f9f9f9}.auth-switch p{margin:0;font-family:Space Mono,monospace;font-size:.9rem;color:#666}.auth-link{background:none;border:none;color:#000;font-family:Space Mono,monospace;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;margin:0}.auth-link:hover{color:#333}@media (max-width: 480px){.auth-modal{margin:1rem;max-width:none}.auth-modal-header,.auth-form,.auth-switch{padding-left:1rem;padding-right:1rem}}.forgot-password-modal{position:relative}.instruction-text{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.forgot-password-modal .auth-field{margin-bottom:1rem}.forgot-password-modal .auth-field input:disabled{opacity:.6;cursor:not-allowed}.success-message{padding:1rem;background:#f0f8f0;border:1px solid #c3e6c3;border-radius:4px;text-align:center;margin:1rem 0}.success-message p{margin:.5rem 0;color:#2d5a2d;font-size:.9rem}@media (max-width: 480px){.forgot-password-modal{margin:1rem;max-width:none}}.user-profile{position:relative;display:inline-block;z-index:10001;overflow:visible}.user-profile-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease;font-family:JetBrains Mono,monospace}.user-profile-button:hover{background:#0000000d}.user-avatar{width:32px;height:32px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-name{font-size:.9rem;font-weight:500;color:#000;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{font-size:.7rem;color:#666;margin-left:.25rem}.user-dropdown{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:280px;z-index:99999;margin-top:.5rem;animation:dropdownSlideIn .2s ease-out;max-height:calc(100vh - 20px);overflow-y:auto}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{padding:1rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:.75rem}.user-avatar-large{width:48px;height:48px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;overflow:hidden;flex-shrink:0}.user-avatar-large img{width:100%;height:100%;object-fit:cover}.user-info{flex:1;min-width:0}.user-display-name{font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:600;color:#000;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-username{font-family:Space Mono,monospace;font-size:.8rem;color:#666;margin-bottom:.25rem}.user-credits{font-family:Space Mono,monospace;font-size:.8rem;color:#4ade80;font-weight:600}.user-dropdown-menu{padding:.5rem 0}.dropdown-item{width:100%;background:none;border:none;padding:.75rem 1rem;text-align:left;cursor:pointer;font-family:Space Mono,monospace;font-size:.9rem;color:#333;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between}.dropdown-item:hover{background:#0000000d}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background:#ef44441a}.dropdown-divider{height:1px;background:#f0f0f0;margin:.5rem 0}@media (max-width: 768px){.user-dropdown{min-width:260px;max-width:calc(100vw - 20px)}.user-name{display:none}}.notification-banner{position:fixed;top:0;left:0;right:0;z-index:10000;padding:1rem;box-shadow:0 2px 8px #00000026;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;color:#fff}.notification-icon{font-size:1.5rem;flex-shrink:0}.notification-text{flex:1;min-width:0}.notification-title{font-weight:600;font-size:1rem;margin-bottom:.25rem;font-family:JetBrains Mono,monospace}.notification-message{font-size:.9rem;opacity:.9;line-height:1.4}.notification-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.notification-action-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.notification-action-btn:hover{background:#ffffff4d;border-color:#ffffff80}.notification-dismiss-btn{background:none;border:none;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;padding:.25rem;line-height:1;opacity:.8;transition:opacity .2s ease}.notification-dismiss-btn:hover{opacity:1}body.has-notification-banner{padding-top:80px}@media (max-width: 768px){.notification-banner{padding:.75rem}.notification-content{flex-direction:column;align-items:flex-start;gap:.75rem}.notification-actions{align-self:stretch;justify-content:space-between}.notification-action-btn{flex:1}body.has-notification-banner{padding-top:120px}}.notification-banner[style*="#ff4444"]{background:linear-gradient(135deg,#f44,#c33)}.notification-banner[style*="#ff8800"]{background:linear-gradient(135deg,#f80,#c60)}.notification-banner[style*="#0066cc"]{background:linear-gradient(135deg,#06c,#049)}.reset-password-page{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:20px;color:#fff}.reset-password-container{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:50px;max-width:500px;width:100%}.reset-password-container h1{margin:0 0 10px;font-size:28px;font-weight:600}.reset-email{color:#aaa;margin-bottom:30px;font-size:14px}.reset-email strong{color:#fff}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;color:#ccc;font-size:14px;font-weight:500}.form-group input{width:100%;padding:14px;background:#0a0a0a;border:1px solid #333;border-radius:4px;color:#fff;font-size:15px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#666}.form-group input:disabled{opacity:.5;cursor:not-allowed}.password-strength{margin-top:8px;font-size:13px;padding:8px 12px;border-radius:4px}.password-strength.strong{background:#00ff641a;border:1px solid rgba(0,255,100,.3);color:#00ff64}.password-strength.weak{background:#ffa5001a;border:1px solid rgba(255,165,0,.3);color:orange}.submit-button{width:100%;padding:16px;background:#fff;color:#000;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.submit-button:hover:not(:disabled){background:#e0e0e0}.submit-button:disabled{opacity:.5;cursor:not-allowed}.error-message{margin:15px 0;padding:14px;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:4px;color:#ff6b6b;font-size:14px}.loading-spinner{text-align:center;padding:60px 20px;color:#aaa;font-size:16px}.error-state,.success-state{text-align:center;padding:40px 20px}.error-state h2,.success-state h2{margin:0 0 16px;font-size:24px}.error-state p,.success-state p{color:#aaa;margin-bottom:24px}.back-button{padding:12px 32px;background:#fff;color:#000;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover{background:#e0e0e0}.success-state h2{color:#00ff64}
