.copilot-container{position:relative;min-height:calc(100vh - 60px)}.copilot-timeline{max-width:640px;margin:0 auto;padding:2rem 1.5rem 8rem}.copilot-timeline.timeline-hidden{display:none}.copilot-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;margin-bottom:1.5rem}.copilot-header .layer-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:all .5s ease}.copilot-header .layer-dot.active{width:24px;border-radius:4px}.copilot-header .layer-dot.done{opacity:1}.copilot-header .layer-dot.feel{background:var(--feel-color)}.copilot-header .layer-dot.see{background:var(--see-color)}.copilot-header .layer-dot.think{background:var(--think-color)}.copilot-header .layer-dot.act{background:var(--act-color)}.copilot-header .layer-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);margin-left:.5rem}.copilot-welcome{max-width:640px;margin:0 auto;padding:3.5rem 1.5rem 2rem}.copilot-welcome.hidden{display:none}.copilot-hero{text-align:center;max-width:600px;margin:0 auto 2.5rem}.copilot-hero-rotate{margin-bottom:1.75rem}.copilot-hero-fixed{display:block;font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--ink-muted);letter-spacing:.01em;margin-bottom:.3rem}.copilot-hero-mask{height:3.2rem;overflow:hidden;position:relative}.copilot-hero-track{display:flex;flex-direction:column;animation:heroRotate 15s cubic-bezier(.4,0,.2,1) infinite}.copilot-hero-track span{height:3.2rem;line-height:3.2rem;display:block;font-family:var(--serif);font-size:2.2rem;font-weight:400;font-style:italic;color:var(--ink);white-space:nowrap}.copilot-hero-sub{font-family:var(--sans);font-size:.92rem;font-weight:400;line-height:1.8;color:var(--ink-muted);letter-spacing:.005em}.copilot-how{max-width:520px;margin:0 auto;padding-top:2.5rem;border-top:1px solid var(--border)}.copilot-how-title{font-family:var(--sans);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-muted);text-align:center;margin-bottom:2rem}.copilot-steps{display:flex;align-items:flex-start;gap:0}.copilot-step{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center}.copilot-step-num{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--border-light, #d0d0c8);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.9rem;color:var(--ink-muted);margin-bottom:.75rem;flex-shrink:0}.copilot-step-content h3{font-family:var(--serif);font-size:1.05rem;font-weight:500;color:var(--ink);margin-bottom:.35rem}.copilot-step-content p{font-family:var(--sans);font-size:.82rem;font-weight:400;line-height:1.55;color:var(--ink-muted);max-width:140px;margin:0 auto}.copilot-step-connector{width:40px;height:1px;background:var(--border);margin-top:16px;flex-shrink:0}@keyframes heroRotate{0%,13%{transform:translateY(0)}16%,29%{transform:translateY(-3.2rem)}32%,45%{transform:translateY(-6.4rem)}48%,61%{transform:translateY(calc(-3 * 3.2rem))}64%,77%{transform:translateY(-12.8rem)}80%,93%{transform:translateY(-16rem)}96%,to{transform:translateY(calc(-6 * 3.2rem))}}@media(max-width:768px){.copilot-welcome{min-height:auto;padding:2.5rem 1.5rem .5rem}.copilot-hero-fixed{font-size:1rem}.copilot-hero-mask{height:2.2rem}.copilot-hero-track span{font-size:1.6rem;height:2.2rem;line-height:2.2rem}.copilot-hero-sub{font-size:.85rem}.hide-mobile{display:none}.copilot-how{padding-top:2rem}.copilot-steps{flex-direction:column;align-items:stretch;gap:0}.copilot-step{flex-direction:row;text-align:left;gap:1rem;padding:.6rem 0}.copilot-step-content p{max-width:none;margin:0}.copilot-step-connector{width:1px;height:20px;margin:0 0 0 15.5px}}.copilot-block{margin-bottom:2rem;animation:copilotFadeIn .5s ease}.copilot-block.dimmed{opacity:.7}@keyframes copilotFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.copilot-question{margin-bottom:.75rem}.copilot-question .speaker{font-family:var(--sans);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:600;margin-bottom:.4rem}.copilot-question p{font-family:var(--serif);font-size:1.2rem;line-height:1.6;color:var(--ink)}.copilot-question .guidance{font-family:var(--serif);font-size:1.15rem;font-style:italic;color:var(--ink-light);line-height:1.6;margin-top:.5rem}.copilot-response{background:var(--warm-white);border-radius:8px;padding:1rem 1.25rem;margin-bottom:.75rem;border-left:3px solid var(--border)}.copilot-response p{font-family:var(--sans);font-size:1.05rem;line-height:1.65;color:var(--ink-light);white-space:pre-line}.copilot-response .meta{font-size:.75rem;color:var(--ink-muted);margin-top:.5rem;display:flex;align-items:center;gap:.4rem}.copilot-response .meta svg{width:12px;height:12px}.copilot-edit-btn{font-family:var(--sans);font-size:.75rem;color:var(--ink-muted);background:none;border:none;cursor:pointer;padding:.3rem 0;margin-top:.4rem;opacity:0;transition:opacity .2s;text-decoration:underline;text-underline-offset:2px}.copilot-response:hover .copilot-edit-btn{opacity:1}.copilot-reflection{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin-bottom:.5rem;min-height:48px}.copilot-reflection .marker{font-family:var(--sans);font-size:.8rem;color:var(--accent);font-weight:600;letter-spacing:.05em;margin-bottom:.3rem}.copilot-reflection p{font-family:var(--serif);font-size:1.15rem;line-height:1.65;color:var(--ink)}.copilot-themes{display:flex;gap:.4rem;margin-top:.5rem;margin-bottom:1rem;flex-wrap:wrap}.theme-tag{font-family:var(--sans);font-size:.8rem;padding:3px 10px;border-radius:10px;background:#2b4a3e14;color:var(--accent)}.thinking-dots{display:flex;gap:5px;padding:.5rem 0}.thinking-dots span{width:6px;height:6px;border-radius:50%;background:var(--ink-muted);animation:dotPulse 1.4s ease-in-out infinite}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.copilot-module-transition{text-align:center;padding:1.5rem 0;position:relative;margin:1rem 0}.copilot-module-transition:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--border)}.copilot-module-transition span{position:relative;background:var(--cream);padding:0 1rem;font-family:var(--sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted)}.copilot-module-transition .transition-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;position:relative}.copilot-input-title{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--ink);margin-bottom:1rem;text-align:center;display:none}.copilot-input{position:fixed;bottom:0;left:0;right:0;background:var(--cream);border-top:1px solid var(--border);padding:.75rem 1rem;z-index:10}.copilot-input.copilot-input--welcome{position:relative;max-width:520px;margin:2.5rem auto 4rem;padding:1.75rem 1.5rem 1.25rem;background:var(--warm-white);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);border-top:1px solid var(--border)}.copilot-input.copilot-input--welcome .copilot-input-title{display:block}.copilot-input-inner{max-width:640px;margin:0 auto;display:flex;gap:.75rem;align-items:flex-end}.copilot-input textarea{flex:1;padding:.75rem 1rem;font-family:var(--sans);font-size:1rem;border:1px solid var(--border);border-radius:8px;background:var(--warm-white);color:var(--ink);resize:none;line-height:1.5;min-height:44px;max-height:120px}.copilot-input textarea:focus{outline:none;border-color:var(--accent)}.voice-group{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.voice-lang-toggle{font-family:var(--sans);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted);background:none;border:1px solid var(--border);border-radius:3px;padding:1px 6px;cursor:pointer;transition:all .2s;line-height:1.4}.voice-lang-toggle:hover{border-color:var(--ink-muted);color:var(--ink)}.copilot-voice-btn{width:44px;height:44px;border-radius:50%;border:2px solid var(--accent);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.copilot-voice-btn:hover{background:var(--accent)}.copilot-voice-btn:hover svg{stroke:var(--cream)}.copilot-voice-btn svg{width:18px;height:18px;stroke:var(--accent);stroke-width:2;fill:none}.copilot-voice-btn.voice-btn--recording{border-color:var(--feel-color);animation:recordPulse 1.5s ease-in-out infinite}.copilot-voice-btn.voice-btn--recording svg{stroke:var(--feel-color)}@keyframes recordPulse{0%,to{box-shadow:0 0 #c27a5a4d}50%{box-shadow:0 0 0 8px #c27a5a00}}.copilot-send-btn{width:44px;height:44px;border-radius:50%;border:none;background:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.copilot-send-btn:hover{opacity:.8}.copilot-send-btn:disabled{opacity:.3;cursor:not-allowed}.copilot-send-btn svg{width:18px;height:18px;stroke:var(--cream);stroke-width:2;fill:none}.copilot-empty-hint{font-size:.8rem;color:var(--feel-color);text-align:center;padding:.25rem;display:block;transition:opacity .3s}.copilot-empty-hint.hidden{display:none}.copilot-input-hint{font-size:.75rem;color:var(--ink-muted);text-align:center;padding:.15rem;opacity:.8}.copilot-memo{animation:copilotFadeIn .5s ease}.copilot-memo h2{font-family:var(--serif);font-size:1.8rem;color:var(--ink);margin-bottom:.25rem}.copilot-memo-date{color:var(--ink-muted);font-size:.85rem;margin-bottom:2rem}.memo-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.memo-section:last-of-type{border-bottom:none}.memo-section h3{font-family:var(--sans);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);margin-bottom:.5rem}.memo-section p{font-family:var(--serif);font-size:1.1rem;line-height:1.65;color:var(--ink);white-space:pre-line}.memo-next-step{background:var(--accent-light);padding:1.25rem;border-radius:6px;border-bottom:none}.copilot-memo-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1rem}.btn-primary{font-family:var(--sans);font-size:.9rem;padding:.75rem 1.5rem;background:var(--ink);color:var(--cream);border:none;border-radius:6px;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-secondary{font-family:var(--sans);font-size:.9rem;padding:.75rem 1.5rem;background:transparent;color:var(--ink);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:border-color .2s;text-decoration:none}.btn-secondary:hover{border-color:var(--ink-muted)}.copilot-loading{text-align:center;padding:2rem 0}.copilot-loading-text{font-family:var(--serif);font-style:italic;color:var(--ink-light);font-size:1rem;margin-bottom:1rem}.framework-picker{animation:copilotFadeIn .5s ease}.framework-picker-intro{font-family:var(--serif);font-size:1.1rem;color:var(--ink-light);margin-bottom:1.25rem;font-style:italic}.framework-card{display:flex;gap:.75rem;padding:1rem 1.25rem;margin-bottom:.75rem;background:var(--warm-white);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s;align-items:flex-start}.framework-card:hover{border-color:var(--accent)}.framework-card.selected{border-color:var(--accent);background:var(--accent-light)}.framework-card-check{width:20px;height:20px;border-radius:4px;border:2px solid var(--border);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .2s}.framework-card.selected .framework-card-check{border-color:var(--accent);background:var(--accent);color:var(--cream)}.framework-card-check:after{content:""}.framework-card.selected .framework-card-check:after{content:"✓";font-size:.75rem;color:var(--cream);font-weight:700}.framework-card-content{flex:1}.framework-card-title{font-family:var(--sans);font-size:.95rem;font-weight:600;color:var(--ink);margin-bottom:.2rem}.framework-card-tagline{font-family:var(--serif);font-size:.9rem;color:var(--ink-light);font-style:italic;margin-bottom:.3rem}.framework-card-activity{font-family:var(--sans);font-size:.8rem;color:var(--ink-light);line-height:1.4;margin-bottom:.3rem}.framework-card-reason{font-family:var(--sans);font-size:.8rem;color:var(--accent);line-height:1.4}.framework-explore-toggle{font-family:var(--sans);font-size:.85rem;color:var(--ink-muted);background:none;border:none;cursor:pointer;padding:.5rem 0;transition:color .2s;display:block;margin:.5rem 0}.framework-explore-toggle:hover{color:var(--ink)}.framework-explore-list{max-height:0;overflow:hidden;transition:max-height .3s ease}.framework-explore-list.open{max-height:500px}.framework-picker-actions{display:flex;gap:1rem;margin-top:1.25rem;align-items:center}.framework-picker-hint{font-family:var(--sans);font-size:.8rem;color:var(--feel-color)}.copilot-progress{position:sticky;top:60px;z-index:50;background:var(--cream);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;gap:.75rem;max-width:640px;margin:0 auto}.progress-dots{display:flex;gap:.5rem;align-items:center}.progress-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--border);background:transparent;transition:all .3s}.progress-dot.done{background:var(--accent);border-color:var(--accent)}.progress-dot.current{border-color:var(--accent);box-shadow:0 0 0 3px #2b4a3e26}.progress-connector{width:16px;height:2px;background:var(--border);transition:background .3s}.progress-connector.done{background:var(--accent)}.progress-label{font-family:var(--sans);font-size:.8rem;color:var(--ink-muted);margin-left:auto;white-space:nowrap}@media(max-width:640px){.copilot-timeline{padding-left:1rem;padding-right:1rem}.copilot-question p{font-size:1.1rem}.copilot-input-inner{gap:.5rem}.copilot-memo-actions{flex-wrap:wrap}.framework-card{padding:.75rem 1rem}.copilot-progress{top:50px;padding:.5rem 1rem}.progress-label{font-size:.7rem}}@media(hover:none){.copilot-edit-btn{opacity:.6}}
