@mukulaggarwal/pacman 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/{chunk-DNI6TIXZ.js → chunk-LKKDJ5A7.js} +3 -3
- package/dist/{chunk-WH3UMGHQ.js → chunk-S5ZLV5QT.js} +2 -2
- package/dist/{chunk-YJ32S56Q.js → chunk-X6CHTBN2.js} +5 -3
- package/dist/chunk-X6CHTBN2.js.map +1 -0
- package/dist/daemon.js +1 -1
- package/dist/{dist-WFQSK6BF.js → dist-6XSJ2XC4.js} +48 -7
- package/dist/dist-6XSJ2XC4.js.map +1 -0
- package/dist/{dist-RFHCRKM3.js → dist-GJFZVMLI.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp-compat.js +2 -2
- package/dist/onboarding-server.js +1684 -93
- package/dist/onboarding-server.js.map +1 -1
- package/dist/onboarding-web/assets/index-BwF9HPxA.css +1 -0
- package/dist/onboarding-web/assets/index-C0NQ8pNs.js +99 -0
- package/dist/onboarding-web/index.html +2 -2
- package/dist/slack-listener.d.ts +3 -0
- package/dist/slack-listener.js +146 -7
- package/dist/slack-listener.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-YJ32S56Q.js.map +0 -1
- package/dist/dist-WFQSK6BF.js.map +0 -1
- package/dist/onboarding-web/assets/index-BOAOMlJT.css +0 -1
- package/dist/onboarding-web/assets/index-roRRNUhE.js +0 -71
- /package/dist/{chunk-DNI6TIXZ.js.map → chunk-LKKDJ5A7.js.map} +0 -0
- /package/dist/{chunk-WH3UMGHQ.js.map → chunk-S5ZLV5QT.js.map} +0 -0
- /package/dist/{dist-RFHCRKM3.js.map → dist-GJFZVMLI.js.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--pac-yellow: #FFD700;--pac-yellow-glow: rgba(255, 215, 0, .35);--pac-yellow-dim: rgba(255, 215, 0, .12);--ghost-red: #FF1744;--ghost-pink: #FF80AB;--ghost-cyan: #00E5FF;--ghost-orange: #FFAB40;--maze-blue: #1A1AFF;--maze-blue-glow: rgba(26, 26, 255, .25);--maze-wall: #2929cc;--bg-base: #060614;--bg-surface: #0c0c24;--bg-elevated: #14143a;--bg-input: #0a0a20;--bg-inset: #050510;--border: #1e1e5a;--border-hover: #2e2e8a;--border-focus: var(--pac-yellow);--accent: var(--pac-yellow);--accent-hover: #e6c200;--accent-subtle: rgba(255, 215, 0, .06);--accent-dim: rgba(255, 215, 0, .14);--text-primary: #e4e4ff;--text-secondary: #9898cc;--text-muted: #6464aa;--text-dim: #404088;--success: #00FF88;--success-subtle: rgba(0, 255, 136, .06);--success-dim: rgba(0, 255, 136, .14);--error: #FF4466;--error-subtle: rgba(255, 68, 102, .06);--warning: var(--pac-yellow);--warning-subtle: rgba(255, 215, 0, .06);--font-pixel: "Press Start 2P", monospace;--font-display: "Orbitron", sans-serif;--font-body: "Lexend", sans-serif;--font-mono: "Fira Code", "JetBrains Mono", monospace;--radius-lg: 16px;--radius: 12px;--radius-sm: 8px;--radius-xs: 6px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg-base);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(26,26,255,.06) 0%,transparent 70%),repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(26,26,255,.03) 39px,rgba(26,26,255,.03) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(26,26,255,.03) 39px,rgba(26,26,255,.03) 40px);pointer-events:none;z-index:0}#root{position:relative;z-index:1}.container{max-width:740px;margin:0 auto;padding:2rem 2rem 3rem}.container:has(.template-preview){max-width:960px}.container:has(.landing){max-width:900px;padding:0 2rem 3rem}.container.container-with-sidebar{max-width:1180px}.onboarding-shell.with-summary{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;align-items:start}.onboarding-main{min-width:0}.onboarding-summary-sidebar{position:sticky;top:1.5rem}.onboarding-summary-mobile-wrap{display:none;margin-bottom:1rem}.onboarding-summary-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-display);font-size:.78rem;letter-spacing:.03em}.onboarding-summary-panel{display:grid;gap:.9rem;padding:1rem;background:linear-gradient(180deg,#0c0c24fa,#050510fa);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 18px 40px #0003}.onboarding-summary-panel.mobile{margin-top:.75rem}.onboarding-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.onboarding-summary-kicker{display:inline-block;margin-bottom:.35rem;font-family:var(--font-pixel);font-size:.42rem;color:var(--pac-yellow);letter-spacing:.04em}.onboarding-summary-header h3{font-family:var(--font-display);font-size:.9rem;color:var(--text-primary)}.onboarding-summary-count{font-size:.72rem;color:var(--text-dim);white-space:nowrap}.onboarding-summary-list{display:grid;gap:.75rem}.onboarding-summary-card{width:100%;display:grid;gap:.7rem;padding:.9rem;text-align:left;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);transition:border-color .2s ease,transform .2s ease,background .2s ease}.onboarding-summary-card:not(:disabled):hover{border-color:var(--border-hover);background:var(--bg-surface);transform:translateY(-1px)}.onboarding-summary-card.current{border-color:#ffd70047;background:var(--pac-yellow-dim)}.onboarding-summary-card:disabled{opacity:.55;cursor:not-allowed}.onboarding-summary-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.onboarding-summary-card-title{display:flex;align-items:flex-start;gap:.8rem}.onboarding-summary-step{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-elevated);border:1px solid var(--border);color:var(--pac-yellow);font-family:var(--font-pixel);font-size:.45rem;flex-shrink:0}.onboarding-summary-card-title strong{display:block;color:var(--text-primary);font-size:.85rem;margin-bottom:.2rem}.onboarding-summary-card-title span{display:block;font-size:.74rem;line-height:1.45;color:var(--text-dim)}.onboarding-summary-action{font-size:.72rem;color:var(--pac-yellow);white-space:nowrap}.onboarding-summary-lines{display:grid;gap:.32rem}.onboarding-summary-lines span{font-size:.76rem;line-height:1.45;color:var(--text-secondary)}.landing{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-hero{text-align:center;padding:4rem 0 3rem;position:relative}.landing-hero:before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(255,215,0,.06) 0%,transparent 70%);pointer-events:none}.pac-scene{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:2rem;position:relative}.pac-trail-dot{width:8px;height:8px;border-radius:50%;background:var(--pac-yellow);box-shadow:0 0 6px var(--pac-yellow-glow);opacity:.9}.pac-trail-dot.eaten{opacity:.1;box-shadow:none}.pac-trail-dot.power{width:14px;height:14px;animation:powerPulse 1s ease-in-out infinite}@keyframes powerPulse{0%,to{box-shadow:0 0 6px var(--pac-yellow-glow);transform:scale(1)}50%{box-shadow:0 0 18px var(--pac-yellow-glow);transform:scale(1.3)}}.pacman-char{width:36px;height:36px;position:relative}.pacman-char:before,.pacman-char:after{content:"";position:absolute;left:0;width:36px;height:18px;background:var(--pac-yellow)}.pacman-char:before{top:0;border-radius:18px 18px 0 0;transform-origin:bottom center;animation:chompTop .3s ease-in-out infinite alternate}.pacman-char:after{bottom:0;border-radius:0 0 18px 18px;transform-origin:top center;animation:chompBottom .3s ease-in-out infinite alternate}@keyframes chompTop{0%{transform:rotate(0)}to{transform:rotate(-18deg)}}@keyframes chompBottom{0%{transform:rotate(0)}to{transform:rotate(18deg)}}.pacman-char-small{width:22px;height:22px}.pacman-char-small:before,.pacman-char-small:after{width:22px;height:11px}.pacman-char-small:before{border-radius:11px 11px 0 0}.pacman-char-small:after{border-radius:0 0 11px 11px}.landing-brand{font-family:var(--font-pixel);font-size:2.5rem;color:var(--pac-yellow);text-shadow:0 0 20px var(--pac-yellow-glow),0 0 60px rgba(255,215,0,.15);margin-bottom:.75rem;letter-spacing:.1em}.landing-subtitle{font-family:var(--font-display);font-size:.85rem;font-weight:400;color:var(--text-secondary);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.landing-privacy-callout{max-width:720px;margin:0 auto 1.4rem;padding:1.1rem 1.2rem 1rem;background:radial-gradient(circle at top,rgba(255,215,0,.12),transparent 58%),linear-gradient(180deg,#12182ff2,#0a0e1ceb);border:1px solid rgba(255,215,0,.14);border-radius:var(--radius);box-shadow:0 18px 48px #0000003d,inset 0 1px #ffffff08}.landing-privacy-kicker{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pac-yellow);margin-bottom:.45rem}.landing-privacy-headline{font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.45rem);line-height:1.1;font-weight:800;color:var(--text-primary);max-width:14ch;margin:0 auto .65rem;text-wrap:balance}.landing-privacy-tagline{font-size:.98rem;line-height:1.6;color:var(--text-secondary);max-width:42rem;margin:0 auto}.landing-privacy-strip{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem;margin-top:.8rem}.landing-privacy-strip span{display:inline-flex;align-items:center;padding:.28rem .7rem;border-radius:999px;background:#ffd70014;border:1px solid rgba(255,215,0,.12);color:var(--text-primary);font-family:var(--font-display);font-size:.74rem;font-weight:600;letter-spacing:.02em}.landing-tagline{font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);font-weight:300;max-width:480px;margin:0 auto;line-height:1.6}.ghost-section{padding:2rem 0}.section-heading{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text-primary);text-align:center;margin-bottom:2rem;letter-spacing:.04em;text-wrap:balance}.ghost-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch}.ghost-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:left;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1rem;min-height:100%;transition:border-color .3s,transform .3s,box-shadow .3s}.ghost-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000038}.ghost-card:before{content:"";position:absolute;right:-36px;bottom:-44px;width:140px;height:140px;border-radius:50%;opacity:.06;pointer-events:none}.ghost-card.ghost-red{border-color:#ff174433}.ghost-card.ghost-red:hover{border-color:#ff174466}.ghost-card.ghost-red:before{background:var(--ghost-red)}.ghost-card.ghost-pink{border-color:#ff80ab33}.ghost-card.ghost-pink:hover{border-color:#ff80ab66}.ghost-card.ghost-pink:before{background:var(--ghost-pink)}.ghost-card.ghost-cyan{border-color:#00e5ff33}.ghost-card.ghost-cyan:hover{border-color:#00e5ff66}.ghost-card.ghost-cyan:before{background:var(--ghost-cyan)}.ghost-card-top{display:flex;align-items:flex-start;gap:1rem}.ghost-card-copy{flex:1;min-width:0}.ghost-icon{width:56px;height:56px;margin:0;flex-shrink:0;animation:ghostFloat 3s ease-in-out infinite}.ghost-icon svg{width:100%;height:100%}@keyframes ghostFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ghost-card h3{font-family:var(--font-display);font-size:.9rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.03em}.ghost-card.ghost-red h3{color:var(--ghost-red)}.ghost-card.ghost-pink h3{color:var(--ghost-pink)}.ghost-card.ghost-cyan h3{color:var(--ghost-cyan)}.ghost-card.ghost-orange{border-color:#ffab4033}.ghost-card.ghost-orange:hover{border-color:#ffab4066}.ghost-card.ghost-orange:before{background:var(--ghost-orange)}.ghost-card.ghost-orange h3{color:var(--ghost-orange)}.ghost-problem{font-size:.84rem;color:var(--text-muted);line-height:1.6;margin-bottom:0}.ghost-solution{display:grid;gap:.45rem;margin-top:auto;padding:.9rem 1rem;background:linear-gradient(180deg,#ffd7001a,#ffd7000a);border:1px solid rgba(255,215,0,.14);border-radius:var(--radius-sm)}.ghost-solution-kicker{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-size:.68rem;font-weight:600;letter-spacing:.08em;color:var(--pac-yellow);text-transform:uppercase}.ghost-solution-title{font-size:.92rem;font-weight:600;color:var(--text-primary);line-height:1.4}.ghost-solution-detail{font-size:.78rem;color:var(--text-secondary);line-height:1.55}.comparison-section{padding:2.5rem 0}.comparison-stack{display:grid;gap:1.4rem}.comparison-example{display:grid;gap:.7rem}.comparison-example-title{font-family:var(--font-display);font-size:.82rem;font-weight:600;color:var(--pac-yellow);letter-spacing:.04em;text-transform:uppercase}.comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch}.comparison-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.comparison-label{display:block;font-family:var(--font-pixel);font-size:.55rem;letter-spacing:.1em;padding:.625rem 1rem;border-bottom:1px solid var(--border)}.comparison-card.before .comparison-label{color:var(--ghost-red);background:#ff17440a}.comparison-card.after .comparison-label{color:var(--success);background:#00ff880a}.mock-chat{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mock-msg{display:flex;gap:.6rem;align-items:flex-start}.mock-avatar{width:28px;height:28px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;font-family:var(--font-mono)}.mock-avatar.user{background:var(--maze-wall);color:#fff}.mock-avatar.bot{background:var(--pac-yellow-dim);color:var(--pac-yellow)}.mock-msg-body{flex:1}.mock-msg-name{font-size:.72rem;font-weight:600;margin-bottom:.25rem}.mock-msg-name .badge{font-size:.55rem;background:var(--bg-elevated);color:var(--text-dim);padding:1px 5px;border-radius:3px;font-weight:500;margin-left:4px;vertical-align:middle}.mock-msg-text{font-size:.78rem;line-height:1.55;color:var(--text-secondary)}.mock-msg-text.dim{color:var(--text-muted);font-style:italic}.mock-msg-text.bright{color:var(--text-primary)}.comparison-arrow{display:flex;align-items:center;justify-content:center;padding:0 .25rem}.comparison-arrow-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.comparison-arrow .pacman-char-small{animation:chompSlide 2s ease-in-out infinite}@keyframes chompSlide{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.landing-cta{text-align:center;padding:2.5rem 0 1rem}.btn-start{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:var(--pac-yellow);color:#060614;font-family:var(--font-display);font-size:.95rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;letter-spacing:.04em;box-shadow:0 0 20px var(--pac-yellow-glow),0 4px 16px #0006;transition:all .25s}.btn-start:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 0 40px var(--pac-yellow-glow),0 6px 24px #00000080}.btn-start:active{transform:translateY(0) scale(1)}.btn-start .pacman-char-small:before,.btn-start .pacman-char-small:after{background:#060614}@media(max-width:920px){.container:has(.landing){max-width:760px}.ghost-grid,.comparison-grid{grid-template-columns:1fr}.comparison-arrow{padding:.25rem 0}.comparison-arrow-inner{flex-direction:row}.comparison-arrow svg{transform:rotate(90deg)}.project-structure-manager-top,.project-structure-editor-header,.project-structure-form-grid,.project-structure-inline-create{grid-template-columns:1fr;flex-direction:column}.project-structure-add-btn{width:100%}}@media(max-width:720px){.container{padding:1.5rem 1rem 2.5rem}.container:has(.landing){padding:0 1rem 2.5rem}.landing-hero{padding:3rem 0 2.5rem}.landing-hero:before{top:10%;width:320px;height:320px}.landing-brand{font-size:1.85rem}.landing-subtitle{font-size:.72rem}.landing-privacy-callout{padding:.95rem .9rem .9rem;margin-bottom:1.15rem}.landing-privacy-headline{font-size:1.7rem;max-width:none}.landing-privacy-tagline{font-size:.92rem}.landing-tagline{font-size:1rem;max-width:none}.ghost-card{padding:1.25rem}.project-structure-editor-panel{padding:.9rem}.project-structure-check-item{padding:.6rem .65rem}.ghost-card-top{flex-direction:column;gap:.85rem}.ghost-icon{width:48px;height:48px}.btn-start{width:100%;justify-content:center;padding:1rem 1.5rem}}@media(max-width:520px){.pac-scene{gap:8px}.section-heading{font-size:1rem;margin-bottom:1.5rem}.ghost-solution{padding:.8rem .9rem}.mock-chat{padding:.875rem}.project-structure-grid{grid-template-columns:1fr}}.pac-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;position:relative;padding:0 1rem}.pac-progress:before{content:"";position:absolute;top:50%;left:2rem;right:2rem;height:2px;background:var(--border);transform:translateY(-50%);z-index:0}.pac-progress:after{content:"";position:absolute;top:50%;left:2rem;height:2px;width:var(--eaten-width, 0%);background:linear-gradient(90deg,var(--pac-yellow-dim),var(--pac-yellow-dim));transform:translateY(-50%);z-index:0;transition:width .5s ease}.pac-progress-step{display:flex;flex-direction:column;align-items:center;gap:.625rem;position:relative;z-index:1;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pac-progress-step.locked{cursor:not-allowed}.pac-progress-step.clickable:hover .pac-step-label{color:var(--text-primary)}.pac-progress-step:disabled{opacity:.55}.pac-dot{width:10px;height:10px;border-radius:50%;background:var(--pac-yellow);box-shadow:0 0 8px var(--pac-yellow-glow);transition:all .4s ease}.pac-progress-step.eaten .pac-dot{width:6px;height:6px;background:var(--pac-yellow-dim);box-shadow:none;opacity:.4}.pac-progress-step.current .pac-dot{width:0;height:0;opacity:0}.pac-step-label{font-family:var(--font-display);font-size:.55rem;font-weight:500;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:color .3s}.pac-progress-step.eaten .pac-step-label{color:var(--pac-yellow);opacity:.5}.pac-progress-step.current .pac-step-label{color:var(--pac-yellow)}.pac-progress-pacman{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:left .5s cubic-bezier(.4,0,.2,1)}.step-header{margin-bottom:2.5rem}.step-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.step-counter{font-family:var(--font-pixel);font-size:.55rem;color:var(--text-muted);letter-spacing:.06em}.step-name{font-family:var(--font-display);font-size:.7rem;font-weight:500;color:var(--pac-yellow);letter-spacing:.08em;text-transform:uppercase}.progress-track{height:3px;background:var(--border);border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,var(--pac-yellow),var(--accent-hover));border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px var(--pac-yellow-glow)}h1{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:.02em;line-height:1.2}h2{font-family:var(--font-body);font-size:1rem;margin-bottom:1.5rem;color:var(--text-secondary);font-weight:400;line-height:1.5}.step-content{animation:stepIn .45s ease-out}@keyframes stepIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}label{display:block;margin-bottom:.375rem;color:var(--text-secondary);font-size:.85rem;font-weight:500}input,select,textarea{width:100%;padding:.8rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s}input::placeholder,textarea::placeholder{color:var(--text-dim)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--pac-yellow);box-shadow:0 0 0 3px var(--pac-yellow-dim),0 0 12px #ffd70014}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236464aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}textarea{min-height:200px;font-family:var(--font-mono);font-size:.85rem;resize:vertical}.form-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field,.form-field input,.form-field select{margin-bottom:0}.form-section{margin-bottom:1.5rem}.field-label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.01em}.field-hint{display:block;font-size:.78rem;color:var(--text-dim);margin-top:.35rem;line-height:1.5}.field-error{display:block;font-size:.76rem;color:var(--error);margin-top:.45rem;line-height:1.4}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.profile-card{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.profile-card:hover{border-color:var(--border-hover);background:var(--bg-elevated)}.profile-card.selected{border-color:var(--pac-yellow);background:var(--pac-yellow-dim);box-shadow:0 0 12px #ffd70014}.profile-indicator{width:3px;height:28px;border-radius:2px;flex-shrink:0;opacity:.7;transition:opacity .2s}.profile-card.selected .profile-indicator{opacity:1;box-shadow:0 0 8px currentColor}.profile-info{display:flex;flex-direction:column;gap:1px}.profile-name{font-weight:600;font-size:.85rem;color:var(--text-primary)}.profile-desc{font-size:.72rem;color:var(--text-muted);line-height:1.4}button{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,var(--pac-yellow) 0%,var(--accent-hover) 100%);color:#060614;box-shadow:0 2px 8px #0000004d,0 0 16px #ffd7001f}.btn-primary:hover:not(:disabled){box-shadow:0 4px 16px #0000004d,0 0 28px #ffd70033;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.35;cursor:not-allowed;transform:none}.btn-secondary{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border);color:var(--text-primary);border-color:var(--border-hover)}.btn-secondary:disabled{opacity:.35;cursor:not-allowed}.btn-group{display:flex;gap:.75rem;margin-top:2rem}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.checkbox-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-size:.875rem;color:var(--text-secondary);transition:all .2s}.checkbox-item:hover{border-color:var(--border-hover);color:var(--text-primary)}.checkbox-item input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--pac-yellow);flex-shrink:0}.radio-group{display:flex;gap:.75rem;margin-bottom:1.25rem}.radio-item{flex:1;padding:1.25rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;transition:all .2s}.radio-item:hover{border-color:var(--border-hover);background:var(--bg-elevated)}.radio-item.selected{border-color:var(--pac-yellow);background:var(--pac-yellow-dim);box-shadow:0 0 12px #ffd70014}.radio-item strong{color:var(--text-primary)}.radio-item small{color:var(--text-muted);font-size:.78rem}.integration-section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.integration-count{font-family:var(--font-pixel);font-size:.5rem;color:var(--success);background:var(--success-subtle);padding:6px 12px;border-radius:99px;letter-spacing:.02em}.recommendation-banner{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--pac-yellow-dim);border:1px solid rgba(255,215,0,.15);border-radius:var(--radius-sm);margin-bottom:1.25rem;font-size:.82rem;color:var(--pac-yellow)}.recommendation-banner .pacman-char-small{flex-shrink:0}.recommended-badge{font-family:var(--font-pixel);font-size:.42rem;color:var(--pac-yellow);background:var(--pac-yellow-dim);padding:3px 8px;border-radius:99px;letter-spacing:.04em;border:1px solid rgba(255,215,0,.2);white-space:nowrap}.folder-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.folder-section-title{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.35rem;display:flex;align-items:center;gap:.5rem}.folder-section-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.folder-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.folder-row{display:grid;grid-template-columns:1fr auto 1fr auto;gap:.5rem;align-items:center;padding:.5rem .75rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm)}.folder-row input{margin-bottom:0;padding:.55rem .75rem;font-size:.82rem}.folder-row .btn-browse{padding:.55rem .75rem;font-size:.75rem;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.folder-row .btn-browse:hover{border-color:var(--border-hover);color:var(--text-primary)}.folder-row .btn-remove{padding:.4rem .6rem;background:transparent;border:1px solid transparent;color:var(--text-dim);font-size:1rem;line-height:1}.folder-row .btn-remove:hover{color:var(--error);border-color:var(--error-subtle);background:var(--error-subtle)}.btn-add-folder{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.8rem;font-weight:500;background:var(--bg-surface);border:1px dashed var(--border);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.btn-add-folder:hover{border-color:var(--pac-yellow);color:var(--pac-yellow);background:var(--pac-yellow-dim)}.project-structure-banner{display:grid;gap:.35rem;padding:1rem 1.1rem;margin-bottom:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.project-structure-banner strong{color:var(--pac-yellow);font-family:var(--font-display);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.project-structure-banner span{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.project-structure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:1rem}.project-structure-manager{display:grid;gap:1rem;margin-bottom:1rem}.project-structure-manager-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.project-structure-manager-title{font-family:var(--font-display);font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem}.project-structure-manager-copy{font-size:.8rem;color:var(--text-muted);line-height:1.55;max-width:52rem}.project-structure-add-btn{white-space:nowrap}.project-structure-card-shell{position:relative}.project-structure-card-shell.active .project-structure-card{border-color:#ffd7004d;box-shadow:0 0 0 1px #ffd70014}.project-structure-card{display:grid;gap:.65rem;width:100%;padding:1rem;text-align:left;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.project-structure-card-shell .project-structure-card{padding-right:2.6rem}.project-structure-card.active{border-color:#ffd7004d;box-shadow:0 0 0 1px #ffd70014}.project-structure-card-delete{position:absolute;top:.7rem;right:.7rem;width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--text-dim)}.project-structure-card-delete:hover{color:var(--error);border-color:var(--error-subtle);background:var(--error-subtle)}.project-structure-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.project-structure-card-top strong{color:var(--text-primary);font-size:.9rem;font-family:var(--font-display)}.project-structure-card-top span{color:var(--text-dim);font-size:.74rem;white-space:nowrap}.project-structure-card p{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.project-structure-meta{display:flex;flex-wrap:wrap;gap:.45rem}.project-structure-chip{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;background:var(--pac-yellow-dim);color:var(--pac-yellow);font-size:.72rem;line-height:1.2}.project-structure-chip.muted{background:var(--bg-inset);color:var(--text-secondary);border:1px solid var(--border)}.project-structure-editor-panel{display:grid;gap:1rem;padding:1rem 1.1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.project-structure-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.project-structure-editor-header strong{display:block;font-family:var(--font-display);font-size:.9rem;color:var(--text-primary);margin-bottom:.2rem}.project-structure-editor-header span{color:var(--text-muted);font-size:.76rem}.project-structure-editor-badge{font-family:var(--font-mono);font-size:.64rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .55rem;border-radius:999px;background:var(--pac-yellow-dim);color:var(--pac-yellow);white-space:nowrap}.project-save-btn{font-size:.76rem!important;padding:.4rem .85rem!important;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.project-save-btn.saved{background:#22c55e1a!important;border-color:var(--success, #22c55e)!important;color:var(--success, #22c55e)!important}.project-save-btn.error{background:var(--error-subtle)!important;border-color:var(--error)!important;color:var(--error)!important}.project-structure-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.project-structure-field{display:grid;gap:.45rem}.project-structure-field label{margin-bottom:0;font-size:.76rem;color:var(--text-muted);font-weight:600;letter-spacing:.03em}.project-structure-field input,.project-structure-field textarea,.project-structure-field select{margin-bottom:0;background:var(--bg-inset)}.project-structure-field textarea{min-height:96px;resize:vertical}.project-structure-path{min-height:44px;display:flex;align-items:center;padding:.75rem .9rem;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-family:var(--font-mono);font-size:.78rem}.project-structure-check-grid{display:grid;gap:.5rem}.project-structure-check-item{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.8rem;line-height:1.45;cursor:pointer}.project-structure-check-item:hover{border-color:var(--border-hover)}.project-structure-check-item input{width:16px;height:16px;margin:0;margin-top:.15rem;accent-color:var(--pac-yellow);flex-shrink:0}.project-structure-template-list{display:grid;gap:.45rem}.project-structure-template-item{display:flex;align-items:center;gap:.5rem;padding:.55rem .7rem;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius-sm)}.project-structure-template-item button{padding:0;background:transparent;border:none;color:var(--text-secondary);font-family:var(--font-mono);font-size:.76rem;text-align:left;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-structure-template-item button:hover{color:var(--pac-yellow)}.project-structure-template-remove{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;color:var(--text-dim);cursor:pointer;flex-shrink:0}.project-structure-template-remove:hover{background:var(--error-subtle);color:var(--error)}.project-structure-inline-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;margin-top:.75rem}.project-structure-inline-create input{margin-bottom:0;background:var(--bg-inset)}.project-structure-help{font-size:.78rem;color:var(--text-dim);line-height:1.55}.project-source-accordion{display:grid;gap:.75rem}.project-source-accordion-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-inset);overflow:hidden}.project-source-accordion-item.open{border-color:var(--border-hover)}.project-source-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer}.project-source-accordion-trigger:hover{background:#ffffff05}.project-source-accordion-copy{display:grid;gap:.24rem;min-width:0}.project-source-accordion-title{font-family:var(--font-display);font-size:.92rem;color:var(--text-primary)}.project-source-accordion-summary{font-size:.77rem;color:var(--text-dim);line-height:1.55}.project-source-accordion-meta{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.project-source-accordion-badge{padding:.32rem .58rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);font-family:var(--font-mono);font-size:.64rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.project-source-accordion-badge.active{background:var(--pac-yellow-dim);border-color:transparent;color:var(--pac-yellow)}.project-source-accordion-chevron{color:var(--text-dim);font-size:.8rem}.project-source-accordion-panel{display:grid;gap:.75rem;padding:0 1rem 1rem;border-top:1px solid var(--border)}.project-source-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.project-source-empty{padding:.85rem .9rem;background:var(--bg-surface);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.78rem;line-height:1.55}.project-source-inline-btn{padding:.45rem .7rem;font-size:.74rem;flex-shrink:0}.project-source-multi-select{width:100%;min-height:132px;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-secondary)}.project-source-multi-select option{padding:.25rem .3rem}@media(max-width:720px){.project-source-accordion-trigger,.project-source-panel-head{align-items:flex-start;flex-direction:column}.project-source-accordion-meta{width:100%;justify-content:space-between}.project-source-inline-btn{width:100%;justify-content:center}}.project-structure-empty-state{padding:1rem 1.1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-size:.82rem;line-height:1.6}.template-preview{display:flex;height:520px;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.5rem}.template-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1rem;color:var(--text-muted);font-family:var(--font-body)}.template-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--pac-yellow);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.kg-loader{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1rem;width:100%}.kg-loader-graph{position:relative;width:280px;height:200px}.kg-loader-graph svg{width:100%;height:100%;overflow:visible}.kg-edge{stroke:var(--border);stroke-width:1.5;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:kg-edge-draw 1.2s ease forwards}.kg-edge.active{stroke:var(--pac-yellow);stroke-width:2;filter:drop-shadow(0 0 3px rgba(255,215,0,.3))}@keyframes kg-edge-draw{to{stroke-dashoffset:0}}.kg-node{animation:kg-node-pop .4s cubic-bezier(.34,1.56,.64,1) forwards;opacity:0;transform-origin:center}@keyframes kg-node-pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.kg-node circle{fill:var(--bg-surface);stroke:var(--border);stroke-width:2;transition:stroke .3s,fill .3s}.kg-node.active circle{stroke:var(--pac-yellow);fill:var(--pac-yellow-dim, rgba(255, 215, 0, .1));filter:drop-shadow(0 0 6px rgba(255,215,0,.4))}.kg-node.built circle{stroke:var(--success, #22c55e);fill:#22c55e1a}.kg-node text{font-family:var(--font-body);font-size:7px;fill:var(--text-secondary);text-anchor:middle;dominant-baseline:central;pointer-events:none}.kg-node.active text{fill:var(--pac-yellow);font-weight:600}.kg-node.built text{fill:var(--success, #22c55e)}.kg-loader-status{display:flex;flex-direction:column;align-items:center;gap:.4rem}.kg-loader-title{font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--text-primary);letter-spacing:.02em}.kg-loader-detail{font-size:.78rem;color:var(--text-muted)}.kg-pulse{animation:kg-pulse 2s ease-in-out infinite}@keyframes kg-pulse{0%,to{opacity:.4}50%{opacity:1}}.context-details-preview{background:var(--bg-input);border:1px solid var(--border);border-radius:6px;padding:1rem;font-size:.82rem;line-height:1.55;color:var(--text-secondary);max-height:320px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;font-family:var(--font-mono)}.advanced-settings-section{margin-top:1rem;border-top:1px solid var(--border);padding-top:.75rem}.advanced-settings-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-secondary);font-family:var(--font-display);font-size:.9rem;cursor:pointer;padding:.4rem 0;width:100%;text-align:left}.advanced-settings-toggle:hover{color:var(--pac-yellow)}.advanced-settings-content{padding-top:.75rem}.file-tree-collapsible{margin-top:1.5rem}.file-tree-collapsible>summary{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.95rem;color:var(--text-secondary);cursor:pointer;padding:.6rem 0;border-top:1px solid var(--border);list-style:none}.file-tree-collapsible>summary::-webkit-details-marker{display:none}.file-tree-collapsible>summary:before{content:"▸";font-size:.8rem;transition:transform .15s}.file-tree-collapsible[open]>summary:before{content:"▾"}.file-tree-collapsible>summary:hover{color:var(--pac-yellow)}.template-error{display:flex;align-items:center;justify-content:center;width:100%;color:var(--error);font-size:.9rem}.template-sidebar{width:200px;min-width:200px;background:var(--bg-input);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.template-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-family:var(--font-display);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border)}.template-sidebar-actions{display:flex;gap:.25rem}.template-action-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:var(--radius-xs);color:var(--text-muted);cursor:pointer;transition:all .15s}.template-action-btn:hover{background:var(--border);color:var(--pac-yellow)}.template-file-tab{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem 1rem;background:transparent;border:none;border-left:2px solid transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:.8rem;cursor:pointer;text-align:left;transition:all .15s}.template-file-tab:hover{background:var(--bg-elevated)}.template-file-tab.active{background:var(--bg-inset);border-left-color:var(--pac-yellow);color:var(--text-primary)}.template-file-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-family:var(--font-mono);font-size:.65rem;font-weight:700;flex-shrink:0}.template-file-icon.icon-m{background:var(--pac-yellow-dim);color:var(--pac-yellow)}.template-file-icon.icon-j{background:#ffab401f;color:var(--ghost-orange)}.template-file-icon.icon-y{background:#ff80ab1f;color:var(--ghost-pink)}.template-file-icon.icon-f{background:#6464aa1f;color:var(--text-muted)}.template-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-file-lines{font-family:var(--font-mono);font-size:.65rem;color:var(--text-dim);flex-shrink:0}.template-managed-badge{font-family:var(--font-mono);font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.16rem .35rem;border-radius:999px;background:#4285f424;color:#9ec3ff;flex-shrink:0}.template-folder-group{display:flex;flex-direction:column}.template-folder-row{display:flex;align-items:center;position:relative}.template-folder-tab{display:flex;align-items:center;gap:.35rem;flex:1;padding:.55rem .6rem .55rem .7rem;background:transparent;border:none;border-left:2px solid transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:.8rem;cursor:pointer;text-align:left;transition:all .15s;min-width:0}.template-folder-tab:hover{background:var(--bg-elevated)}.template-folder-arrow{font-size:.65rem;width:12px;flex-shrink:0;color:var(--text-muted)}.template-file-icon.icon-folder{background:var(--pac-yellow-dim);color:var(--pac-yellow);display:flex;align-items:center;justify-content:center}.template-folder-action{display:none;align-items:center;justify-content:center;width:22px;height:22px;font-size:.75rem;color:var(--text-muted);cursor:pointer;border-radius:3px;flex-shrink:0;transition:all .15s}.template-folder-row:hover .template-folder-action{display:flex}.template-folder-add:hover{background:var(--pac-yellow-dim);color:var(--pac-yellow)}.template-folder-children{display:flex;flex-direction:column}.template-file-tab.indented{padding-left:2.1rem}.template-folder-empty{padding:.4rem 1rem .4rem 2.1rem;font-size:.7rem;color:var(--text-dim);font-style:italic}.template-item-delete{display:none;align-items:center;justify-content:center;width:22px;height:22px;font-size:.85rem;color:var(--text-muted);cursor:pointer;border-radius:3px;flex-shrink:0;transition:all .15s}.template-file-tab:hover .template-item-delete,.template-folder-row:hover .template-item-delete{display:flex}.template-file-tab:hover .template-file-lines,.template-folder-row:hover .template-file-lines{display:none}.template-item-delete:hover{background:var(--error-subtle);color:var(--error)}.template-create-input{display:flex;align-items:center;gap:.35rem;padding:.35rem .6rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;margin:.3rem .5rem}.template-create-prefix{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.template-create-field{width:100%;padding:.2rem .3rem;background:transparent;border:none;border-radius:0;color:var(--text-primary);font-family:var(--font-mono);font-size:.78rem;outline:none;margin:0}.template-create-field::placeholder{color:var(--text-dim)}.template-empty-editor{display:flex;align-items:center;justify-content:center;flex:1;color:var(--text-dim);font-size:.9rem;font-family:var(--font-body)}.template-editor{flex:1;display:flex;flex-direction:column;min-width:0}.template-editor-header{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:var(--bg-input);border-bottom:1px solid var(--border);min-height:40px}.template-editor-path{font-family:var(--font-mono);font-size:.78rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-editor-badge{font-family:var(--font-mono);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .45rem;border-radius:9999px;background:var(--pac-yellow-dim);color:var(--pac-yellow);flex-shrink:0}.template-editor-badge.generated{background:#4285f424;color:#9ec3ff}.template-editor-body{display:flex;flex:1;overflow:auto}.template-line-numbers{display:flex;flex-direction:column;padding:.75rem 0;min-width:42px;text-align:right;font-family:var(--font-mono);font-size:.78rem;line-height:1.55;color:var(--text-dim);-webkit-user-select:none;user-select:none;border-right:1px solid var(--border);background:var(--bg-inset)}.template-line-numbers span{padding:0 .6rem}.template-textarea{flex:1;padding:.75rem;background:var(--bg-inset);border:none;border-radius:0;color:var(--text-secondary);font-family:var(--font-mono);font-size:.78rem;line-height:1.55;resize:none;outline:none;min-height:100%;margin:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.template-textarea:focus{border:none;box-shadow:none}.success{text-align:center;padding:2rem 0}.success h1{font-family:var(--font-display);font-size:1.75rem;margin-bottom:.75rem}.success h2{color:var(--success);font-family:var(--font-display);font-size:1.25rem;font-weight:600}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--success-dim);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 30px #00ff8826}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-icon svg{width:36px;height:36px;color:var(--success)}.pac-celebration{display:flex;align-items:center;justify-content:center;gap:10px;margin:1.5rem 0;animation:fadeIn .8s ease-out}.pac-celebration .pac-trail-dot{animation:dotPop .6s ease-out both}.pac-celebration .pac-trail-dot:nth-child(1){animation-delay:.1s}.pac-celebration .pac-trail-dot:nth-child(2){animation-delay:.2s}.pac-celebration .pac-trail-dot:nth-child(3){animation-delay:.3s}.pac-celebration .pac-trail-dot:nth-child(5){animation-delay:.3s}.pac-celebration .pac-trail-dot:nth-child(6){animation-delay:.2s}.pac-celebration .pac-trail-dot:nth-child(7){animation-delay:.1s}@keyframes dotPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.saving-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2rem;text-align:center;animation:fadeIn .3s ease}.saving-text{font-family:var(--font-display);font-size:.9rem;color:var(--pac-yellow);letter-spacing:.04em}.saving-dots{display:flex;gap:8px;align-items:center}.saving-dots .pac-trail-dot{animation:savingEat 1.2s ease-in-out infinite}.saving-dots .pac-trail-dot:nth-child(1){animation-delay:0s}.saving-dots .pac-trail-dot:nth-child(2){animation-delay:.2s}.saving-dots .pac-trail-dot:nth-child(3){animation-delay:.4s}.saving-dots .pac-trail-dot:nth-child(4){animation-delay:.6s}.saving-dots .pac-trail-dot:nth-child(5){animation-delay:.8s}@keyframes savingEat{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.2;transform:scale(.4)}}.code-block{text-align:left;margin-top:1rem;background:var(--bg-surface);border:1px solid var(--border);padding:1.25rem;border-radius:var(--radius);font-size:.82rem;font-family:var(--font-mono);white-space:pre-wrap;color:var(--text-secondary);line-height:1.7}.summary{background:var(--bg-surface);border:1px solid var(--border);padding:1.25rem;border-radius:var(--radius);margin-bottom:1rem;font-family:var(--font-mono);font-size:.82rem;white-space:pre-wrap;color:var(--text-secondary);line-height:1.6;max-height:400px;overflow-y:auto}.banner-warning{background:#ffd7000a;border:1px solid rgba(255,215,0,.15);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.82rem;color:var(--pac-yellow);line-height:1.6}.banner-info{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;font-size:.85rem;color:var(--text-secondary);line-height:1.6}.banner-success{background:var(--success-subtle);border:1px solid rgba(0,255,136,.15);border-radius:var(--radius-sm);padding:1rem}.instructions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;text-align:left}.instruction-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.instruction-card:hover{border-color:var(--border-hover)}.instruction-card-icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel);font-size:.45rem;margin-bottom:.75rem;color:#fff}.instruction-card h4{font-family:var(--font-display);font-size:.78rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:.02em}.instruction-card .cmd{font-family:var(--font-mono);font-size:.75rem;color:var(--pac-yellow);background:var(--bg-inset);padding:.45rem .65rem;border-radius:var(--radius-xs);border:1px solid var(--border);display:block;margin-top:.35rem;white-space:pre-wrap;line-height:1.6}.instruction-card p{font-size:.78rem;color:var(--text-muted);line-height:1.5}.text-success{color:var(--success)}.text-error{color:var(--error)}.text-warning{color:var(--warning)}.text-muted{color:var(--text-muted)}.text-pac{color:var(--pac-yellow)}.mt-1{margin-top:.5rem}.mb-1{margin-bottom:.5rem}.neon-glow{box-shadow:0 0 5px var(--pac-yellow-glow),0 0 20px #ffd70014}.ghost-svg{transition:transform .3s}.ghost-svg:hover{transform:scale(1.1)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-inset)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.validation-dots{display:inline-flex;gap:4px;align-items:center}.validation-dots .pac-trail-dot{animation:validationPulse 1s ease-in-out infinite}.validation-dots .pac-trail-dot:nth-child(2){animation-delay:.2s}.validation-dots .pac-trail-dot:nth-child(3){animation-delay:.4s}@keyframes validationPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}:focus-visible{outline:2px solid var(--pac-yellow);outline-offset:2px}@media(max-width:980px){.container.container-with-sidebar{max-width:960px}.onboarding-shell.with-summary{grid-template-columns:1fr}.onboarding-summary-sidebar{display:none}.onboarding-summary-mobile-wrap{display:block}}
|