:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1c1e21;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1877f2;text-decoration:inherit}a:hover{color:#166fe5}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1877f2;cursor:pointer;transition:border-color .25s;color:#fff}button:hover{background-color:#166fe5}button:focus,button:focus-visible{outline:2px solid #1877f2;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%}.landing-page{min-height:100vh;background:radial-gradient(ellipse at 15% 40%,rgba(13,148,136,.13) 0%,transparent 55%),radial-gradient(ellipse at 85% 15%,rgba(71,85,105,.1) 0%,transparent 50%),radial-gradient(ellipse at 65% 85%,rgba(20,184,166,.09) 0%,transparent 45%),#eef2f7;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-nav{background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.6);box-shadow:0 1px 24px #0d94880f;position:sticky;top:0;z-index:100}.nav-container{max-width:1140px;margin:0 auto;padding:.875rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none}.logo-small{width:48px;height:48px;border-radius:10px;padding:4px}.logo-svg-small{width:100%;height:100%}.brand-name{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.5px;line-height:1.2}.hamburger-menu{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger-menu span{width:22px;height:2px;background:#334155;border-radius:1px;transition:all .3s}.nav-links{display:flex;gap:.25rem;align-items:center}.nav-link{color:#475569;text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem .875rem;border-radius:6px;transition:color .2s,background .2s;background:none}.nav-link:hover{color:#0f172a;background:#f1f5f9}.btn-nav-cta{background:#0f172a;color:#fff;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s;margin-left:.5rem}.btn-nav-cta:hover{background:#1e293b;color:#fff}.hero-section{max-width:1140px;margin:0 auto;padding:5rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;background:#0d94881a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#0d9488;font-size:.8rem;font-weight:600;padding:.375rem .875rem;border-radius:20px;border:1px solid rgba(13,148,136,.25);margin-bottom:1.5rem}.hero-badge i{font-size:.85rem}.hero-title{font-size:3.25rem;line-height:1.12;margin-bottom:1.25rem;color:#0f172a;font-weight:800;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#0d9488,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:.75rem;margin-bottom:2.5rem}.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;background:#0d9488;color:#fff;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:background .2s,transform .15s}.btn-hero-primary:hover{background:#0f766e;transform:translateY(-1px);color:#fff}.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fff;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:1px solid #cbd5e1;transition:border-color .2s,color .2s}.btn-hero-secondary:hover{border-color:#94a3b8;color:#fff}.hero-trust{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.trust-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.trust-badges{display:flex;gap:.625rem;flex-wrap:wrap}.trust-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.78rem;font-weight:500;color:#64748b;background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.85);padding:.3rem .625rem;border-radius:4px}.trust-badge i{font-size:.8rem;color:#0d9488}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-demo-card{background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.85);border-radius:16px;box-shadow:0 8px 40px #0d94881a,0 2px 8px #0f172a0d;overflow:hidden;width:100%;max-width:420px}.demo-card-header{display:flex;align-items:center;gap:6px;padding:.75rem 1rem;background:#f8fafcb3;border-bottom:1px solid rgba(226,232,240,.6)}.demo-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.demo-dot:first-child{background:#fca5a5}.demo-dot:nth-child(2){background:#fcd34d}.demo-dot:nth-child(3){background:#86efac}.demo-card-title{font-size:.8rem;font-weight:600;color:#64748b;margin-left:.5rem}.demo-card-body{padding:1rem;display:flex;flex-direction:column;gap:.625rem}.demo-step{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:8px;border:1px solid #f1f5f9;transition:border-color .2s}.demo-step.active{border-color:#99f6e4;background:#f0fdfa}.demo-step-icon{width:36px;height:36px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#475569;font-size:1rem}.demo-step.active .demo-step-icon{background:#0d9488;color:#fff}.demo-step-content{display:flex;flex-direction:column;gap:.125rem}.demo-step-label{font-size:.825rem;font-weight:600;color:#0f172a}.demo-step-text{font-size:.775rem;color:#94a3b8}.use-cases-section{background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.7);padding:2.5rem 2rem}.use-cases-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.use-case{display:flex;align-items:flex-start;gap:.875rem}.use-case>i{font-size:1.5rem;color:#0d9488;flex-shrink:0;margin-top:.125rem}.use-case h4{font-size:.9rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.use-case p{font-size:.825rem;color:#64748b;line-height:1.5;margin:0}.landing-page .section-header{display:block;text-align:center;margin-bottom:3rem;padding-bottom:0;border-bottom:none}.landing-page .section-title{display:block;font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.625rem;letter-spacing:-.02em}.landing-page .section-subtitle{display:block;font-size:1.05rem;color:#64748b;margin:0}.features-section{max-width:1140px;margin:0 auto;padding:5rem 2rem}#personas.features-section{border-radius:20px;background:#ffffff80!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 40px #0d948812,0 2px 12px #0f172a0a;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:1.75rem;border-radius:14px;border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #0d94880d;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}.feature-card:hover{background:#fffc;border-color:#0d94884d;box-shadow:0 8px 32px #0d94881f;transform:translateY(-2px)}.feature-icon-wrap{width:44px;height:44px;border-radius:10px;background:#0d94881a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(13,148,136,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem;color:#0d9488}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.feature-card p{font-size:.9rem;color:#64748b;line-height:1.6;margin:0}.how-it-works{max-width:1140px;margin:0 auto 5rem;padding:4rem 2rem;background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;border:1px solid rgba(255,255,255,.85);box-shadow:0 8px 40px #0d948812,0 2px 12px #0f172a0a}.how-it-works .section-header{margin-bottom:2.5rem}.steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.step{flex:1;text-align:center;max-width:220px}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#0d9488e6,#0f172ad9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(153,246,228,.3);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 16px #0d948840}.step h3{font-size:1rem;font-weight:700;margin-bottom:.375rem;color:#0f172a}.step p{font-size:.85rem;color:#64748b;line-height:1.5;margin:0}.step-connector{display:flex;align-items:center;justify-content:center;padding-top:.75rem;color:#cbd5e1;font-size:1.25rem;flex-shrink:0;width:40px}.metrics-section{padding:3rem 2rem;background:#0f172ae0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.metrics-container{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem}.metric{display:flex;flex-direction:column;align-items:center;text-align:center}.metric-number{font-size:2.5rem;font-weight:800;color:#14b8a6;letter-spacing:-.02em}.metric-label{font-size:.825rem;color:#94a3b8;margin-top:.25rem}.metric-divider{width:1px;height:48px;background:#334155}.pricing-hero{padding:8rem 2rem 2rem;text-align:center;background:linear-gradient(180deg,#f0fdfa,#f8fafc)}.pricing-faq{max-width:900px;margin:0 auto;padding:4rem 2rem 5rem}.pricing-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.pricing-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem}.pricing-faq-item h4{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.pricing-faq-item p{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.donate-section{max-width:720px;margin:0 auto;padding:0 2rem 4rem}.donate-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 4px 24px #0f172a0f}.donate-card-header{margin-bottom:2rem}.donate-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#0d9488,#475569);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.donate-card-header h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.donate-card-header p{font-size:.9rem;color:#64748b;margin:0}.donate-amounts{display:flex;gap:.625rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.donate-amount-btn{padding:.625rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;font-size:1rem;font-weight:700;color:#334155;cursor:pointer;transition:all .2s;min-width:64px}.donate-amount-btn:hover{border-color:#0d9488;color:#0d9488}.donate-amount-btn.active{border-color:#0d9488;background:#f0fdfa;color:#0d9488}.donate-custom{display:flex;align-items:center;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s}.donate-custom:focus-within{border-color:#0d9488}.donate-custom-prefix{padding:.625rem 0 .625rem .75rem;font-weight:700;color:#64748b;font-size:1rem}.donate-custom-input{border:none;outline:none;padding:.625rem .75rem .625rem .25rem;font-size:1rem;font-weight:600;width:72px;background:transparent;color:#0f172a;font-family:inherit}.donate-custom-input::placeholder{color:#94a3b8;font-weight:500}.donate-custom-input::-webkit-inner-spin-button,.donate-custom-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.donate-paypal-wrapper{max-width:320px;margin:0 auto 1.25rem}.donate-paypal-btn{min-height:50px}.donate-loading{display:flex;align-items:center;justify-content:center;padding:1rem;color:#94a3b8;font-size:.9rem}.donate-success{background:#f0fdfa;color:#0d9488;padding:1rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.donate-error{background:#fef2f2;color:#dc2626;padding:.625rem 1rem;border-radius:8px;font-size:.85rem;margin-top:.5rem}.donate-secure-note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:#94a3b8;margin-top:.25rem}.donate-secure-note i{font-size:.9rem}.donate-impact{margin-top:3rem;text-align:center}.donate-impact h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem}.donate-impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.donate-impact-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 1rem;text-align:center}.donate-impact-icon{width:44px;height:44px;border-radius:10px;background:#f0fdfa;color:#0d9488;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.75rem}.donate-impact-item h4{font-size:.9rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.donate-impact-item p{font-size:.8rem;color:#64748b;margin:0;line-height:1.5}.cta-section{padding:5rem 2rem;background:#0d94880f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(13,148,136,.15)}.cta-content{max-width:640px;margin:0 auto;text-align:center}.cta-content h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.cta-content p{font-size:1.05rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.cta-actions{display:flex;gap:.75rem;justify-content:center}.btn-cta-primary{display:inline-flex;align-items:center;gap:.5rem;background:#0d9488;color:#fff;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:background .2s,transform .15s}.btn-cta-primary:hover{background:#0f766e;transform:translateY(-1px);color:#fff}.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#475569;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:1px solid #cbd5e1;transition:border-color .2s,color .2s}.btn-cta-secondary:hover{border-color:#94a3b8;color:#0f172a}.landing-footer{background:#0f172a;color:#f1f5f9;padding:3rem 2rem 1.5rem}.footer-grid{max-width:1140px;margin:0 auto 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand-col .footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-logo{width:28px;height:28px}.footer-brand span{font-size:1.1rem;font-weight:700;color:#f1f5f9}.footer-desc{font-size:.85rem;color:#94a3b8;line-height:1.6;margin:0}.footer-col h4{font-size:.85rem;font-weight:700;color:#f1f5f9;margin-bottom:.875rem;text-transform:uppercase;letter-spacing:.04em}.footer-col a{color:#94a3b8;text-decoration:none;display:block;font-size:.875rem;margin:.375rem 0;transition:color .2s}.footer-col a:hover{color:#e2e8f0}.footer-bottom{max-width:1140px;margin:0 auto;padding-top:1.5rem;border-top:1px solid #1e293b;text-align:center}.footer-bottom p{font-size:.8rem;color:#64748b;margin:0}.hero-no-signup{font-size:.8rem;color:#94a3b8;margin-top:.75rem;text-align:center}.workflow-section{padding:5rem 2rem;background:#fff}.workflow-track{display:flex;align-items:stretch;justify-content:center;gap:0;max-width:1100px;margin:0 auto;flex-wrap:wrap}.workflow-node{display:flex;flex-direction:column;align-items:center;text-align:center;width:160px;padding:1.5rem 1rem;border-radius:14px;background:#f8fafc;border:1.5px solid #e2e8f0;gap:.5rem;transition:border-color .2s,box-shadow .2s}.workflow-node:hover{border-color:#0d9488;box-shadow:0 4px 20px #0d94881a}.workflow-node-highlight{background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border-color:#0d9488}.workflow-node-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.workflow-node-label{font-size:.95rem;font-weight:700;color:#0f172a}.workflow-node-desc{font-size:.78rem;color:#64748b;line-height:1.4}.workflow-arrow{display:flex;align-items:center;align-self:center;padding:0 .5rem;margin-top:0;color:#94a3b8;font-size:1.1rem;flex-shrink:0}.extension-section{padding:5rem 2rem;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.extension-inner{max-width:1100px;margin:0 auto;display:flex;gap:4rem;align-items:center}.extension-text{flex:1;min-width:0}.extension-text .section-title{color:#fff;margin-bottom:1rem}.extension-text .section-subtitle{color:#ffffffa6;margin-bottom:2rem}.ext-steps{display:flex;flex-direction:column;gap:.875rem}.ext-step-row{display:flex;align-items:center;gap:.875rem;color:#ffffffd9;font-size:.95rem}.ext-step-num{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.extension-demo-wrap{flex-shrink:0;width:380px;position:relative}.ext-browser-mock{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0006}.ext-browser-bar{background:#f1f5f9;padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e8f0}.ext-browser-dots{display:flex;gap:5px}.ext-browser-dots span{width:10px;height:10px;border-radius:50%;background:#e2e8f0}.ext-browser-dots span:first-child{background:#f87171}.ext-browser-dots span:nth-child(2){background:#fbbf24}.ext-browser-dots span:nth-child(3){background:#4ade80}.ext-browser-url{font-size:.75rem;color:#94a3b8;background:#fff;border-radius:6px;padding:3px 10px;border:1px solid #e2e8f0;flex:1}.ext-browser-body{padding:16px;position:relative;min-height:120px}.ext-chat-msg{margin-bottom:8px}.ext-chat-label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.ext-chat-text{font-size:.85rem;color:#334155;line-height:1.5;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.ext-selected{background:#fffbeb;border-color:#fbbf24}.ext-context-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001f;overflow:hidden;margin-top:8px}.ext-menu-item{padding:9px 14px;font-size:.82rem;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f1f5f9}.ext-menu-item:last-child{border-bottom:none}.ext-menu-active{background:#f0fdfa;color:#0d9488;font-weight:600}.ext-menu-dim{color:#94a3b8}.ext-popup-header{display:flex;align-items:center;gap:8px;padding:10px 14px 8px;border-bottom:1px solid #f1f5f9}.ext-popup-logo{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-weight:800;font-size:10px;display:flex;align-items:center;justify-content:center}.ext-popup-title{font-size:.8rem;font-weight:700;color:#0f172a;line-height:1}.ext-popup-user{font-size:.68rem;color:#94a3b8;margin-top:1px}.ext-popup-tabs{display:flex;gap:2px;padding:6px 10px;border-bottom:1px solid #f1f5f9}.ext-popup-tab{font-size:.72rem;padding:4px 10px;border-radius:6px;color:#94a3b8;cursor:pointer}.ext-popup-tab-active{background:#f0fdfa;color:#0d9488;font-weight:600}.ext-popup-prompt{padding:9px 12px;border-bottom:1px solid #f8fafc;display:flex;flex-direction:column;gap:3px;position:relative}.ext-popup-prompt:last-child{border-bottom:none}.ext-popup-prompt-name{font-size:.78rem;font-weight:600;color:#0f172a}.ext-popup-prompt-preview{font-size:.7rem;color:#94a3b8;line-height:1.4}.ext-popup-copy{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.7rem;font-weight:600;color:#0d9488;background:#f0fdfa;border:1px solid #ccfbf1;padding:3px 8px;border-radius:5px}.ext-saved-badge{position:absolute;bottom:-16px;right:20px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:.8rem;font-weight:600;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:6px;box-shadow:0 4px 14px #0d948866}@media(max-width:1024px){.donate-impact-grid{grid-template-columns:1fr 1fr}.pricing-faq-grid{grid-template-columns:1fr}.features-grid,.use-cases-container{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-container{padding:.75rem 1rem}.hamburger-menu{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#ffffffe0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;border-bottom:1px solid rgba(255,255,255,.6)}.nav-links.mobile-open{max-height:300px;padding:.5rem 0}.nav-link,.nav-links .btn-nav-cta{width:calc(100% - 2rem);margin:.25rem 1rem;text-align:center;display:block}.nav-links .btn-nav-cta{margin-left:1rem}.hero-section{grid-template-columns:1fr;padding:3rem 1.25rem 2.5rem;gap:2rem}.hero-visual{display:none}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions a{text-align:center;justify-content:center}.hero-trust{flex-direction:column;align-items:flex-start}.use-cases-container{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:1fr}.donate-section{padding:0 1rem 3rem}.donate-card{padding:1.5rem}.donate-amounts{gap:.5rem}.donate-impact-grid{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center;gap:.5rem}.step{max-width:100%}.step-connector{transform:rotate(90deg);width:auto;padding:0}.metrics-container{flex-direction:column;gap:2rem}.metric-divider{width:48px;height:1px}.cta-actions{flex-direction:column}.cta-actions a{text-align:center;justify-content:center}.cta-content h2{font-size:1.75rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.btn-hero-primary,.btn-hero-secondary,.btn-cta-primary,.btn-cta-secondary,.btn-nav-cta{min-height:44px}.workflow-track{flex-direction:column;align-items:center;gap:.5rem}.workflow-arrow{transform:rotate(90deg)}.extension-inner{flex-direction:column}.extension-text,.extension-text .section-title,.extension-text .section-subtitle{text-align:center}.ext-steps{align-items:flex-start}.extension-demo-wrap{margin:0 auto}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem}.auth-container{width:100%;max-width:480px}.auth-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000004d}.signup-card{max-width:500px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header .logo{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff;border-radius:20px;padding:12px;box-shadow:0 8px 24px #0000001a;display:block;transition:transform .2s}.auth-header .logo:hover{transform:scale(1.05)}.auth-header .logo-svg{width:100%;height:100%}.auth-header h1{font-size:2rem;margin-bottom:.5rem;color:#1c1e21;font-weight:700}.auth-header p{color:#65676b;font-size:1rem}.auth-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-size:.95rem}.auth-success{background:#e8f5e9;color:#2e7d32;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-size:.95rem;line-height:1.6}.auth-success strong{font-weight:600}.google-login-container{margin-bottom:1.5rem;width:100%}.google-login-container>div{width:100%;display:flex;justify-content:center}.google-login-container>div>div{width:100%!important}.google-login-container iframe{width:100%!important;height:50px!important;border-radius:8px!important}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#dddfe2}.divider span{position:relative;background:#fff;padding:0 1rem;color:#65676b;font-size:.9rem;font-weight:600}.auth-form{margin-bottom:1.5rem}.auth-form .form-group{margin-bottom:1.25rem}.auth-form .form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600;font-size:.95rem}.auth-form .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #dddfe2;border-radius:8px;font-size:1rem;transition:all .2s;background-color:#fff}.auth-form .form-group input:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 4px #1877f21a}.auth-form .form-group select,.auth-form .form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #dddfe2;border-radius:8px;font-size:1rem;transition:all .2s;background-color:#fff;font-family:inherit}.auth-form .form-group select:focus,.auth-form .form-group textarea:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 4px #1877f21a}.auth-form .form-group textarea{min-height:120px;resize:vertical;line-height:1.6}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#65676b;font-size:.9rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1877f2}.forgot-link{color:#1877f2;text-decoration:none;font-size:.9rem;font-weight:500}.forgot-link:hover{text-decoration:underline}.terms-checkbox{margin-bottom:1.5rem}.terms-checkbox .checkbox-label span{line-height:1.5}.terms-checkbox .checkbox-label a{color:#1877f2;text-decoration:none;font-weight:600}.terms-checkbox .checkbox-label a:hover{text-decoration:underline}.btn-full{width:100%;padding:1rem;font-size:1.05rem;font-weight:600}.auth-switch{text-align:center;color:#65676b;font-size:.95rem;padding:1rem 0;border-top:1px solid #dddfe2}.auth-switch a{color:#1877f2;text-decoration:none;font-weight:600}.auth-switch a:hover{text-decoration:underline}.auth-legal{text-align:center;margin-top:1.5rem;font-size:.85rem;color:#65676b}.auth-legal a{color:#65676b;text-decoration:none}.auth-legal a:hover{color:#1877f2;text-decoration:underline}.auth-legal span{margin:0 .5rem}@media(max-width:600px){.auth-page{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}.form-footer{flex-direction:column;gap:1rem;align-items:flex-start}}.sidebar{position:fixed;left:0;top:0;height:100vh;width:260px;background:linear-gradient(180deg,#1e293b,#0f172a);border-right:1px solid rgba(255,255,255,.1);z-index:100;transition:width .3s ease;overflow:hidden}.sidebar.collapsed{width:70px}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:1rem 0}.sidebar-toggle{position:absolute;right:-14px;top:20px;width:28px;height:28px;background:#1877f2;border:2px solid #0f172a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease;z-index:101}.sidebar-toggle:hover{background:#1e5fc2;transform:scale(1.1)}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:1rem .75rem;margin-top:1.5rem}.sidebar-nav-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:500;border-radius:10px;transition:all .2s ease;white-space:nowrap}.sidebar-nav-item:hover{background:#ffffff1a;color:#fff}.sidebar-nav-item.active{background:#1877f2;color:#fff;box-shadow:0 4px 12px #1877f24d}.sidebar-nav-item i{font-size:1.25rem;width:24px;text-align:center;flex-shrink:0}.sidebar.collapsed .sidebar-nav-item{justify-content:center;padding:.875rem 0}.sidebar.collapsed .sidebar-nav-item span{display:none}.site-header{margin-left:260px;transition:margin-left .3s ease}.sidebar.collapsed~.site-header{margin-left:70px}.breadcrumb-bar{margin-left:260px;transition:margin-left .3s ease}.sidebar.collapsed~.site-header~.breadcrumb-bar,.sidebar.collapsed~.breadcrumb-bar{margin-left:70px}.main-content{margin-left:260px;transition:margin-left .3s ease}.sidebar.collapsed~.main-content{margin-left:70px}.site-footer{margin-left:0;transition:margin-left .3s ease;display:block;position:relative;clear:both;width:100%}.sidebar~.site-footer{margin-left:260px;width:auto}.sidebar.collapsed~.site-footer{margin-left:70px}body.dark-mode .sidebar{background:linear-gradient(180deg,#0f172a,#020617);border-right-color:#ffffff0d}@media(max-width:768px){.sidebar{transform:translate(-100%);width:260px}.sidebar.collapsed{width:260px}.sidebar-toggle{display:none}.site-header,.breadcrumb-bar,.main-content{margin-left:0}.sidebar.collapsed~.site-header,.sidebar.collapsed~.breadcrumb-bar,.sidebar.collapsed~.main-content{margin-left:0}.site-footer,.sidebar~.site-footer,.sidebar.collapsed~.site-footer{margin-left:0;width:100%;box-sizing:border-box;overflow-x:hidden}}.header-right{display:flex;align-items:center;gap:.5rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s ease}.header-icon-btn:hover{background:#fff3;border-color:#ffffff4d}.nav-menu-container{position:relative;display:none}@media(max-width:768px){.nav-menu-container{display:block}}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid #e1e5e9;min-width:200px;padding:.5rem;z-index:200;animation:dropdownFade .15s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;color:#334155;text-decoration:none;font-size:.9rem;font-weight:500;border-radius:8px;transition:background .15s ease}.nav-dropdown-item:hover{background:#f1f5f9;color:#0d9488}.nav-dropdown-item.active{background:#f0fdfa;color:#0d9488;font-weight:600}.nav-dropdown-item i{font-size:1rem;width:20px;text-align:center}.header-right .user-dropdown-trigger{display:flex;align-items:center;gap:.35rem;padding:.3rem .5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.header-right .user-dropdown-trigger:hover{background:#fff3;border-color:#ffffff4d}.header-right .user-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.breadcrumb-bar{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:.5rem 0;position:sticky;top:58px;z-index:99}.breadcrumb-container{max-width:1400px;margin:0 auto;padding:0 2rem}.breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:.25rem}.breadcrumb-item{display:flex;align-items:center;gap:.25rem;font-size:.85rem}.breadcrumb-item a{color:#0d9488;text-decoration:none;font-weight:500;transition:color .2s ease}.breadcrumb-item a:hover{color:#0f766e;text-decoration:underline}.breadcrumb-item.active span{color:#64748b;font-weight:500}.breadcrumb-separator{font-size:.65rem;color:#94a3b8;margin:0 .15rem}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.mobile-menu-toggle span{width:24px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s ease}.mobile-menu-toggle span.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle span.open:nth-child(2){opacity:0}.mobile-menu-toggle span.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{background:#1e3a5f;border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;animation:slideDown .2s ease}.mobile-menu-user{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.mobile-menu-user .user-avatar-small{width:40px;height:40px;border-radius:50%;object-fit:cover}.mobile-menu-user .user-details .user-name{color:#fff;font-weight:600;font-size:.95rem}.mobile-menu-user .user-details .user-email{color:#fff9;font-size:.8rem}.mobile-menu-divider{height:1px;background:#ffffff26;margin:.75rem 0}.mobile-nav-links{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-links a{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;border-radius:8px;transition:background .2s ease}.mobile-nav-links a:hover,.mobile-nav-links a.active{background:#ffffff1a}.mobile-nav-links a.active{color:#5eead4}.mobile-nav-links a i{width:20px;text-align:center}.mobile-header-actions{display:flex;flex-direction:column;gap:.5rem}.mobile-header-actions .btn{width:100%;justify-content:flex-start}.mobile-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .5rem;background:none;border:none;color:#ffffffe6;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px;transition:background .2s ease;text-align:left}.mobile-menu-item:hover{background:#ffffff1a}.mobile-menu-item.logout{color:#f87171}.mobile-menu-item.logout:hover{background:#f8717126}.desktop-only{display:flex}@media(max-width:768px){.mobile-menu-toggle{display:flex}.desktop-only{display:none!important}.header-container{padding:.6rem 1rem}.brand-title{font-size:1.15rem}.header-subtitle{font-size:.7rem}.logo{width:34px;height:34px;border-radius:10px;padding:4px}.breadcrumb-bar{top:50px;padding:.35rem 0}.breadcrumb-container{padding:0 1rem}.breadcrumb-item{font-size:.8rem}.app-container{padding:.75rem}.prompts-section{padding:1rem;margin-top:.75rem;border-radius:14px}.prompts-toolbar{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom-width:1px}.prompts-toolbar-left{width:100%}.prompts-toolbar-left h2{font-size:1.25rem;gap:.5rem}.prompts-toolbar-right{width:100%;display:flex;flex-wrap:wrap;gap:.5rem}.prompts-toolbar-right .create-prompt-btn{width:100%;justify-content:center;padding:.65rem 1rem!important;font-size:.9rem!important;border-radius:10px!important}.prompts-toolbar-right .btn-sm{flex:1;justify-content:center;min-width:0}.prompts-list{grid-template-columns:1fr;gap:.75rem}.prompt-card{padding:1rem;border-radius:12px}.prompt-card:before{height:3px}.prompt-card:hover{transform:none}.prompt-header{flex-direction:column;gap:.75rem;margin-bottom:.75rem}.prompt-title{font-size:1.05rem}.prompt-actions{display:flex;width:100%;gap:.4rem;flex-wrap:wrap}.prompt-actions .btn{flex:1;min-width:0;padding:.45rem .5rem;font-size:.78rem;border-radius:8px;justify-content:center;display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.prompt-content{padding:.85rem;font-size:.82rem;border-radius:10px;max-height:150px}.prompt-meta{font-size:.75rem;padding-top:.6rem;margin-top:.75rem}.bulk-actions-bar{padding:.6rem .75rem;border-radius:10px;gap:.5rem}.bulk-buttons{width:100%;display:flex;gap:.4rem}.bulk-buttons .btn{flex:1;justify-content:center;font-size:.78rem;padding:.4rem .5rem}.pagination{flex-wrap:wrap;gap:.5rem;justify-content:center}.prompt-category{font-size:.7rem;padding:.2rem .6rem;margin-bottom:.6rem}.empty-state{padding:2.5rem 1.5rem}.empty-state i{font-size:2.5rem}.empty-state h3{font-size:1.15rem}.empty-state p{font-size:.9rem}.error-message{font-size:.85rem;padding:.75rem 1rem;border-radius:10px}.modal-content{margin:.75rem;max-height:90vh;border-radius:14px}.modal-header{padding:1rem}.modal-header h2{font-size:1.1rem}.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem;gap:.5rem}.modal-footer .btn{flex:1;justify-content:center}.samples-grid{grid-template-columns:1fr;gap:.75rem}.sample-card{padding:1rem;border-radius:12px}.sample-header h3{font-size:1rem}.sample-actions{gap:.4rem}.sample-actions .btn{flex:1;justify-content:center;font-size:.8rem;padding:.45rem .5rem}.style-select{width:100%!important}.toast-notification{left:1rem;right:1rem;width:auto;font-size:.85rem;border-radius:10px}}@media(max-width:480px){.breadcrumb-item{font-size:.75rem}.breadcrumb-separator{font-size:.55rem}.brand-info{display:none}.app-container{padding:.5rem}.prompts-section{padding:.75rem;border-radius:12px}.prompts-toolbar-left h2{font-size:1.1rem}.prompt-actions .btn{padding:.5rem;font-size:.75rem;min-height:38px}.prompt-content{font-size:.8rem;padding:.75rem;max-height:120px}.prompt-title{font-size:1rem}.modal-content{margin:.5rem}}body.dark-mode .breadcrumb-bar{background:#1a1a2e;border-bottom-color:#2d2d44}body.dark-mode .breadcrumb-item a{color:#5eead4}body.dark-mode .breadcrumb-item a:hover{color:#99f6e4}body.dark-mode .breadcrumb-item.active span{color:#94a3b8}body.dark-mode .breadcrumb-separator{color:#475569}body.dark-mode .mobile-menu{background:#0f2439;border-top-color:#ffffff0d}body.dark-mode .nav-dropdown-menu{background:#242526;border-color:#3e4042}body.dark-mode .nav-dropdown-item{color:#e4e6eb}body.dark-mode .nav-dropdown-item:hover{background:#3a3b3c;color:#5eead4}body.dark-mode .nav-dropdown-item.active{background:#2d3b3a;color:#5eead4}@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}.site-header{background:linear-gradient(135deg,#1e3a5f,#0f2439);color:#fff;box-shadow:0 4px 20px #00000026;position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;padding:.6rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:1rem}.header-brand{display:flex;align-items:center;gap:.875rem}.logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:6px;box-shadow:0 2px 8px #0000001a}.logo-svg{width:100%;height:100%}.brand-info{display:flex;flex-direction:column}.brand-title{font-size:1.5rem;margin:0;font-weight:700;letter-spacing:-.5px;line-height:1.2}.header-subtitle{margin:0;font-size:.8rem;opacity:.75;font-weight:400;letter-spacing:.2px}.header-actions{display:flex;align-items:center;gap:.75rem}.header-actions .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-weight:500;transition:all .2s ease;height:36px;padding:.5rem 1rem;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem}.header-actions .btn-secondary:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.brand-icon{font-size:2rem}.app-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px);background:#f8fafc}.prompts-section{width:100%;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-top:2rem}.prompts-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f3f4;flex-wrap:wrap;gap:1rem}.prompts-toolbar-left h2{margin:0;font-size:1.75rem;font-weight:700;color:#1c1e21;display:flex;align-items:center;gap:.75rem}.prompts-toolbar-left .prompt-count{font-size:.9rem;font-weight:500;color:#65676b;background:#f1f3f4;padding:.25rem .75rem;border-radius:20px;border:1px solid #e4e6ea}.prompts-toolbar-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media(max-width:600px){.prompts-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding-bottom:1rem;margin-bottom:1.25rem}.prompts-toolbar-left h2{font-size:1.35rem}.prompts-toolbar-right{width:100%;gap:.5rem}.prompts-toolbar-right .btn{flex:1;justify-content:center;font-size:.82rem;padding:.4rem .6rem}.create-prompt-btn{flex:1!important;justify-content:center!important}}.create-prompt-btn{padding:.25rem .75rem!important;font-size:.875rem!important;font-weight:600!important;border-radius:6px!important;box-shadow:none!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;gap:.4rem!important;text-decoration:none!important}.create-prompt-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1877f24d}.empty-state-btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;display:inline-block;transition:all .2s ease}.empty-state-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1877f24d}.empty-state{text-align:center;padding:5rem 3rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;border:2px dashed #dee2e6;position:relative;overflow:hidden}.empty-state:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.03) 0%,transparent 70%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(180deg)}}.empty-state i{font-size:4rem;color:#667eea;margin-bottom:1.5rem;display:block;animation:bounce 2s ease-in-out infinite;opacity:.8}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.empty-state h3{font-size:1.5rem;color:#1c1e21;margin-bottom:.75rem;font-weight:700}.empty-state p{color:#65676b;margin-bottom:2rem;font-size:1.1rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dddfe2}.pagination-info{color:#65676b;font-size:.9rem}.create-prompt-page{display:flex;gap:1.5rem;max-width:1200px;margin:0 auto}.create-prompt-main{flex:1;min-width:0}.create-prompt-main .create-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.create-prompt-main .create-section h2{font-size:1.5rem;font-weight:600;color:#1c1e21;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.ai-generate-section{text-align:center;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#60a5fa1a,#a78bfa1a);border-radius:8px}.history-panel-sidebar{width:350px;flex-shrink:0;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;max-height:calc(100vh - 200px);overflow-y:auto;position:sticky;top:100px}.history-panel-sidebar .history-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e4e6eb}.history-panel-sidebar .history-panel-header h3{font-size:1.1rem;font-weight:600;color:#1c1e21;display:flex;align-items:center;gap:.5rem}.history-panel-sidebar .history-list{display:flex;flex-direction:column;gap:.75rem}.history-panel-sidebar .history-item{padding:1rem;border-radius:8px;background:#f8f9fa;border:2px solid transparent;transition:all .2s}.history-panel-sidebar .history-item:hover{background:#f0f2f5}.history-panel-sidebar .history-item.active{border-color:#1877f2;background:#1877f20d}.history-panel-sidebar .history-item.comparing{border-color:#f59e0b;background:#f59e0b0d}.history-panel-sidebar .history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.history-panel-sidebar .history-type{font-size:.8rem;font-weight:600;color:#1877f2;display:flex;align-items:center;gap:.25rem}.history-panel-sidebar .history-time{font-size:.75rem;color:#65676b}.history-panel-sidebar .history-style{font-size:.75rem;color:#65676b;margin-bottom:.5rem}.history-panel-sidebar .history-preview{font-size:.85rem;color:#444;line-height:1.4;max-height:60px;overflow:hidden;text-overflow:ellipsis;margin-bottom:.75rem}.history-panel-sidebar .history-item-actions{display:flex;gap:.5rem}.quick-refinements{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.quick-refinements-label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.75rem}.refinement-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.refinement-btn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border:1px solid #dddfe2;border-radius:20px;background:#fff;font-size:.85rem;color:#374151;cursor:pointer;transition:all .2s}.refinement-btn:hover:not(:disabled){border-color:#1877f2;color:#1877f2;background:#1877f20d}.refinement-btn:disabled{opacity:.6;cursor:not-allowed}.refinement-btn.loading{border-color:#1877f2;color:#1877f2}.refinement-icon{font-size:1rem}.refinement-spinner{width:12px;height:12px;border:2px solid #1877f2;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.diff-view{margin-top:1rem;border:1px solid #e4e6eb;border-radius:8px;overflow:hidden}.diff-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e4e6eb}.diff-header h4{font-size:.9rem;font-weight:600;color:#1c1e21;display:flex;align-items:center;gap:.5rem}.diff-actions{display:flex;gap:.5rem}.diff-view-content{padding:1rem;background:#fff;font-size:.9rem;line-height:1.6;max-height:200px;overflow-y:auto}.diff-same{color:#374151}.diff-added{background:#d1fae5;color:#065f46;padding:0 2px;border-radius:2px}.diff-removed{background:#fee2e2;color:#991b1b;text-decoration:line-through;padding:0 2px;border-radius:2px}.compare-view{margin-top:1rem;border:1px solid #e4e6eb;border-radius:8px;overflow:hidden}.compare-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e4e6eb}.compare-header h4{font-size:.9rem;font-weight:600;color:#1c1e21;display:flex;align-items:center;gap:.5rem}.compare-panels{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e4e6eb}.compare-panel{background:#fff;padding:1rem}.compare-panel h5{font-size:.85rem;font-weight:600;color:#65676b;margin-bottom:.75rem}.compare-content{font-size:.85rem;line-height:1.5;color:#374151;max-height:200px;overflow-y:auto}.history-toggle{margin-top:1rem;text-align:right}.history-controls{display:flex;align-items:center;gap:.5rem}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dddfe2;border-radius:6px;background:#fff;color:#65676b;cursor:pointer;transition:all .2s}.btn-icon:hover:not(:disabled){border-color:#1877f2;color:#1877f2}.btn-icon:disabled{opacity:.4;cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e4e6eb}.form-row{display:flex;gap:1rem}.form-group-third{flex:1;min-width:0}body.dark-mode .create-prompt-main .create-section,body.dark-mode .history-panel-sidebar{background:#242526;box-shadow:0 2px 8px #0000004d}body.dark-mode .create-prompt-main .create-section h2,body.dark-mode .history-panel-sidebar .history-panel-header h3{color:#e4e6eb}body.dark-mode .history-panel-sidebar .history-panel-header{border-color:#3e4042}body.dark-mode .history-panel-sidebar .history-item{background:#3a3b3c}body.dark-mode .history-panel-sidebar .history-item:hover{background:#4e4f50}body.dark-mode .history-panel-sidebar .history-preview{color:#b0b3b8}body.dark-mode .quick-refinements{background:#3a3b3c}body.dark-mode .quick-refinements-label{color:#e4e6eb}body.dark-mode .refinement-btn{background:#242526;border-color:#3e4042;color:#b0b3b8}body.dark-mode .refinement-btn:hover:not(:disabled){background:#1877f226}body.dark-mode .diff-view,body.dark-mode .compare-view{border-color:#3e4042}body.dark-mode .diff-header,body.dark-mode .compare-header{background:#3a3b3c;border-color:#3e4042}body.dark-mode .diff-header h4,body.dark-mode .compare-header h4{color:#e4e6eb}body.dark-mode .diff-view-content,body.dark-mode .compare-panel{background:#242526}body.dark-mode .diff-same,body.dark-mode .compare-content,body.dark-mode .compare-panel h5{color:#b0b3b8}body.dark-mode .compare-panels{background:#3e4042}body.dark-mode .ai-generate-section{background:linear-gradient(135deg,#60a5fa26,#a78bfa26)}body.dark-mode .form-actions{border-color:#3e4042}body.dark-mode .btn-icon{background:#3a3b3c;border-color:#3e4042;color:#b0b3b8}body.dark-mode .content-header label{color:#e4e6eb}@media(max-width:900px){.create-prompt-page{flex-direction:column}.history-panel-sidebar{width:100%;position:static;max-height:400px}}.create-prompt-modal{max-width:600px;width:95%}.create-prompt-modal .modal-header{padding:.75rem 1rem}.create-prompt-modal .modal-header h2{font-size:1.1rem}.create-prompt-modal .modal-body{padding:1rem}.create-prompt-modal .form-group{margin-bottom:.6rem}.create-prompt-modal .form-group label{font-size:.8rem;margin-bottom:.2rem}.create-prompt-modal .form-group input,.create-prompt-modal .form-group select,.create-prompt-modal .form-group textarea{padding:.4rem .6rem;font-size:.85rem}.create-prompt-modal .form-group textarea#intent{min-height:50px}.create-prompt-modal .form-group textarea#content{min-height:80px}.create-prompt-modal .form-row{gap:.6rem}.create-prompt-modal .form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.6rem;border-top:1px solid #dddfe2;margin-top:.6rem}.create-prompt-modal .form-actions .btn,.create-prompt-modal .btn-primary{padding:.35rem .75rem;font-size:.8rem}.app-header{text-align:center;margin-bottom:2.5rem;padding:2rem 0}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1877f2;font-weight:700}.app-header p{color:#65676b;font-size:1.1rem}.create-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 2px #0000001a;border:1px solid #dddfe2}.create-section h2{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;font-weight:600;color:#1c1e21}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1c1e21;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border-radius:6px;border:1px solid #ccd0d5;background:#f0f2f5;color:#1c1e21;font-family:inherit;font-size:1rem;transition:all .2s ease}.form-group select{padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231c1e21' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;background:#fff;border-color:#1877f2;box-shadow:0 0 0 2px #1877f21a}.form-group textarea{min-height:180px;resize:vertical;font-family:Courier New,monospace;line-height:1.6}.form-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.form-group-half{flex:1;margin-bottom:0}.style-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;padding:1rem 3rem 1rem 1.25rem;font-size:1.05rem;min-height:54px;cursor:pointer}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.history-controls{display:flex;gap:.5rem}.btn-icon{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#f0f2f5;border:1px solid #dddfe2;border-radius:6px;color:#1c1e21;font-size:.8rem;cursor:pointer;transition:all .2s ease}.btn-icon:hover:not(:disabled){background:#e4e6eb;border-color:#ccd0d5}.history-panel{background:#f8f9fa;border:1px solid #dddfe2;border-radius:8px;margin-bottom:1rem;max-height:300px;overflow-y:auto}.history-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #dddfe2;background:#fff;border-radius:8px 8px 0 0;position:sticky;top:0}.history-panel-header h4{margin:0;font-size:.95rem;color:#1c1e21}.history-list{padding:.5rem}.history-item{background:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:.75rem;margin-bottom:.5rem;transition:all .2s ease}.history-item:last-child{margin-bottom:0}.history-item.active{border-color:#1877f2;background:#f0f7ff}.history-item.comparing{border-color:#42b72a;background:#f0fff4}.history-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.history-type{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.history-type.generated{background:#e7f3ff;color:#1877f2}.history-type.refined{background:#fff3e0;color:#f57c00}.history-style{font-size:.7rem;text-transform:capitalize;color:#65676b;background:#e4e6eb;padding:.2rem .4rem;border-radius:3px}.history-time{font-size:.7rem;color:#90949c;margin-left:auto}.history-preview{font-size:.8rem;color:#65676b;line-height:1.4;margin-bottom:.5rem;font-family:Courier New,monospace;background:#f8f9fa;padding:.5rem;border-radius:4px}.history-item-actions{display:flex;gap:.5rem}.btn-small{padding:.25rem .5rem;font-size:.75rem;background:#e4e6eb;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.btn-small:hover{background:#d8dadf}.btn-small.active{background:#42b72a;color:#fff}.compare-view{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.compare-column{background:#f8f9fa;border:1px solid #dddfe2;border-radius:8px;overflow:hidden}.compare-column h5{margin:0;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #dddfe2;font-size:.85rem;color:#1c1e21}.compare-content{padding:1rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;max-height:300px;overflow-y:auto;white-space:pre-wrap;color:#1c1e21}.quick-refine-section{margin-top:1rem;margin-bottom:1.5rem}.quick-refine-section label{display:block;font-weight:600;color:#1c1e21;margin-bottom:.75rem;font-size:.95rem}.quick-refine-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media(max-width:768px){.quick-refine-grid{grid-template-columns:repeat(2,1fr)}}.quick-refine-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;background:#f0f2f5;border:1px solid #dddfe2;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:60px}.quick-refine-btn:hover:not(:disabled){background:#e4e6eb;border-color:#ccd0d5;transform:translateY(-1px)}.quick-refine-btn:disabled{opacity:.6;cursor:not-allowed}.quick-refine-btn.loading{background:#e7f3ff;border-color:#1877f2}.preset-icon{font-size:1.25rem}.preset-label{font-size:.75rem;font-weight:500;color:#1c1e21;text-align:center}.diff-view-container{background:#f8f9fa;border:1px solid #dddfe2;border-radius:8px;margin-bottom:1rem;overflow:hidden}.diff-view-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #dddfe2}.diff-view-header h4{margin:0;font-size:.95rem;color:#1c1e21}.diff-view-actions{display:flex;gap:.5rem}.diff-view-content{padding:1rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.8;max-height:400px;overflow-y:auto;white-space:pre-wrap;background:#fff}.diff-same{color:#1c1e21}.diff-added{background:#d4edda;color:#155724;padding:.1rem .2rem;border-radius:2px}.diff-removed{background:#f8d7da;color:#721c24;text-decoration:line-through;padding:.1rem .2rem;border-radius:2px}.btn-revert{background:#fff3cd;color:#856404;border:1px solid #ffc107}.btn-revert:hover{background:#ffe69c}.btn-accept{background:#d4edda;color:#155724;border:1px solid #28a745}.btn-accept:hover{background:#c3e6cb}.btn{padding:.75rem 2rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.btn-primary{background:#1877f2;color:#fff}.btn-primary:hover{background:#166fe5}.btn-secondary{background:#e4e6eb;color:#1c1e21}.btn-secondary:hover{background:#d8dadf}.btn-danger{background:#fa383e;color:#fff}.btn-danger:hover{background:#e6282e}.btn-success{background:#42b72a;color:#fff}.btn-success:hover{background:#36a420}.prompts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:1rem}@media(max-width:1024px){.prompts-list{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.25rem}}@media(max-width:768px){.prompts-list{grid-template-columns:1fr;gap:1rem}}.prompts-list h2{text-align:left;margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#1c1e21}.prompt-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:left;border:1px solid #e4e6ea;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden}.prompt-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.prompt-card:hover{box-shadow:0 8px 32px #0000001f;border-color:#667eea;transform:translateY(-2px)}.prompt-card:hover:before{opacity:1}.prompt-card.selected{border-color:#667eea;background:linear-gradient(135deg,#f8faff,#f0f4ff);box-shadow:0 4px 20px #667eea26}.prompt-card.selected:before{opacity:1}.prompt-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.prompt-header-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.prompt-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.prompt-title{font-size:1.2rem;margin:0;color:#1c1e21;font-weight:700;line-height:1.3}.public-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.prompt-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;transition:all .3s ease}.prompt-actions .btn{padding:.4rem .8rem;font-size:.8rem;border-radius:8px;font-weight:500;transition:all .2s ease}.prompt-actions .btn:hover{transform:translateY(-1px)}.prompt-category{display:inline-block;padding:.3rem .8rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:20px;font-size:.75rem;color:#1565c0;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.prompt-content{background:#f8f9fa;border:1px solid #e9ecef;padding:1.25rem;border-radius:12px;margin-bottom:1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-size:.9rem;line-height:1.6;color:#2d3748;white-space:pre-wrap;word-wrap:break-word;max-height:200px;overflow-y:auto;transition:all .2s ease}.prompt-content:hover{background:#f1f3f4;border-color:#dee2e6}.prompt-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#65676b;border-top:1px solid #e9ecef;padding-top:.75rem;margin-top:1rem}.prompt-date{font-weight:500;color:#718096}.prompt-actions{display:flex;gap:.5rem;flex-wrap:nowrap;flex-shrink:0;align-items:center}.prompt-actions .btn{padding:.4rem .75rem;font-size:.8rem;white-space:nowrap}.test-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #dddfe2}.test-input{margin-bottom:1rem}.test-result{background:#f0f2f5;padding:1rem;border-radius:8px;margin-top:1rem;border:1px solid #dddfe2;color:#1c1e21}.test-result.success{background:#e7f3e7;border-color:#42b72a}.test-result.error{background:#ffebe9;border-color:#fa383e}.loading{text-align:center;padding:2rem;color:#65676b}.error-message{background:#fa383e;color:#fff;padding:1rem 1.5rem;border-radius:8px;margin:0 auto 1.5rem;max-width:700px;display:flex;justify-content:space-between;align-items:center}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #dddfe2;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{font-size:1.75rem;color:#1c1e21;margin:0;font-weight:700}.modal-close{background:#e53e3e;border:none;padding:0;width:32px;height:32px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;color:#fff;font-weight:700;line-height:1;flex-shrink:0}.modal-loading{text-align:center;padding:4rem 2rem}.spinner{width:50px;height:50px;border:4px solid #f0f2f5;border-top-color:#1877f2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.modal-loading p{color:#65676b;font-size:1.1rem}.modal-body{padding:2rem}.modal-subtitle{text-align:center;color:#65676b;margin-bottom:2rem;font-size:1rem}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.intent-section{border-bottom:2px solid #dddfe2;padding-bottom:2rem;margin-bottom:2rem}.goals-list{display:grid;gap:.75rem;max-height:50vh;overflow-y:auto;padding:.5rem}.goal-item{display:flex;align-items:flex-start;padding:1rem;background:#f0f2f5;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s}.goal-item:hover{background:#fff;border-color:#1877f2}.goal-item input[type=checkbox]{margin-right:.75rem;width:20px;height:20px;cursor:pointer;accent-color:#1877f2;flex-shrink:0}.goal-item input[type=checkbox]:checked~.goal-content{color:#1877f2}.goal-item input[type=checkbox]:checked~.goal-content .goal-number{background:#1877f2;color:#fff}.goal-content{display:flex;align-items:flex-start;gap:.75rem;width:100%}.goal-number{flex-shrink:0;background:#e4e6eb;color:#65676b;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;transition:all .2s}.goal-text{flex:1;line-height:1.5;color:#1c1e21}.ai-suggestions-modal .modal-footer{display:flex;flex-direction:column;gap:1rem;border-top:1px solid #dddfe2;padding:1.5rem 2rem;background:#f0f2f5;position:sticky;bottom:0}.footer-input{margin-bottom:1rem}.footer-input label{display:block;margin-bottom:.5rem;font-weight:600;color:#1c1e21;font-size:.9rem}.context-input{width:100%;padding:.75rem;border-radius:6px;border:1px solid #ccd0d5;background:#fff;color:#1c1e21;font-family:inherit;font-size:.95rem}.context-input:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 2px #1877f21a}.footer-actions{display:flex;justify-content:space-between;align-items:center}.selected-count{color:#65676b;font-weight:600}.suggestion-card{background:#f0f2f5;border:2px solid transparent;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative}.suggestion-card:hover{border-color:#1877f2;background:#fff;box-shadow:0 4px 12px #1877f226;transform:translateY(-2px)}.confirm-modal{max-width:500px}.confirm-modal .modal-body{text-align:center;padding:2rem}.confirm-message{font-size:1.1rem;color:#1c1e21;margin:0;line-height:1.5}.confirm-modal .modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;background:#f8f9fa}.confirm-modal .modal-footer .btn{min-width:100px}.user-dropdown-container{position:relative}.user-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;height:36px;box-sizing:border-box}.user-dropdown-trigger:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.user-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.user-name{font-weight:500;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow{transition:transform .2s ease;color:#fffc}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid #e1e5e9;min-width:250px;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-info{display:flex;align-items:center;gap:.75rem;padding:1rem}.user-avatar-small{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-details{flex:1}.user-details .user-name{font-weight:600;color:#1c1e21;margin-bottom:.25rem;font-size:.95rem;white-space:normal;max-width:none;overflow:visible;text-overflow:clip}.user-details .user-email{font-size:.85rem;color:#65676b}.dropdown-divider{height:1px;background:#e1e5e9;margin:0}.dropdown-item{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:.9rem;color:#1c1e21;display:flex;align-items:center;gap:.5rem}.dropdown-item:hover{background:#f0f2f5}.logout-btn{color:#dc3545;font-weight:500}.logout-btn:hover{background:#fff5f5}.site-footer{background:#f0f2f5;border-top:1px solid #dddfe2;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:480px){.footer-container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.25rem}.footer-section h4{font-size:.95rem;margin-bottom:.6rem}.footer-section ul li,.footer-section ul li a{font-size:.85rem}}.footer-section h4{color:#1c1e21;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer-section p{color:#65676b;margin:.5rem 0;font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{color:#65676b;margin:.5rem 0;font-size:.95rem}.footer-section ul li a{color:#65676b;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#1877f2;text-decoration:underline}.footer-bottom{border-top:1px solid #dddfe2;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#65676b;margin:0;font-size:.9rem}.recycler-list{display:flex;flex-direction:column;gap:1rem;max-height:60vh;overflow-y:auto;padding:.5rem}.recycler-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f0f2f5;border-radius:8px;border:1px solid #dddfe2}.recycler-info{flex:1}.recycler-info h3{margin:0 0 .5rem;color:#1c1e21;font-size:1.1rem}.recycler-actions{display:flex;gap:.75rem}.suggestion-number{position:absolute;top:.75rem;right:.75rem;background:#1877f2;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.suggestion-text{color:#1c1e21;line-height:1.6;margin-bottom:1rem;padding-right:2rem;min-height:100px;font-size:.95rem}.suggestion-select-btn{width:100%;padding:.75rem;background:#1877f2;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.suggestion-select-btn:hover{background:#166fe5;transform:scale(1.02)}.btn-copy{background:#e7f3ff;color:#1877f2;border:1px solid #1877f2}.btn-copy:hover{background:#1877f2;color:#fff}.file-upload-section{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.file-upload-label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:#495057;margin-bottom:.75rem}.file-upload-count{font-weight:400;color:#868e96;font-size:.8rem}.file-upload-save-hint{color:#868e96;font-size:.85rem;font-style:italic;margin:0}.file-upload-error{display:flex;align-items:center;justify-content:space-between;background:#fff5f5;color:#c92a2a;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;margin-bottom:.75rem}.file-upload-error button{background:none;border:none;color:#c92a2a;cursor:pointer;padding:0;font-size:1rem}.file-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;border:2px dashed #ced4da;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#868e96;background:#fff}.file-upload-dropzone:hover{border-color:#4f46e5;color:#4f46e5;background:#f5f3ff}.file-upload-dropzone.drag-over{border-color:#4f46e5;background:#ede9fe;color:#4f46e5}.file-upload-dropzone.uploading{pointer-events:none;opacity:.7}.file-upload-dropzone i{font-size:1.5rem}.file-upload-hint{font-size:.75rem;color:#adb5bd}.file-upload-drive-btn{margin-top:.5rem;width:100%;font-size:.85rem}.file-upload-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.file-upload-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:#fff;border:1px solid #e9ecef;border-radius:6px;transition:background .15s}.file-upload-item:hover{background:#f8f9fa}.file-upload-item>i{font-size:1.2rem;color:#4f46e5;flex-shrink:0}.file-upload-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.file-upload-item-name{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-upload-item-meta{font-size:.72rem;color:#868e96}.file-upload-item-actions{display:flex;gap:.25rem;flex-shrink:0}.file-upload-action-btn{background:none;border:none;cursor:pointer;padding:.25rem .4rem;border-radius:4px;color:#868e96;font-size:.85rem;transition:all .15s}.file-upload-action-btn:hover{background:#e9ecef;color:#495057}.file-upload-action-btn.delete:hover{background:#fff5f5;color:#c92a2a}body.dark-mode .file-upload-section{background:#2a2d35;border-color:#3a3d45}body.dark-mode .file-upload-label{color:#d1d5db}body.dark-mode .file-upload-dropzone{border-color:#4a4d55;background:#1f2128;color:#9ca3af}body.dark-mode .file-upload-dropzone:hover{border-color:#6366f1;background:#2a2445;color:#818cf8}body.dark-mode .file-upload-dropzone.drag-over{border-color:#6366f1;background:#312e81}body.dark-mode .file-upload-item{background:#1f2128;border-color:#3a3d45}body.dark-mode .file-upload-item:hover{background:#2a2d35}body.dark-mode .file-upload-item-name{color:#e5e7eb}body.dark-mode .file-upload-action-btn:hover{background:#3a3d45;color:#e5e7eb}body.dark-mode .file-upload-error{background:#3b1c1c;color:#fca5a5}.toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#1c1e21;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;box-shadow:0 4px 12px #0003;z-index:2000;animation:toastSlideUp .3s ease-out}@keyframes toastSlideUp{0%{transform:translate(-50%) translateY(20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.dark-mode-btn{color:#1c1e21;font-weight:500}.dark-mode-btn:hover{background:#e7f3ff}body.dark-mode{background:#18191a;color:#e4e6eb}body.dark-mode .site-header{background:linear-gradient(135deg,#1a3a5c,#0d2840)}body.dark-mode .app-container{background:#18191a}body.dark-mode .create-section{background:#242526;border-color:#3e4042}body.dark-mode .create-section h2,body.dark-mode .prompts-toolbar-left h2{color:#e4e6eb}body.dark-mode .prompts-toolbar-left .prompt-count{color:#b0b3b8}body.dark-mode .empty-state{background:#242526;border-color:#3e4042}body.dark-mode .empty-state i{color:#4e4f50}body.dark-mode .pagination{border-color:#3e4042}body.dark-mode .pagination-info{color:#b0b3b8}body.dark-mode .form-group label{color:#e4e6eb}body.dark-mode .form-group input,body.dark-mode .form-group textarea,body.dark-mode .form-group select{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .form-group select{padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e4e6eb' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px}body.dark-mode .form-group input:focus,body.dark-mode .form-group textarea:focus,body.dark-mode .form-group select:focus{background:#3a3b3c;border-color:#1877f2}body.dark-mode .form-group input::placeholder,body.dark-mode .form-group textarea::placeholder{color:#8a8d91}body.dark-mode .prompt-card{background:#242526;border-color:#3e4042}body.dark-mode .prompt-card:hover{border-color:#1877f2}body.dark-mode .prompt-date{color:#8a8d91}body.dark-mode .prompt-content{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .prompt-category{background:#1a3a5c;color:#60a5fa}body.dark-mode .prompts-section{background:#1a1a1a;border:1px solid #333}body.dark-mode .prompts-toolbar{border-color:#333}body.dark-mode .prompts-toolbar-left h2{color:#e4e6eb}body.dark-mode .prompts-toolbar-left .prompt-count{background:#2a2a2a;border-color:#444;color:#b0b3b8}body.dark-mode .prompt-card{background:#242526;border-color:#3e4042;color:#e4e6eb}body.dark-mode .prompt-card:hover{border-color:#667eea;box-shadow:0 8px 32px #667eea33}body.dark-mode .prompt-card.selected{background:linear-gradient(135deg,#1a1a2e,#16213e);border-color:#667eea}body.dark-mode .prompt-title{color:#e4e6eb}body.dark-mode .public-badge{background:linear-gradient(135deg,#667eea,#764ba2)}body.dark-mode .prompt-category{background:linear-gradient(135deg,#1a3a5c,#2a4a6c);border-color:#4a6c8a;color:#60a5fa}body.dark-mode .prompt-content{background:#2a2a2a;border-color:#444;color:#e4e6eb}body.dark-mode .prompt-content:hover{background:#333;border-color:#555}body.dark-mode .prompt-meta{border-color:#444;color:#b0b3b8}body.dark-mode .prompt-date{color:#b0b3b8}body.dark-mode .empty-state{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-color:#444}body.dark-mode .empty-state h3{color:#e4e6eb}body.dark-mode .empty-state p{color:#b0b3b8}body.dark-mode .btn-secondary{background:#3a3b3c;color:#e4e6eb;border-color:#4e4f50}body.dark-mode .btn-secondary:hover{background:#4e4f50}body.dark-mode .btn-copy{background:#1a3a5c;color:#60a5fa;border-color:#60a5fa}body.dark-mode .btn-copy:hover{background:#1877f2;color:#fff}body.dark-mode .btn-icon{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .btn-icon:hover:not(:disabled){background:#4e4f50}body.dark-mode .history-panel{background:#242526;border-color:#3e4042}body.dark-mode .history-panel-header{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .history-panel-header h4{color:#e4e6eb}body.dark-mode .history-item{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .history-item.active{border-color:#1877f2;background:#1a3a5c}body.dark-mode .history-preview{background:#242526;color:#b0b3b8}body.dark-mode .compare-column{background:#242526;border-color:#3e4042}body.dark-mode .compare-column h5{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .compare-content{color:#e4e6eb}body.dark-mode .quick-refine-btn{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .quick-refine-btn:hover:not(:disabled){background:#4e4f50}body.dark-mode .preset-label{color:#e4e6eb}body.dark-mode .diff-view-container{background:#242526;border-color:#3e4042}body.dark-mode .diff-view-header{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .diff-view-header h4{color:#e4e6eb}body.dark-mode .diff-view-content{background:#3a3b3c}body.dark-mode .diff-same{color:#e4e6eb}body.dark-mode .modal-overlay{background:#000c}body.dark-mode .modal-content{background:#242526}body.dark-mode .modal-header{background:#242526;border-color:#3e4042}body.dark-mode .modal-header h2{color:#e4e6eb}body.dark-mode .modal-body{background:#242526}body.dark-mode .confirm-message{color:#e4e6eb}body.dark-mode .ai-suggestions-modal .modal-footer{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .goal-item{background:#3a3b3c;border-color:transparent}body.dark-mode .goal-item:hover{background:#242526;border-color:#1877f2}body.dark-mode .goal-text{color:#e4e6eb}body.dark-mode .goal-number{background:#4e4f50;color:#b0b3b8}body.dark-mode .footer-input label{color:#e4e6eb}body.dark-mode .context-input{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .selected-count{color:#b0b3b8}body.dark-mode .user-dropdown-menu{background:#242526;border-color:#3e4042}body.dark-mode .user-details .user-name{color:#e4e6eb}body.dark-mode .user-details .user-email{color:#b0b3b8}body.dark-mode .dropdown-divider{background:#3e4042}body.dark-mode .dropdown-item{color:#e4e6eb}body.dark-mode .dropdown-item:hover{background:#3a3b3c}body.dark-mode .site-footer{background:#242526;border-color:#3e4042}body.dark-mode .footer-section h4{color:#e4e6eb}body.dark-mode .footer-section p,body.dark-mode .footer-section ul li,body.dark-mode .footer-section ul li a{color:#b0b3b8}body.dark-mode .footer-section ul li a:hover{color:#60a5fa}body.dark-mode .footer-bottom{border-color:#3e4042}body.dark-mode .footer-bottom p{color:#b0b3b8}body.dark-mode .error-message{background:#8b2121}body.dark-mode .recycler-item{background:#3a3b3c;border-color:#4e4f50}body.dark-mode .recycler-info h3{color:#e4e6eb}body.dark-mode .toast-notification{background:#e4e6eb;color:#1c1e21}body.dark-mode .content-header label,body.dark-mode .quick-refine-section label{color:#e4e6eb}.library-header{text-align:center;margin-bottom:2rem}.library-header h2{font-size:2rem;color:#1c1e21;margin-bottom:.5rem}.library-header p{color:#65676b;font-size:1.1rem}.library-filters{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000001a;border:1px solid #dddfe2}.search-form{display:flex;align-items:center;gap:.75rem;margin-bottom:0;flex-wrap:wrap}.search-input{flex:1;min-width:180px;padding:.65rem 1rem;border-radius:8px;border:1px solid #ccd0d5;background:#f0f2f5;font-size:1rem;height:40px}.search-input:focus{outline:none;border-color:#1877f2;background:#fff}.filter-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.filter-select{padding:.65rem 1rem;border-radius:8px;border:1px solid #ccd0d5;background:#f0f2f5;font-size:.95rem;min-width:160px;cursor:pointer;height:40px}.filter-select:focus{outline:none;border-color:#1877f2}.public-prompts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.public-prompt-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #dddfe2;transition:all .2s ease;box-shadow:0 1px 2px #0000001a}.public-prompt-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#1877f2}.public-prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.author-info{display:flex;align-items:center;gap:.5rem}.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.author-name{font-size:.9rem;color:#65676b;font-weight:500}.template-badge{background:linear-gradient(135deg,#a78bfa,#8b5cf6);color:#fff;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.public-prompt-title{font-size:1.2rem;color:#1c1e21;margin-bottom:.5rem;font-weight:600}.public-prompt-content{background:#f0f2f5;padding:1rem;border-radius:8px;margin:1rem 0;font-family:Courier New,monospace;font-size:.85rem;line-height:1.5;color:#1c1e21;max-height:120px;overflow:hidden}.public-prompt-stats{display:flex;gap:1.5rem;margin-bottom:1rem}.stat{display:flex;align-items:center;gap:.35rem;color:#65676b;font-size:.9rem}.stat-icon{font-size:1rem}.public-prompt-actions{display:flex;gap:.75rem}.public-prompt-actions .btn{flex:1;padding:.65rem 1rem;font-size:.9rem}.btn-like{background:#fff0f0;color:#e74c3c;border:1px solid #e74c3c}.btn-like:hover{background:#e74c3c;color:#fff}.no-prompts{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#65676b}.template-modal{max-width:800px}.template-form{margin-bottom:2rem}.template-form h4{margin-bottom:1rem;color:#1c1e21}.template-preview h4{margin-bottom:.75rem;color:#1c1e21}.preview-content{background:#f0f2f5;padding:1rem;border-radius:8px;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap;max-height:300px;overflow-y:auto;border:1px solid #dddfe2}body.dark-mode .library-header h2{color:#e4e6eb}body.dark-mode .library-header p{color:#b0b3b8}body.dark-mode .library-filters{background:#242526;border-color:#3e4042}body.dark-mode .search-input,body.dark-mode .filter-select{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .search-input:focus,body.dark-mode .filter-select:focus{border-color:#1877f2;background:#3a3b3c}body.dark-mode .public-prompt-card{background:#242526;border-color:#3e4042}body.dark-mode .public-prompt-card:hover{border-color:#1877f2}body.dark-mode .public-prompt-title{color:#e4e6eb}body.dark-mode .author-name{color:#b0b3b8}body.dark-mode .public-prompt-content{background:#3a3b3c;color:#e4e6eb}body.dark-mode .stat,body.dark-mode .no-prompts{color:#b0b3b8}body.dark-mode .template-form h4,body.dark-mode .template-preview h4{color:#e4e6eb}body.dark-mode .preview-content{background:#3a3b3c;border-color:#4e4f50;color:#e4e6eb}body.dark-mode .btn-like{background:#3a2020;color:#ff6b6b;border-color:#ff6b6b}body.dark-mode .btn-like:hover{background:#e74c3c;color:#fff}@media(max-width:768px){.library-header h2{font-size:1.5rem}.library-header p{font-size:.95rem}.library-filters{padding:1rem}.search-form{flex-direction:row;flex-wrap:wrap}.search-input{flex:1;min-width:0}.search-form .btn{flex-shrink:0}.filter-row{flex-direction:row;flex-wrap:wrap}.filter-select{flex:1;min-width:130px}.public-prompts-grid{grid-template-columns:1fr;gap:1rem}.public-prompt-card{padding:1rem}.public-prompt-actions{flex-direction:row}}.prompts-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.prompts-list-header h2{margin:0;font-size:1.25rem;color:#1c1e21}.prompts-list-actions{display:flex;gap:.5rem}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.bulk-actions-bar{display:flex;justify-content:space-between;align-items:center;background:#e7f3ff;border:1px solid #1877f2;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.select-all-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1c1e21;cursor:pointer}.select-all-label input[type=checkbox]{width:18px;height:18px;accent-color:#1877f2}.bulk-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.prompt-checkbox{width:20px;height:20px;accent-color:#1877f2;cursor:pointer;flex-shrink:0}.prompt-card.selected{border-color:#1877f2;background:#f0f7ff}.public-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#42b72a,#36a420);color:#fff;padding:.2rem .6rem;border-radius:50px;font-size:.7rem;font-weight:600;white-space:nowrap;flex-shrink:0}.btn-share{background:linear-gradient(135deg,#42b72a,#36a420);color:#fff}.btn-share:hover{background:linear-gradient(135deg,#36a420,#2d8c1a)}body.dark-mode .prompts-list-header h2{color:#e4e6eb}body.dark-mode .bulk-actions-bar{background:#1a3a5c;border-color:#1877f2}body.dark-mode .select-all-label{color:#e4e6eb}body.dark-mode .prompt-card.selected{border-color:#1877f2;background:#1a3a5c}body.dark-mode .btn-sm.active{background:#1877f2;color:#fff}@media(max-width:768px){.prompts-list-header,.bulk-actions-bar{flex-direction:column;align-items:flex-start}.prompt-actions{flex-wrap:wrap}.app-container{padding:0;margin:0;max-width:100%;border-radius:0}.prompts-section{padding:1rem;border-radius:0;margin-top:0}.header-container{padding:.6rem 1rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e4e6eb}.modal-header h3{margin:0;color:#1c1e21}.modal-close{background:#e53e3e;border:none;font-size:1.1rem;cursor:pointer;color:#fff;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;line-height:1;flex-shrink:0;transition:background .2s,transform .15s}.modal-close:hover{background:#c53030;transform:scale(1.1)}.modal-body{padding:1.5rem}.modal-body p{margin:0 0 1rem;color:#1c1e21;line-height:1.5}.modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e4e6eb;justify-content:flex-end}.copy-section{margin-top:1rem;text-align:center}.modern-modal{max-width:900px;border-radius:20px;box-shadow:0 25px 50px #00000040;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modern-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;position:relative}.header-content{display:flex;align-items:center;gap:1.5rem}.header-icon{width:60px;height:60px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-text h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.header-subtitle{margin:0;opacity:.9;font-size:1rem;font-weight:400}.modern-close{position:absolute;top:1.5rem;right:1.5rem;background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-close:hover{background:#ffffff4d;transform:scale(1.05)}.modern-loading{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.loading-spinner{position:relative;width:80px;height:80px;margin:0 auto 2rem}.spinner-ring{width:100%;height:100%;border:4px solid rgba(102,126,234,.2);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.spinner-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem;font-weight:600}.loading-content p{margin:0;color:#718096;font-size:1rem}.modern-body{padding:2rem;max-height:60vh;overflow-y:auto}.modern-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:2rem}.footer-top{margin-bottom:2rem}.context-section{width:100%}.context-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#2d3748;font-size:.95rem}.context-label i{color:#667eea}.modern-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#2d3748;font-family:inherit;font-size:1rem;transition:all .2s}.modern-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem}.selection-info{flex:1}.selected-badge{display:inline-flex;align-items:center;gap:.5rem;background:#e6f3ff;color:#667eea;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.selected-badge i{font-size:1rem}.action-buttons{display:flex;gap:1rem;align-items:center}.modern-btn-outline{border:2px solid #667eea;color:#667eea;background:transparent;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:.5rem}.modern-btn-outline:hover{background:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.modern-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}.modern-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #667eea66}.modern-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}body.dark-mode .modern-modal{background:#1a202c;color:#e2e8f0}body.dark-mode .modern-header{background:linear-gradient(135deg,#2d3748,#4a5568)}body.dark-mode .modern-card{background:#2d3748;border-color:#4a5568;color:#e2e8f0}body.dark-mode .modern-card:hover{border-color:#667eea;background:#374151}body.dark-mode .modern-card.selected{background:linear-gradient(135deg,#1e293b,#334155);border-color:#667eea}body.dark-mode .goal-text{color:#e2e8f0}body.dark-mode .modern-footer{background:#1a202c;border-color:#4a5568}body.dark-mode .modern-input{background:#2d3748;border-color:#4a5568;color:#e2e8f0}body.dark-mode .modern-input:focus{border-color:#667eea}body.dark-mode .selected-badge{background:#1e293b;color:#93c5fd}body.dark-mode .context-label{color:#e2e8f0}body.dark-mode .modern-loading{background:linear-gradient(135deg,#1a202c,#2d3748)}body.dark-mode .loading-content h3{color:#e2e8f0}body.dark-mode .loading-content p{color:#a0aec0}.create-prompt-page{max-width:1000px;margin:0 auto;padding:2rem}.create-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.create-section h2{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.create-section h2 i{color:#667eea}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group-half{flex:1}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.style-select,.context-input,.modern-input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#1f2937;font-family:inherit;font-size:1rem;transition:all .2s}.style-select:focus,.context-input:focus,.modern-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}textarea{resize:vertical;min-height:80px}.ai-generate-section{display:flex;justify-content:center;margin:2rem 0}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.content-header label{font-size:1.1rem;font-weight:600;color:#1f2937}.history-controls{display:flex;gap:.5rem;align-items:center}.btn-icon{background:#f3f4f6;border:none;color:#6b7280;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon:hover:not(:disabled){background:#e5e7eb;color:#374151}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:8px}.copy-section{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}body.dark-mode .create-section{background:#1f2937;border-color:#374151;color:#e2e8f0}body.dark-mode .create-section h2{color:#e2e8f0}body.dark-mode .form-group label{color:#d1d5db}body.dark-mode .style-select,body.dark-mode .context-input,body.dark-mode .modern-input,body.dark-mode textarea{background:#374151;border-color:#4b5563;color:#e2e8f0}body.dark-mode .style-select:focus,body.dark-mode .context-input:focus,body.dark-mode .modern-input:focus,body.dark-mode textarea:focus{border-color:#667eea}body.dark-mode .btn-icon{background:#374151;color:#9ca3af}body.dark-mode .btn-icon:hover:not(:disabled){background:#4b5563;color:#e2e8f0}body.dark-mode .copy-section{border-color:#374151}.modern-playground-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;box-shadow:0 4px 20px #667eea4d}.modern-playground-header .header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.modern-playground-header .header-brand{display:flex;align-items:center;gap:1.5rem}.modern-playground-header .brand-title{font-size:2rem;font-weight:800;margin:0;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-playground-header .header-subtitle{margin:.5rem 0 0;opacity:.9;font-size:1.1rem;font-weight:400}.modern-header-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-header-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.section-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #667eea4d}.section-content h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1a202c}.section-content p{margin:0;color:#718096;font-size:1.1rem;font-weight:400}body.dark-mode .section-content h2{color:#e2e8f0}body.dark-mode .section-content p{color:#a0aec0}body.dark-mode .section-header{border-color:#374151}.modern-generate-btn{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border:none;border-radius:16px;padding:18px 36px;font-size:1.2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #667eea66,0 4px 16px #667eea33,inset 0 1px #fff3;position:relative;overflow:hidden;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:280px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-generate-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.modern-generate-btn:hover:not(:disabled):before{left:100%}.modern-generate-btn:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px #667eea80,0 6px 20px #667eea4d,inset 0 1px #ffffff4d;background:linear-gradient(135deg,#5a6fd8,#6a4190,#e086f7)}.modern-generate-btn:active:not(:disabled){transform:translateY(-1px) scale(.98);box-shadow:0 4px 20px #667eea66,0 2px 10px #667eea33,inset 0 2px 4px #0000001a;transition:all .1s ease}.modern-generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 16px #667eea33,inset 0 1px #ffffff1a;background:linear-gradient(135deg,#9ca3af,#6b7280)}.modern-generate-btn .btn-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.generate-hint{text-align:center;color:#6c757d;font-size:.9rem;margin-top:16px;font-style:italic;opacity:.8}body.dark-mode .generate-hint{color:#a0aec0}.goals-list{max-height:400px;overflow-y:auto;padding:0}.goal-item{margin-bottom:12px;padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa;transition:all .2s ease}.goal-item:hover{background:#e9ecef;border-color:#dee2e6}.goal-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin:0;font-size:1rem;line-height:1.5}.goal-checkbox{margin-top:2px;width:18px;height:18px;accent-color:#667eea;cursor:pointer}.goal-number{font-weight:600;color:#495057;min-width:24px;font-size:.95rem}.goal-text{color:#212529;flex:1;font-size:.95rem}.intent-input-wrapper{position:relative;display:flex;gap:8px;align-items:flex-start}.intent-input-wrapper textarea{flex:1}.voice-recorder-btn{width:44px;height:44px;min-width:44px;border-radius:12px;border:2px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease;margin-top:2px}.voice-recorder-btn:hover{border-color:#60a5fa;color:#3b82f6;background:#eff6ff}.voice-recorder-btn.recording{border-color:#ef4444;background:#fef2f2;color:#ef4444;animation:pulse-border 1.5s ease-in-out infinite}.voice-recorder-btn.transcribing{border-color:#3b82f6;background:#dbeafe;color:#3b82f6;cursor:wait;animation:pulse-soft 1.5s ease-in-out infinite}.voice-recorder-btn .btn-spinner{width:24px;height:24px;border:3px solid rgba(59,130,246,.15);border-top:3px solid #3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes pulse-soft{0%,to{transform:scale(1);box-shadow:0 0 #3b82f666}50%{transform:scale(1.02);box-shadow:0 0 0 8px #3b82f600}}.voice-recorder-btn:disabled{cursor:wait;opacity:.7}.recording-indicator{display:flex;align-items:center;gap:4px;position:relative}.recording-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:recording-pulse 1s ease-in-out infinite;position:absolute;top:-2px;right:-2px}@keyframes recording-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes pulse-border{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 0 6px #ef444400}}.persona-select{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;color:#334155;transition:border-color .2s;cursor:pointer}.persona-select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.settings-page{max-width:800px;margin:0 auto}.settings-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-bottom:1.5rem}.settings-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.api-key-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;background:#f8fafc}.api-key-info{display:flex;flex-direction:column;gap:4px}.api-key-name{font-weight:600;color:#1e293b}.api-key-prefix{font-family:Courier New,Courier,monospace;font-size:.85rem;color:#64748b;background:#e2e8f0;padding:2px 8px;border-radius:4px}.api-key-meta{font-size:.75rem;color:#94a3b8}.api-key-actions{display:flex;gap:.5rem}.new-key-display{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:1rem;margin-bottom:1rem}.new-key-display p{font-size:.85rem;color:#166534;margin-bottom:.5rem}.new-key-value{display:flex;gap:.5rem;align-items:center}.new-key-value code{flex:1;padding:.5rem;background:#fff;border:1px solid #bbf7d0;border-radius:6px;font-family:Courier New,Courier,monospace;font-size:.85rem;word-break:break-all}.personas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.persona-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9;transition:all .2s}.persona-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.persona-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.persona-card-icon{font-size:2rem;line-height:1}.persona-card-title{font-size:1.1rem;font-weight:700;color:#1e293b}.persona-card-category{font-size:.75rem;color:#64748b}.persona-card-body{margin-bottom:1rem}.persona-card-desc{font-size:.9rem;color:#475569;line-height:1.5;margin-bottom:.75rem}.persona-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.persona-tag{font-size:.75rem;padding:4px 10px;border-radius:20px;background:#eff6ff;color:#3b82f6;font-weight:500}.persona-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.persona-stats{display:flex;gap:1rem;font-size:.8rem;color:#94a3b8}.chains-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#64748b}.chains-empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.chains-empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#3b82f6}.chains-empty-state h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.chains-empty-state p{font-size:.925rem;line-height:1.6;margin-bottom:1.5rem;max-width:420px;margin-left:auto;margin-right:auto}.chains-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.chain-card{background:#fff;border-radius:14px;padding:1.25rem;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.chain-card:hover{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f61a}.chain-card-header{margin-bottom:.5rem}.chain-card-title-row{display:flex;align-items:center;gap:.5rem}.chain-card-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0}.chain-card-category{font-size:.75rem;color:#3b82f6;background:#eff6ff;padding:.125rem .5rem;border-radius:10px;display:inline-block;margin-top:.375rem}.chain-card-desc{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chain-card-stats{display:flex;gap:1rem;margin-bottom:.875rem}.chain-stat{font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:.3rem}.chain-card-actions{display:flex;gap:.5rem;border-top:1px solid #f1f5f9;padding-top:.875rem}.btn-outline-danger{color:#ef4444;border:1px solid #fecaca;background:transparent;padding:.3rem .625rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s}.btn-outline-danger:hover{background:#fef2f2;border-color:#f87171}.btn-outline-secondary{color:#64748b;border:1px solid #e2e8f0;background:transparent;padding:.3rem .625rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:.3rem}.btn-outline-secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.cb-layout{display:flex;height:calc(100vh - 70px);overflow:hidden}.cb-sidebar{width:240px;background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto;flex-shrink:0;scrollbar-width:none}.cb-sidebar::-webkit-scrollbar{display:none}.cb-sidebar-section{padding:.75rem;border-bottom:1px solid #f1f5f9}.cb-section-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.1rem 0}.cb-section-header:hover .cb-sidebar-title,.cb-section-header:hover .cb-palette-category-label{color:#374151}.cb-section-chevron{font-size:.6rem;color:#d1d5db;transition:color .15s}.cb-section-header:hover .cb-section-chevron{color:#9ca3af}.cb-section-peek{display:flex;align-items:center;gap:.375rem;padding:.3rem 0 .2rem;flex-wrap:wrap}.cb-peek-icon{font-size:.9rem;opacity:.75;transition:opacity .15s}.cb-peek-icon:hover{opacity:1}.cb-peek-more{font-size:.65rem;color:#9ca3af;font-weight:600}.cb-peek-name{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.cb-section-body{padding-top:.5rem}.cb-sidebar-title{font-size:.72rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.75px;margin:0}.cb-palette-category{border-bottom:1px solid #f1f5f9}.cb-palette-category-label{font-size:.65rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin:0}.cb-form-group{margin-bottom:.75rem}.cb-form-group label{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:.25rem}.cb-form-group input,.cb-form-group textarea,.cb-form-group select{width:100%;padding:.5rem .625rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;background:#fff;color:#1e293b;transition:border-color .15s}.cb-form-group input:focus,.cb-form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.cb-form-hint{font-size:.78rem;color:#94a3b8;margin-top:.375rem;line-height:1.4}.cb-node-palette{display:grid;grid-template-columns:1fr 1fr;gap:.3rem}.cb-palette-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:52px;padding:.5rem .25rem;gap:.25rem;border:1px solid #f1f5f9;border-radius:8px;background:#f8fafc;cursor:pointer;font-size:.69rem;font-weight:500;color:#374151;text-align:center;transition:all .15s}.cb-palette-btn i{color:var(--node-color);font-size:1.1rem;width:auto}.cb-palette-btn:hover{background:#fff;border-color:var(--node-color);color:#111827;box-shadow:0 1px 4px #00000014}.cb-connect-hint{margin:.75rem 1rem;padding:.625rem .75rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;font-size:.8rem;color:#9a3412;display:flex;align-items:flex-start;gap:.5rem}.cb-edge-list{display:flex;flex-direction:column;gap:.25rem}.cb-edge-item{display:flex;align-items:center;justify-content:space-between;padding:.375rem .5rem;background:#fff;border-radius:6px;font-size:.8rem;color:#475569;border:1px solid #e2e8f0}.cb-edge-delete{background:none;border:none;color:#94a3b8;cursor:pointer;padding:0 .25rem;font-size:.9rem;border-radius:4px}.cb-edge-delete:hover{color:#ef4444;background:#fef2f2}.cb-canvas{flex:1;position:relative;overflow:auto;background-image:linear-gradient(rgba(203,213,225,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(203,213,225,.5) 1px,transparent 1px);background-size:24px 24px;background-color:#f8fafc;min-height:100%;scrollbar-width:none}.cb-canvas::-webkit-scrollbar{display:none}.cb-canvas.port-dragging{cursor:crosshair}.cb-canvas.port-dragging .cb-node{pointer-events:none}.cb-canvas.port-dragging .cb-port{pointer-events:all;opacity:1}.cb-canvas-error{position:absolute;top:1rem;left:1rem;right:1rem;z-index:20;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.cb-canvas-error button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1.1rem}.cb-canvas-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.cb-canvas-empty i{font-size:3rem;color:#d1d5db}.cb-canvas-empty h3{margin-top:.75rem;font-size:1.1rem;font-weight:600;color:#9ca3af}.cb-canvas-empty p{font-size:.875rem;margin-top:.25rem;color:#b0b8c4}.cb-edges-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cb-edge-label{font-family:inherit}.cb-node{position:absolute;width:172px;background:#fff;border:1px solid #e8ecf0;border-left:3px solid var(--node-color);border-radius:8px;cursor:grab;-webkit-user-select:none;user-select:none;z-index:5;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 3px #0000000f}.cb-node:hover{box-shadow:0 4px 16px #0000001f,0 0 0 2px color-mix(in srgb,var(--node-color) 25%,transparent);z-index:6}.cb-node.selected{border-color:var(--node-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--node-color) 20%,transparent),0 4px 12px #0000001a;z-index:7}.cb-node.dragging{cursor:grabbing;box-shadow:0 16px 40px #0000002e;z-index:100}.cb-node-inner{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem}.cb-node-icon-wrap{width:28px;height:28px;border-radius:7px;border:1px solid;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cb-node-icon{font-size:.85rem}.cb-node-body{flex:1;min-width:0}.cb-node-label{font-size:.8rem;font-weight:600;color:#1e293b}.cb-node-preview{font-size:.68rem;color:#94a3b8;margin-top:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb-node-actions{display:flex;justify-content:center;gap:.25rem;padding:.25rem .5rem .5rem;opacity:0;transition:opacity .15s}.cb-node:hover .cb-node-actions{opacity:1}.cb-node-action-btn{width:24px;height:24px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.7rem;color:#94a3b8;transition:all .15s}.cb-node-action-btn.edit:hover{background:#fefce8;color:#ca8a04;border-color:#fde047}.cb-node-action-btn.delete:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.cb-modal-node-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:20px;border:1px solid;font-size:.85rem}.cb-port{position:absolute;width:12px;height:12px;border-radius:50%;background:#3b82f6;border:2px solid white;opacity:0;transition:opacity .15s,transform .15s;cursor:crosshair;z-index:10;pointer-events:all}.cb-node:hover .cb-port,.cb-node.selected .cb-port{opacity:1}.cb-port:hover,.cb-port.cb-port-hover{transform:scale(1.5);background:#2563eb;box-shadow:0 0 0 4px #3b82f640}.cb-port-top{top:-7px;left:50%;margin-left:-6px}.cb-port-right{right:-7px;top:50%;margin-top:-6px}.cb-port-bottom{bottom:-7px;left:50%;margin-left:-6px}.cb-port-left{left:-7px;top:50%;margin-top:-6px}.cb-exec-panel{width:340px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.cb-exec-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid #f1f5f9}.cb-exec-header h4{margin:0;font-size:.95rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem}.cb-exec-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:.25rem;border-radius:6px}.cb-exec-close:hover{color:#475569;background:#f1f5f9}.cb-exec-body{flex:1;padding:1rem;overflow-y:auto}.cb-exec-run-btn{width:100%;margin-bottom:.75rem}.cb-exec-hint{font-size:.8rem;color:#475569;text-align:center;font-style:italic}.cb-exec-results{margin-top:.75rem}.cb-exec-result-card{border-radius:10px;padding:.875rem;margin-bottom:.75rem}.cb-exec-final{background:#f8fafc;border:1px solid #e2e8f0}.cb-exec-final h5{font-size:.8rem;font-weight:700;color:#6b7280;margin:0 0 .5rem}.cb-exec-final pre{margin:0;font-size:.85rem;white-space:pre-wrap;word-break:break-word;color:#1e293b;line-height:1.5;font-family:inherit}.cb-exec-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.8rem;color:#475569}.cb-exec-meta span{display:flex;align-items:center;gap:.3rem}.cb-exec-steps-title{font-size:.8rem;font-weight:700;color:#475569;margin:0 0 .5rem}.cb-exec-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;margin-bottom:.5rem}.cb-exec-step.error{border-color:#fecaca;background:#fff5f5}.cb-exec-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.cb-exec-step-badge{font-size:.7rem;font-weight:600;color:#fff;padding:.2rem .6rem;border-radius:8px;display:inline-flex;align-items:center;gap:.3rem}.cb-exec-step-tokens{font-size:.75rem;color:#475569}.cb-exec-step-output{font-size:.8rem;color:#475569;line-height:1.4;word-break:break-word}.cb-exec-step-error{font-size:.8rem;color:#f87171;margin-top:.375rem;display:flex;align-items:center;gap:.3rem}.cb-exec-steps-title{font-size:.8rem;font-weight:700;color:#475569;margin:.75rem 0 .5rem;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.cb-layout{flex-direction:column;height:auto;min-height:calc(100vh - 70px)}.cb-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0}.cb-canvas{min-height:400px;height:50vh}.cb-exec-panel{width:100%;border-left:none;border-top:1px solid #e2e8f0;max-height:50vh}.cb-node-palette{grid-template-columns:repeat(4,1fr)}.cb-palette-btn{min-height:44px}.cb-port{opacity:1;width:16px;height:16px}.cb-port-top{top:-9px;margin-left:-8px}.cb-port-right{right:-9px;margin-top:-8px}.cb-port-bottom{bottom:-9px;margin-left:-8px}.cb-port-left{left:-9px;margin-top:-8px}.chains-grid{grid-template-columns:1fr}}.library-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.library-search{flex:1;min-width:200px;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.library-search:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.library-filter-select{padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff}.dark-mode .persona-card,.dark-mode .chain-card,.dark-mode .settings-section{background:#1e293b;border-color:#334155}.dark-mode .persona-card-title,.dark-mode .chain-card-title,.dark-mode .settings-section h3{color:#f1f5f9}.dark-mode .persona-card-desc,.dark-mode .chain-card-desc{color:#94a3b8}.dark-mode .chain-card:hover{border-color:#60a5fa}.dark-mode .chain-card-category{background:#1e3a5f;color:#60a5fa}.dark-mode .chain-card-stats,.dark-mode .chain-stat{color:#64748b}.dark-mode .chain-card-actions{border-color:#334155}.dark-mode .chains-empty-state h3{color:#f1f5f9}.dark-mode .chains-empty-icon{background:linear-gradient(135deg,#1e3a5f,#1e293b)}.dark-mode .voice-recorder-btn{background:#1e293b;border-color:#334155;color:#94a3b8}.dark-mode .voice-recorder-btn:hover{border-color:#60a5fa;color:#60a5fa;background:#1e3a5f}.dark-mode .voice-recorder-btn.transcribing{border-color:#60a5fa;background:#1e3a8a;color:#60a5fa}.dark-mode .voice-recorder-btn .btn-spinner{border:3px solid rgba(96,165,250,.15);border-top:3px solid #60a5fa}.dark-mode .cb-sidebar{background:#0f172a;border-color:#1e293b}.dark-mode .cb-sidebar-section,.dark-mode .cb-palette-category{border-color:#1e293b}.dark-mode .cb-sidebar-title{color:#64748b}.dark-mode .cb-palette-category-label{color:#475569}.dark-mode .cb-form-group label{color:#94a3b8}.dark-mode .cb-form-group input,.dark-mode .cb-form-group textarea,.dark-mode .cb-form-group select{background:#1e293b;border-color:#334155;color:#e2e8f0}.dark-mode .cb-palette-btn{background:#1a2535;border-color:#1e293b;color:#94a3b8}.dark-mode .cb-palette-btn:hover{background:#253347;border-color:var(--node-color);color:#f1f5f9;box-shadow:none}.dark-mode .cb-section-chevron{color:#334155}.dark-mode .cb-section-header:hover .cb-section-chevron{color:#64748b}.dark-mode .cb-peek-name{color:#94a3b8}.dark-mode .cb-peek-more{color:#475569}.dark-mode .cb-port{background:#60a5fa;border-color:#0f172a}.dark-mode .cb-port:hover,.dark-mode .cb-port.cb-port-hover{background:#3b82f6;box-shadow:0 0 0 4px #60a5fa40}.dark-mode .cb-edge-item{background:#1e293b;border-color:#334155;color:#94a3b8}.dark-mode .cb-canvas{background-image:linear-gradient(rgba(51,65,85,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(51,65,85,.6) 1px,transparent 1px);background-size:24px 24px;background-color:#0f172a}.dark-mode .cb-canvas-error{background:#450a0a;border-color:#7f1d1d;color:#fca5a5}.dark-mode .cb-canvas-empty i{color:#334155}.dark-mode .cb-canvas-empty h3{color:#64748b}.dark-mode .cb-canvas-empty p{color:#475569}.dark-mode .cb-node{background:#1e293b;border-color:#2d3f55;border-left-color:var(--node-color);box-shadow:0 2px 8px #0000004d}.dark-mode .cb-node:hover{box-shadow:0 4px 20px #0006}.dark-mode .cb-node.selected{border-color:var(--node-color);box-shadow:0 0 0 3px #60a5fa33,0 4px 16px #0006}.dark-mode .cb-node.dragging{box-shadow:0 12px 32px #00000080}.dark-mode .cb-node-label{color:#e2e8f0}.dark-mode .cb-node-preview{color:#64748b}.dark-mode .cb-node-action-btn{background:#0f172a;border-color:#334155;color:#64748b}.dark-mode .cb-node-action-btn.edit:hover{background:#2d2a15;color:#facc15;border-color:#854d0e}.dark-mode .cb-node-action-btn.delete:hover{background:#2d1515;color:#f87171;border-color:#991b1b}.dark-mode .cb-exec-panel{background:#0f172a;border-color:#1e293b}.dark-mode .cb-exec-header{border-color:#1e293b}.dark-mode .cb-exec-header h4{color:#f1f5f9}.dark-mode .cb-exec-close:hover{background:#1e293b;color:#94a3b8}.dark-mode .cb-exec-final{background:#1a2535;border-color:#2d3f55}.dark-mode .cb-exec-final h5{color:#94a3b8}.dark-mode .cb-exec-final pre{color:#e2e8f0}.dark-mode .cb-exec-step{background:#1a2535;border-color:#2d3f55}.dark-mode .cb-exec-step.error{background:#2d1515;border-color:#991b1b}.dark-mode .cb-exec-step-output{color:#94a3b8}.dark-mode .api-key-item{background:#0f172a;border-color:#334155}.dark-mode .api-key-name{color:#f1f5f9}.dark-mode .api-key-prefix{background:#334155;color:#94a3b8}.dark-mode .persona-select{background:#1e293b;border-color:#334155;color:#e2e8f0}.playground-layout{display:flex;max-width:1400px;margin:0 auto;gap:2rem;padding:0 1.5rem}.playground-main{flex:1;min-width:0}.playground-sidebar{width:320px;flex-shrink:0}.playground-features{display:flex;flex-direction:column;gap:1rem}.feature-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;transition:all .25s ease;text-align:center}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:transparent}.feature-card-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;margin:0 auto 1rem}.feature-card-icon.personas-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa)}.feature-card-icon.chains-gradient{background:linear-gradient(135deg,#34d399,#22d3ee)}.feature-card-icon.voice-gradient{background:linear-gradient(135deg,#f472b6,#fb923c)}.feature-card h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.feature-card p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem}.feature-card-cta{display:inline-flex;align-items:center;gap:.375rem;font-size:.85rem;font-weight:600;color:#3b82f6;text-decoration:none;transition:gap .2s,color .2s}.feature-card-cta:hover{color:#2563eb;gap:.625rem}.persona-browse-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#64748b;text-decoration:none;margin-top:.375rem;transition:color .2s}.persona-browse-link:hover{color:#3b82f6}.coming-soon{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.feature-active{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}@media(max-width:768px){.playground-features{grid-template-columns:1fr;padding:0 1rem}}.dark-mode .feature-card{background:#1e293b;border-color:#334155}.dark-mode .feature-card h3{color:#f1f5f9}.dark-mode .feature-card p{color:#94a3b8}.dark-mode .feature-card-cta{color:#60a5fa}.dark-mode .feature-card-cta:hover{color:#93c5fd}.dark-mode .persona-browse-link{color:#94a3b8}.dark-mode .persona-browse-link:hover{color:#60a5fa}body:has(.chain-builder-container){place-items:normal}.playground-scope{--pg-primary: #475569;--pg-primary-hover: #334155;--pg-primary-light: #64748b;--pg-accent: #0d9488;--pg-accent-hover: #0f766e;--pg-accent-light: rgba(13, 148, 136, .08);--pg-bg-page: #f8fafc;--pg-bg-card: #ffffff;--pg-bg-input: #f1f5f9;--pg-bg-muted: #e2e8f0;--pg-text-primary: #0f172a;--pg-text-secondary: #334155;--pg-text-muted: #64748b;--pg-text-light: #94a3b8;--pg-success: #059669;--pg-error: #dc2626;--pg-warning: #d97706;--pg-border: #cbd5e1;--pg-border-light: #e2e8f0;--pg-border-hover: #94a3b8;--pg-shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--pg-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--pg-shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--pg-radius-sm: 6px;--pg-radius-md: 10px;--pg-radius-lg: 14px;background:var(--pg-bg-page);min-height:100vh}body.dark-mode .playground-scope{--pg-primary: #94a3b8;--pg-primary-hover: #cbd5e1;--pg-primary-light: #475569;--pg-accent: #14b8a6;--pg-accent-hover: #2dd4bf;--pg-accent-light: rgba(20, 184, 166, .15);--pg-bg-page: #0f172a;--pg-bg-card: #1e293b;--pg-bg-input: #334155;--pg-bg-muted: #1e293b;--pg-text-primary: #f1f5f9;--pg-text-secondary: #cbd5e1;--pg-text-muted: #94a3b8;--pg-text-light: #64748b;--pg-success: #34d399;--pg-error: #f87171;--pg-warning: #fbbf24;--pg-border: #334155;--pg-border-light: #1e293b;--pg-border-hover: #475569;--pg-shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--pg-shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--pg-shadow-lg: 0 8px 24px rgba(0, 0, 0, .4);background:var(--pg-bg-page)}.playground-scope .site-header{background:linear-gradient(135deg,#334155,#1e293b);margin-left:0!important}.public-page .site-header{margin-left:0!important}.playground-scope .pg-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1400px;margin:0 auto;padding:1.5rem;padding-bottom:80px}.playground-scope .pg-left-panel,.playground-scope .pg-right-panel{display:flex;flex-direction:column;gap:1rem}.playground-scope .pg-card{background:var(--pg-bg-card);border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-lg);padding:1.25rem;box-shadow:var(--pg-shadow-sm)}.playground-scope .pg-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.playground-scope .pg-card-title{font-size:.9rem;font-weight:600;color:var(--pg-text-secondary);display:flex;align-items:center;gap:.5rem;margin:0}.playground-scope .pg-card-title i{color:var(--pg-text-light)}.playground-scope .pg-stepper{display:flex;align-items:center;justify-content:center;gap:0;padding:1rem 2rem;background:var(--pg-bg-card);border-bottom:1px solid var(--pg-border-light)}.playground-scope .pg-step{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;color:var(--pg-text-light);font-weight:500}.playground-scope .pg-step.active{color:var(--pg-accent);font-weight:600}.playground-scope .pg-step.completed{color:var(--pg-success)}.playground-scope .pg-step-number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid var(--pg-border);background:var(--pg-bg-card);color:var(--pg-text-light);flex-shrink:0}.playground-scope .pg-step.active .pg-step-number{border-color:var(--pg-accent);background:var(--pg-accent);color:#fff}.playground-scope .pg-step.completed .pg-step-number{border-color:var(--pg-success);background:var(--pg-success);color:#fff}.playground-scope .pg-step-connector{width:32px;height:2px;background:var(--pg-border);flex-shrink:0}.playground-scope .pg-step-connector.completed{background:var(--pg-success)}.playground-scope .pg-accordion{border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-md);background:var(--pg-bg-card);overflow:hidden}.playground-scope .pg-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;background:var(--pg-bg-input);transition:background .2s;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:600;color:var(--pg-text-secondary)}.playground-scope .pg-accordion-header:hover{background:var(--pg-bg-muted)}.playground-scope .pg-accordion-body{padding:1rem;max-height:500px;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:1}.playground-scope .pg-accordion-body.collapsed{max-height:0;padding:0 1rem;opacity:0}.playground-scope .pg-accordion-chevron{transition:transform .3s ease;font-size:.75rem}.playground-scope .pg-accordion-chevron.open{transform:rotate(180deg)}.playground-scope .pg-label{display:block;margin-bottom:.375rem;font-weight:600;color:var(--pg-text-secondary);font-size:.8rem}.playground-scope .pg-input,.playground-scope .pg-select,.playground-scope .pg-textarea{width:100%;padding:.625rem .75rem;border-radius:var(--pg-radius-sm);border:1px solid var(--pg-border);background:var(--pg-bg-input);color:var(--pg-text-primary);font-family:inherit;font-size:.875rem;transition:all .2s ease;box-sizing:border-box}.playground-scope .pg-input:focus,.playground-scope .pg-select:focus,.playground-scope .pg-textarea:focus{outline:none;background:var(--pg-bg-card);border-color:var(--pg-accent);box-shadow:0 0 0 2px var(--pg-accent-light)}.playground-scope .pg-textarea{resize:vertical;font-family:Courier New,monospace;line-height:1.6}.playground-scope .pg-form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}.playground-scope .pg-form-group{margin-bottom:.75rem}.playground-scope .pg-btn{padding:.5rem 1rem;border-radius:var(--pg-radius-sm);border:1px solid transparent;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.375rem;font-family:inherit;text-decoration:none;line-height:1.4}.playground-scope .pg-btn:disabled{opacity:.5;cursor:not-allowed}.playground-scope .pg-btn-primary{background:var(--pg-primary);color:#fff;border-color:var(--pg-primary)}.playground-scope .pg-btn-primary:hover:not(:disabled){background:var(--pg-primary-hover)}.playground-scope .pg-btn-run{background:#00a67e;color:#fff;border-color:#00a67e}.playground-scope .pg-btn-run:hover:not(:disabled){background:#008f6b;border-color:#008f6b}.playground-scope .pg-btn-accent{background:var(--pg-accent);color:#fff;border-color:var(--pg-accent)}.playground-scope .pg-btn-accent:hover:not(:disabled){background:var(--pg-accent-hover)}.playground-scope .pg-btn-secondary{background:var(--pg-bg-muted);color:var(--pg-text-secondary);border-color:var(--pg-border)}.playground-scope .pg-btn-secondary:hover:not(:disabled){background:var(--pg-border)}.playground-scope .pg-btn-outline{background:transparent;color:var(--pg-primary);border-color:var(--pg-border)}.playground-scope .pg-btn-outline:hover:not(:disabled){background:var(--pg-bg-input);border-color:var(--pg-primary)}.playground-scope .pg-btn-success{background:var(--pg-success);color:#fff;border-color:var(--pg-success)}.playground-scope .pg-btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--pg-border);border-radius:var(--pg-radius-sm);background:var(--pg-bg-card);color:var(--pg-text-muted);cursor:pointer;transition:all .2s;font-size:.85rem}.playground-scope .pg-btn-icon:hover:not(:disabled){border-color:var(--pg-accent);color:var(--pg-accent)}.playground-scope .pg-btn-icon:disabled{opacity:.4;cursor:not-allowed}.playground-scope .pg-btn-sm{padding:.375rem .75rem;font-size:.75rem}.playground-scope .pg-btn-generate{background:var(--pg-accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--pg-radius-md);font-size:.9rem;font-weight:600;width:100%;justify-content:center;box-shadow:0 2px 8px #0d948833}.playground-scope .pg-btn-generate:hover:not(:disabled){background:var(--pg-accent-hover);box-shadow:0 4px 12px #0d94884d;transform:translateY(-1px)}@keyframes pg-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.playground-scope .pg-skeleton-line{height:1rem;border-radius:4px;background:linear-gradient(90deg,var(--pg-bg-muted) 25%,var(--pg-bg-input) 50%,var(--pg-bg-muted) 75%);background-size:200px 100%;animation:pg-shimmer 1.5s ease-in-out infinite;margin-bottom:.75rem}.playground-scope .pg-skeleton-line:nth-child(odd){width:92%}.playground-scope .pg-skeleton-line:nth-child(2n){width:68%}.playground-scope .pg-skeleton-block{height:120px;border-radius:var(--pg-radius-md);background:linear-gradient(90deg,var(--pg-bg-muted) 25%,var(--pg-bg-input) 50%,var(--pg-bg-muted) 75%);background-size:200px 100%;animation:pg-shimmer 1.5s ease-in-out infinite}.playground-scope .pg-goals-section{background:var(--pg-bg-card);border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-md);overflow:hidden}.playground-scope .pg-goals-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--pg-bg-input);border-bottom:1px solid var(--pg-border-light)}.playground-scope .pg-goals-header h3{font-size:.85rem;font-weight:600;color:var(--pg-text-secondary);margin:0}.playground-scope .pg-goals-count{font-size:.75rem;color:var(--pg-accent);font-weight:600;background:var(--pg-accent-light);padding:.2rem .6rem;border-radius:12px}.playground-scope .pg-goals-list{max-height:320px;overflow-y:auto;padding:.5rem}.playground-scope .pg-goal-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .625rem;border-radius:var(--pg-radius-sm);cursor:pointer;transition:background .15s;border:1px solid transparent}.playground-scope .pg-goal-item:hover{background:var(--pg-bg-input)}.playground-scope .pg-goal-item.selected{background:var(--pg-accent-light);border-color:var(--pg-accent)}.playground-scope .pg-goal-item input[type=checkbox]{margin-top:3px;accent-color:var(--pg-accent);flex-shrink:0}.playground-scope .pg-goal-number{font-weight:600;color:var(--pg-text-light);font-size:.8rem;min-width:1.5rem;flex-shrink:0}.playground-scope .pg-goal-text{font-size:.8rem;color:var(--pg-text-primary);line-height:1.4}.playground-scope .pg-goals-footer{padding:.75rem 1rem;border-top:1px solid var(--pg-border-light);display:flex;flex-direction:column;gap:.5rem}.playground-scope .pg-goals-actions{display:flex;gap:.5rem;justify-content:flex-end}.playground-scope .pg-content-stats{display:flex;gap:.75rem;align-items:center;font-size:.7rem;color:var(--pg-text-light);padding:.375rem 0}.playground-scope .pg-stat-divider{color:var(--pg-border)}.playground-scope .pg-content-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.playground-scope .pg-content-actions{display:flex;align-items:center;gap:.5rem}.playground-scope .pg-panel-actions{display:flex;align-items:center;gap:.75rem}.playground-scope .pg-toggle-group{display:flex;border:1px solid var(--pg-border);border-radius:var(--pg-radius-sm);overflow:hidden}.playground-scope .pg-toggle-btn{padding:.3rem .6rem;font-size:.7rem;font-weight:500;border:none;background:var(--pg-bg-card);color:var(--pg-text-muted);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.25rem;font-family:inherit}.playground-scope .pg-toggle-btn.active{background:var(--pg-primary);color:#fff}.playground-scope .pg-toggle-btn:not(.active):hover{background:var(--pg-bg-input)}.playground-scope .pg-markdown-preview{padding:1rem;border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-md);background:var(--pg-bg-card);min-height:200px;max-height:400px;overflow-y:auto;font-size:.85rem;line-height:1.7;color:var(--pg-text-primary)}.playground-scope .pg-markdown-preview h1,.playground-scope .pg-markdown-preview h2,.playground-scope .pg-markdown-preview h3{color:var(--pg-text-primary);margin:1rem 0 .5rem}.playground-scope .pg-markdown-preview p{margin:.5rem 0}.playground-scope .pg-markdown-preview code{background:var(--pg-bg-muted);padding:.15em .35em;border-radius:3px;font-size:.85em}.playground-scope .pg-markdown-preview pre{background:var(--pg-bg-input);padding:.75rem;border-radius:var(--pg-radius-sm);overflow-x:auto}.playground-scope .pg-markdown-preview ul,.playground-scope .pg-markdown-preview ol{padding-left:1.5rem}.playground-scope .pg-refinements{display:flex;flex-direction:column;gap:.75rem}.playground-scope .pg-refinements-label{font-size:.8rem;font-weight:600;color:var(--pg-text-secondary);display:flex;align-items:center;gap:.375rem}.playground-scope .pg-refinement-category{display:flex;flex-direction:column;gap:.375rem}.playground-scope .pg-refinement-category-label{font-size:.7rem;font-weight:600;color:var(--pg-text-light);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.3rem}.playground-scope .pg-refinement-pills{display:flex;flex-wrap:wrap;gap:.375rem}.playground-scope .pg-refinement-pill{display:flex;align-items:center;gap:.3rem;padding:.35rem .65rem;border:1px solid var(--pg-border);border-radius:16px;background:var(--pg-bg-card);font-size:.75rem;color:var(--pg-text-secondary);cursor:pointer;transition:all .2s;font-family:inherit;font-weight:500}.playground-scope .pg-refinement-pill:hover:not(:disabled){border-color:var(--pg-accent);color:var(--pg-accent);background:var(--pg-accent-light)}.playground-scope .pg-refinement-pill:disabled{opacity:.5;cursor:not-allowed}.playground-scope .pg-refinement-pill.loading{border-color:var(--pg-accent);color:var(--pg-accent)}.playground-scope .pg-pill-spinner,.pg-pill-spinner{display:inline-block;width:10px;height:10px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}.playground-scope .pg-custom-refine{margin-top:.5rem}.playground-scope .pg-custom-refine-row{display:flex;gap:.5rem}.playground-scope .pg-custom-refine-input{flex:1;padding:.5rem .75rem;border-radius:var(--pg-radius-sm);border:1px solid var(--pg-border);background:var(--pg-bg-input);color:var(--pg-text-primary);font-size:.8rem;font-family:inherit}.playground-scope .pg-custom-refine-input:focus{outline:none;border-color:var(--pg-accent);background:var(--pg-bg-card);box-shadow:0 0 0 2px var(--pg-accent-light)}.playground-scope .pg-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:var(--pg-text-light);min-height:250px}.playground-scope .pg-empty-state i{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.playground-scope .pg-empty-state h3{font-size:1rem;font-weight:600;color:var(--pg-text-muted);margin:0 0 .5rem}.playground-scope .pg-empty-state p{font-size:.8rem;margin:0 0 1rem;max-width:280px;line-height:1.5}.playground-scope .pg-shortcuts-hints{display:flex;gap:1rem;font-size:.7rem;color:var(--pg-text-light)}.playground-scope .pg-shortcuts-hints kbd{background:var(--pg-bg-muted);border:1px solid var(--pg-border);border-radius:3px;padding:.1rem .35rem;font-size:.65rem;font-family:inherit}.playground-scope .pg-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--pg-bg-card);border-top:1px solid var(--pg-border-light);padding:.625rem 2rem;display:flex;justify-content:flex-end;align-items:center;gap:.625rem;z-index:50;box-shadow:0 -2px 8px #0000000a}.playground-scope .pg-export-group{display:flex;gap:.375rem}.playground-scope .pg-error{background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:var(--pg-radius-sm);padding:.625rem 1rem;color:var(--pg-error);font-size:.8rem;display:flex;align-items:center;justify-content:space-between;margin:0 1.5rem}.playground-scope .pg-error button{background:none;border:none;color:var(--pg-error);cursor:pointer;padding:.25rem;font-size:1rem}.playground-scope .pg-toast{position:fixed;bottom:5rem;left:50%;transform:translate(-50%);background:var(--pg-text-primary);color:var(--pg-bg-card);padding:.625rem 1.25rem;border-radius:var(--pg-radius-sm);font-size:.8rem;font-weight:500;box-shadow:var(--pg-shadow-lg);z-index:2000;animation:toastSlideUp .3s ease-out}.playground-scope .pg-history-panel{background:var(--pg-bg-card);border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-lg);max-height:calc(100vh - 200px);overflow-y:auto;box-shadow:var(--pg-shadow-sm)}.playground-scope .pg-history-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--pg-border-light);position:sticky;top:0;background:var(--pg-bg-card);z-index:2}.playground-scope .pg-history-header h3{font-size:.85rem;font-weight:600;color:var(--pg-text-secondary);margin:0;display:flex;align-items:center;gap:.375rem}.playground-scope .pg-history-list{padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.playground-scope .pg-history-item{padding:.75rem;border-radius:var(--pg-radius-sm);background:var(--pg-bg-input);border:2px solid transparent;transition:all .2s;cursor:pointer}.playground-scope .pg-history-item:hover{background:var(--pg-bg-muted)}.playground-scope .pg-history-item.active{border-color:var(--pg-accent);background:var(--pg-accent-light)}.playground-scope .pg-history-item.comparing{border-color:var(--pg-warning);background:#d977060d}.playground-scope .pg-history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.playground-scope .pg-history-type{font-size:.7rem;font-weight:600;color:var(--pg-accent);display:flex;align-items:center;gap:.25rem}.playground-scope .pg-history-time{font-size:.65rem;color:var(--pg-text-light)}.playground-scope .pg-history-preview{font-size:.7rem;color:var(--pg-text-muted);line-height:1.4;margin:.25rem 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.playground-scope .pg-history-actions{display:flex;gap:.375rem}.playground-scope .pg-diff-view{background:var(--pg-bg-card);border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-md);overflow:hidden}.playground-scope .pg-diff-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;background:var(--pg-bg-input);border-bottom:1px solid var(--pg-border-light)}.playground-scope .pg-diff-header h4{font-size:.8rem;font-weight:600;color:var(--pg-text-secondary);margin:0;display:flex;align-items:center;gap:.375rem}.playground-scope .pg-diff-actions{display:flex;gap:.375rem}.playground-scope .pg-diff-content{padding:1rem;font-size:.8rem;line-height:1.6;max-height:250px;overflow-y:auto;color:var(--pg-text-primary)}.playground-scope .pg-diff-added{background:#0596691f;color:var(--pg-success);padding:0 2px;border-radius:2px}.playground-scope .pg-diff-removed{background:#dc26261a;color:var(--pg-error);text-decoration:line-through;padding:0 2px;border-radius:2px}.playground-scope .pg-compare-view{background:var(--pg-bg-card);border:1px solid var(--pg-border-light);border-radius:var(--pg-radius-md);overflow:hidden}.playground-scope .pg-compare-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;background:var(--pg-bg-input);border-bottom:1px solid var(--pg-border-light)}.playground-scope .pg-compare-header h4{font-size:.8rem;font-weight:600;color:var(--pg-text-secondary);margin:0;display:flex;align-items:center;gap:.375rem}.playground-scope .pg-compare-panels{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--pg-border-light)}.playground-scope .pg-compare-panel{background:var(--pg-bg-card);padding:.75rem}.playground-scope .pg-compare-panel h5{font-size:.75rem;font-weight:600;color:var(--pg-text-muted);margin:0 0 .5rem}.playground-scope .pg-compare-content{font-size:.8rem;line-height:1.6;color:var(--pg-text-primary);max-height:200px;overflow-y:auto;white-space:pre-wrap}.playground-scope .pg-intent-wrapper{position:relative;display:flex;gap:.5rem;align-items:flex-start}.playground-scope .pg-intent-wrapper .pg-textarea{flex:1}.playground-scope .pg-draft-badge{font-size:.7rem;color:var(--pg-text-light);display:flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:var(--pg-bg-input);border-radius:10px}.playground-scope .pg-signup-cta{text-align:center;padding:.75rem;background:var(--pg-accent-light);border-radius:var(--pg-radius-sm);font-size:.8rem;color:var(--pg-text-secondary)}.playground-scope .pg-signup-cta a{color:var(--pg-accent);font-weight:600;text-decoration:none}.playground-scope .pg-signup-cta a:hover{text-decoration:underline}.playground-scope .pg-toolbar-group{display:flex;align-items:center;gap:.375rem;padding-right:.625rem;border-right:1px solid var(--pg-border-light)}.playground-scope .pg-toolbar-group:last-child{border-right:none;padding-right:0}.playground-scope .pg-dropdown{position:relative}.playground-scope .pg-dropdown-trigger{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--pg-border);border-radius:var(--pg-radius-sm);background:var(--pg-bg-card);color:var(--pg-text-muted);cursor:pointer;transition:all .2s;font-size:1rem;font-weight:700;letter-spacing:1px}.playground-scope .pg-dropdown-trigger:hover{border-color:var(--pg-accent);color:var(--pg-accent)}.playground-scope .pg-dropdown-menu{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:var(--pg-bg-card);border:1px solid var(--pg-border);border-radius:var(--pg-radius-md);box-shadow:var(--pg-shadow-md);z-index:100;padding:.375rem}.playground-scope .pg-dropdown.open .pg-dropdown-menu{display:block}.playground-scope .pg-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;color:var(--pg-text-secondary);font-size:.8rem;font-family:inherit;cursor:pointer;border-radius:var(--pg-radius-sm);transition:background .15s;text-align:left}.playground-scope .pg-dropdown-item:hover{background:var(--pg-bg-input);color:var(--pg-accent)}.playground-scope .pg-dropdown-item:disabled{opacity:.4;cursor:not-allowed}.playground-scope .pg-dropdown-divider{height:1px;background:var(--pg-border-light);margin:.25rem 0}.playground-scope .pg-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.35rem .75rem;background:var(--pg-bg-input);border:1px solid var(--pg-border);border-top:none;border-radius:0 0 var(--pg-radius-sm) var(--pg-radius-sm);font-size:.7rem;color:var(--pg-text-light)}.playground-scope .pg-refine-drawer-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;border:1px solid var(--pg-border);border-radius:var(--pg-radius-sm);background:var(--pg-bg-input);color:var(--pg-text-muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:color .2s,background .2s,border-color .2s;font-family:inherit;margin-top:.75rem}.playground-scope .pg-refine-drawer-toggle:hover{color:var(--pg-accent);border-color:var(--pg-accent)}.playground-scope .pg-refine-drawer-toggle.open{border-radius:var(--pg-radius-sm) var(--pg-radius-sm) 0 0;border-bottom-color:var(--pg-border-light)}.playground-scope .pg-refine-drawer-toggle i.bi-chevron-down{transition:transform .2s;font-size:.7rem;padding:.25rem}.playground-scope .pg-refine-drawer-toggle.open i.bi-chevron-down{transform:rotate(180deg)}.playground-scope .pg-refine-drawer-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:0;border:1px solid transparent;border-top:none;border-radius:0 0 var(--pg-radius-sm) var(--pg-radius-sm)}.playground-scope .pg-refine-drawer-body.open{max-height:400px;padding:.75rem;opacity:1;border-color:var(--pg-border);background:var(--pg-bg-card)}.playground-scope .pg-refine-pills-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.playground-scope .pg-overlay{position:fixed;inset:0;background:#0f172a66;z-index:900;animation:pg-fade-in .2s ease-out}@keyframes pg-fade-in{0%{opacity:0}to{opacity:1}}.playground-scope .pg-slide-over{position:fixed;top:0;right:0;bottom:0;width:340px;max-width:90vw;background:var(--pg-bg-card);border-left:1px solid var(--pg-border);box-shadow:var(--pg-shadow-lg);z-index:901;display:flex;flex-direction:column;animation:pg-slide-in .25s ease-out}@keyframes pg-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.playground-scope .pg-slide-over .pg-history-header{border-bottom:1px solid var(--pg-border-light);padding:1rem;background:var(--pg-bg-card)}.playground-scope .pg-slide-over .pg-history-list{flex:1;overflow-y:auto;padding:.75rem}@media(max-width:1024px){.playground-scope .pg-split-layout{grid-template-columns:1fr}.playground-scope .pg-stepper{padding:.75rem 1rem;overflow-x:auto}.playground-scope .pg-step span:not(.pg-step-number){display:none}.playground-scope .pg-form-row{grid-template-columns:1fr}}@media(max-width:768px){.playground-scope .pg-split-layout{padding:1rem}.playground-scope .pg-compare-panels{grid-template-columns:1fr}.playground-scope .pg-sticky-bar{padding:.5rem 1rem}.modal-overlay{padding:.5rem}.modal-content{max-width:100%;max-height:95vh;border-radius:12px}.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1rem}.modal-footer{padding:1rem!important;flex-wrap:wrap}.modal-footer>div{width:100%}.modal-footer button{width:100%;justify-content:center}.playground-scope .pg-goals-list{max-height:40vh}.playground-scope .pg-goal-item{padding:.75rem}.playground-scope .pg-goal-text{font-size:.875rem;line-height:1.5}.playground-scope .pg-content-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.playground-scope .pg-content-actions{width:100%;flex-wrap:wrap;gap:.5rem}.playground-scope .pg-btn-sm{padding:.5rem .75rem;font-size:.75rem}.playground-scope .pg-btn-icon{min-width:36px;min-height:36px;padding:.5rem}.playground-scope .pg-toggle-group{width:auto}.playground-scope .pg-toggle-btn{flex:1;justify-content:center}.playground-scope .pg-slide-over{width:100%;max-width:100vw}.playground-scope .pg-refine-pills-row{gap:.5rem}.playground-scope .pg-toolbar-group{border-right:none;padding-right:0}.playground-scope .pg-card{padding:1rem}.playground-scope .pg-textarea{font-size:.875rem;padding:.75rem}}.playground-scope .pg-ad-banner{text-align:center;padding:.5rem;font-size:.65rem;color:var(--pg-text-light)}.playground-scope .pg-footer{text-align:center;padding:1rem;font-size:.7rem;color:var(--pg-text-light);border-top:1px solid var(--pg-border-light);margin-top:1rem}.execution-modal .execution-modal-content{max-width:850px;width:95%;height:85vh;display:flex;flex-direction:column;border-radius:16px;overflow:hidden}.execution-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid #e4e6ea;gap:.75rem;flex-shrink:0}.execution-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.execution-title{font-size:1rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1c1e21}.execution-title i{color:#00a67e;margin-right:.375rem}.execution-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.execution-tokens{font-size:.75rem;color:#65676b;background:#f0f2f5;padding:.25rem .625rem;border-radius:12px}.execution-model-select{padding:.375rem .625rem;border-radius:8px;border:1px solid #dddfe2;font-size:.8rem;background:#fff;color:#1c1e21;cursor:pointer}.execution-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0!important;position:relative}.execution-system-prompt{padding:.75rem 1.25rem;border-bottom:1px solid #e4e6ea;background:#f8f9fa;flex-shrink:0}.execution-system-prompt-toggle{cursor:pointer;font-weight:600;font-size:.85rem;color:#65676b;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none}.execution-system-prompt-toggle:hover{color:#1c1e21}.execution-system-prompt-content{margin-top:.75rem;font-size:.8rem;white-space:pre-wrap;word-wrap:break-word;max-height:150px;overflow-y:auto;color:#444;background:#fff;padding:.75rem;border-radius:8px;border:1px solid #e4e6ea;font-family:SF Mono,Consolas,Monaco,monospace;line-height:1.5}.execution-placeholders{padding:1.25rem;border-bottom:1px solid #e4e6ea;background:#fafbfc;flex-shrink:0}.execution-placeholders-hint{font-size:.85rem;color:#65676b;margin-bottom:.875rem}.placeholder-field{margin-bottom:.75rem}.placeholder-field label{display:block;font-weight:600;font-size:.8rem;margin-bottom:.25rem;color:#1877f2;font-family:SF Mono,Consolas,monospace}.placeholder-field input{width:100%;padding:.5rem .75rem;border:1px solid #dddfe2;border-radius:8px;font-size:.9rem}.placeholder-field input:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 2px #1877f226}.execution-placeholders .btn-primary{margin-top:.5rem}.execution-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.execution-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a0a3a8;gap:.75rem}.execution-empty i{font-size:2.5rem}.execution-empty p{font-size:.95rem}.execution-message{max-width:82%;padding:.75rem 1rem;border-radius:16px;line-height:1.6;position:relative;font-size:.925rem;word-wrap:break-word;white-space:pre-wrap}.execution-message.user{align-self:flex-end;background:#1877f2;color:#fff;border-bottom-right-radius:4px}.execution-message.assistant{align-self:flex-start;background:#f0f2f5;color:#1c1e21;border-bottom-left-radius:4px}.execution-message-content{position:relative}.copy-msg-btn{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;border:1px solid #dddfe2;background:#fff;color:#65676b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;opacity:0;transition:opacity .2s,background .2s;box-shadow:0 1px 3px #0000001a}.execution-message:hover .copy-msg-btn{opacity:1}.copy-msg-btn:hover{background:#f0f2f5;color:#1c1e21}.streaming-cursor{display:inline-block;width:7px;height:15px;background:#1877f2;animation:exec-blink 1s step-end infinite;margin-left:2px;vertical-align:middle;border-radius:1px}@keyframes exec-blink{0%,50%{opacity:1}51%,to{opacity:0}}.streaming-dots{display:inline-flex;gap:4px;align-items:center}.streaming-dots span{width:6px;height:6px;background:#65676b;border-radius:50%;animation:exec-dot-bounce 1.4s ease-in-out infinite}.streaming-dots span:nth-child(2){animation-delay:.2s}.streaming-dots span:nth-child(3){animation-delay:.4s}@keyframes exec-dot-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.execution-input{padding:.875rem 1.25rem;border-top:1px solid #e4e6ea;display:flex;gap:.625rem;align-items:flex-end;flex-shrink:0;background:#fff}.execution-input textarea{flex:1;resize:none;border:1px solid #dddfe2;border-radius:12px;padding:.625rem .875rem;font-size:.925rem;max-height:120px;min-height:42px;font-family:inherit;line-height:1.4;transition:border-color .2s}.execution-input textarea:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 2px #1877f226}.execution-send-btn,.execution-copy-all-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.execution-toast{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:1000}.btn-execute{background:#00a67e;color:#fff;border:none;padding:.375rem .75rem;border-radius:6px;font-size:.8rem;cursor:pointer;display:inline-flex;align-items:center;gap:.375rem;transition:background .2s}.btn-execute:hover{background:#008f6b;color:#fff}.btn-execute:disabled{opacity:.5;cursor:not-allowed}.execution-history-panel{position:absolute;inset:0;background:#fff;z-index:10;display:flex;flex-direction:column;overflow:hidden}.execution-history-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid #e4e6ea}.execution-history-header h4{margin:0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.execution-history-list{flex:1;overflow-y:auto;padding:.5rem}.execution-history-loading,.execution-history-empty{text-align:center;padding:2rem;color:#a0a3a8;font-size:.9rem}.execution-history-item{padding:.75rem 1rem;border-radius:10px;cursor:pointer;transition:background .15s;margin-bottom:.25rem}.execution-history-item:hover{background:#f0f2f5}.execution-history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.execution-history-model{font-size:.8rem;font-weight:600;color:#1877f2}.execution-history-time{font-size:.75rem;color:#a0a3a8}.execution-history-item-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#65676b}.execution-history-delete{margin-left:auto;background:none;border:none;color:#a0a3a8;cursor:pointer;padding:.125rem .375rem;border-radius:4px;font-size:.8rem}.execution-history-delete:hover{color:#e74c3c;background:#ffeaea}body.dark-mode .execution-modal-content{background:#1e1e1e}body.dark-mode .execution-header{border-color:#3a3a3a}body.dark-mode .execution-title{color:#e0e0e0}body.dark-mode .execution-tokens{background:#2d2d2d;color:#a0a3a8}body.dark-mode .execution-model-select{background:#2d2d2d;color:#e0e0e0;border-color:#444}body.dark-mode .execution-system-prompt{background:#252525;border-color:#3a3a3a}body.dark-mode .execution-system-prompt-toggle{color:#a0a3a8}body.dark-mode .execution-system-prompt-toggle:hover{color:#e0e0e0}body.dark-mode .execution-system-prompt-content{background:#1e1e1e;color:#d0d0d0;border-color:#3a3a3a}body.dark-mode .execution-placeholders{background:#252525;border-color:#3a3a3a}body.dark-mode .placeholder-field input{background:#2d2d2d;color:#e0e0e0;border-color:#444}body.dark-mode .execution-message.assistant{background:#2d2d2d;color:#e0e0e0}body.dark-mode .execution-message.user{background:#1a5fc9}body.dark-mode .copy-msg-btn{background:#2d2d2d;border-color:#444;color:#a0a3a8}body.dark-mode .copy-msg-btn:hover{background:#3a3a3a;color:#e0e0e0}body.dark-mode .execution-input{background:#1e1e1e;border-color:#3a3a3a}body.dark-mode .execution-input textarea{background:#2d2d2d;color:#e0e0e0;border-color:#444}body.dark-mode .execution-empty{color:#666}body.dark-mode .execution-history-panel{background:#1e1e1e}body.dark-mode .execution-history-header{border-color:#3a3a3a}body.dark-mode .execution-history-item:hover{background:#2d2d2d}body.dark-mode .execution-history-delete:hover{background:#3a1a1a}@media(max-width:768px){.execution-modal .execution-modal-content{width:100%;height:95vh;border-radius:16px 16px 0 0;max-width:100%}.execution-header{padding:.75rem 1rem}.execution-header-left{flex-direction:column;align-items:flex-start;gap:.375rem}.execution-message{max-width:92%}.execution-messages{padding:1rem}.execution-input{padding:.75rem 1rem}}.ms-root{padding-bottom:3rem}.ms-hero{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,#f0f7ff,#faf5ff 55%,#f0fdf4);border:1px solid #e2e8f0;border-radius:0;padding:1.75rem 2rem;margin-bottom:1.75rem}.ms-hero-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #6366f14d}.ms-hero-title{font-size:1.55rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.ms-hero-sub{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}.ms-tabs{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;gap:2px;width:fit-content;margin:0 auto 1.75rem}.ms-tab-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;border:none;border-radius:9px;background:transparent;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .18s;white-space:nowrap}.ms-tab-btn.active{background:#fff;color:#1e293b;font-weight:600;box-shadow:0 1px 4px #0000001a}.ms-tab-btn:not(.active):hover{color:#334155;background:#ffffff8c}.ms-panel{background:#fff;border-radius:0;border:1px solid #e8ecf0;box-shadow:0 1px 4px #0000000a;overflow:hidden}.ms-panel-header{display:flex;align-items:center;gap:1rem;padding:1.375rem 2rem;border-bottom:1px solid #f1f5f9;background:#fafbfc}.ms-panel-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;color:#fff;flex-shrink:0}.ms-panel-icon--image{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.ms-panel-icon--video{background:linear-gradient(135deg,#f59e0b,#ef4444)}.ms-panel-icon--voice{background:linear-gradient(135deg,#10b981,#06b6d4)}.ms-panel-title{font-size:1rem;font-weight:700;color:#0f172a}.ms-panel-sub{font-size:.78rem;color:#94a3b8;margin-top:.1rem}.ms-badge{margin-left:auto;background:#f0fdf4;color:#16a34a;font-size:.68rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;border:1px solid #bbf7d0;letter-spacing:.04em;text-transform:uppercase}.ms-panel-body{padding:2rem;display:grid;gap:1.5rem}.ms-label{font-size:.72rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.55rem;display:block}.ms-required{color:#ef4444}.ms-optional{color:#cbd5e1;font-weight:400;text-transform:none;letter-spacing:0}.ms-input,.ms-select,.ms-textarea{width:100%;border:1.5px solid #e2e8f0;border-radius:9px;padding:.65rem .9rem;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.ms-input:focus,.ms-select:focus,.ms-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ms-textarea{resize:vertical}.ms-textarea-lg{min-height:86px}.ms-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ms-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.ms-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.ms-platform-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.1rem .75rem .9rem;cursor:pointer;background:#fff;text-align:center;transition:all .18s;display:flex;flex-direction:column;align-items:center;gap:.3rem}.ms-platform-card:hover{border-color:#cbd5e1;background:#f8fafc}.ms-platform-card[data-platform=dalle3].selected{border-color:#10b981;background:#f0fdf4}.ms-platform-card[data-platform=midjourney].selected{border-color:#8b5cf6;background:#faf5ff}.ms-platform-card[data-platform=stable-diffusion].selected{border-color:#f59e0b;background:#fffbeb}.ms-platform-icon{font-size:1.4rem;color:#94a3b8;transition:transform .18s,color .18s}.ms-platform-card[data-platform=dalle3].selected .ms-platform-icon{color:#10b981;transform:scale(1.1)}.ms-platform-card[data-platform=midjourney].selected .ms-platform-icon{color:#8b5cf6;transform:scale(1.1)}.ms-platform-card[data-platform=stable-diffusion].selected .ms-platform-icon{color:#f59e0b;transform:scale(1.1)}.ms-platform-name{font-weight:600;font-size:.83rem;color:#1e293b}.ms-platform-desc{font-size:.71rem;color:#94a3b8;line-height:1.3}.ms-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.ms-chip{display:flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.ms-chip:hover{border-color:#94a3b8;color:#1e293b}.ms-chip.selected{border-color:#6366f1;background:#eef2ff;color:#4f46e5;font-weight:600}.ms-ratio-grid{display:flex;gap:.5rem;flex-wrap:wrap}.ms-ratio-btn{border:1.5px solid #e2e8f0;border-radius:10px;padding:.55rem .7rem;cursor:pointer;background:#fff;display:flex;flex-direction:column;align-items:center;gap:.3rem;transition:all .15s;min-width:52px}.ms-ratio-btn:hover{border-color:#94a3b8;background:#f8fafc}.ms-ratio-btn.selected{border-color:#6366f1;background:#eef2ff}.ms-ratio-preview{background:#94a3b8;border-radius:2px;transition:background .15s}.ms-ratio-btn.selected .ms-ratio-preview{background:#6366f1}.ms-ratio-label{font-size:.68rem;font-weight:600;color:#64748b}.ms-ratio-btn.selected .ms-ratio-label{color:#4f46e5}.ms-vtype-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.ms-vtype-card{border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem .4rem;cursor:pointer;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.3rem;transition:all .15s;font-size:.73rem;font-weight:500;color:#64748b}.ms-vtype-card:hover{border-color:#94a3b8;background:#f8fafc;color:#1e293b}.ms-vtype-card.selected{border-color:#f59e0b;background:#fffbeb;color:#92400e;font-weight:600}.ms-vtype-icon{font-size:1.15rem;color:#94a3b8;transition:color .15s}.ms-vtype-card.selected .ms-vtype-icon{color:#f59e0b}.ms-generate-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 2px 8px #6366f14d}.ms-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f166}.ms-generate-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ms-generate-btn--video{background:linear-gradient(135deg,#f59e0b,#ef4444);box-shadow:0 2px 8px #f59e0b4d}.ms-generate-btn--video:hover:not(:disabled){box-shadow:0 4px 16px #f59e0b66}.ms-result{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ms-result--enhanced{border-color:#bbf7d0}.ms-result-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ms-result-header--enhanced{background:#f0fdf4;border-bottom-color:#bbf7d0}.ms-result-title{font-size:.82rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.35rem}.ms-copy-btn{display:flex;align-items:center;gap:.3rem;padding:.28rem .7rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s}.ms-copy-btn:hover{border-color:#6366f1;color:#4f46e5}.ms-result-body{padding:1.25rem;font-family:Courier New,monospace;font-size:.87rem;line-height:1.7;color:#334155;white-space:pre-wrap;word-break:break-word}.ms-result-body--prose{font-family:inherit;font-size:.9rem}.ms-result-body--green{color:#166534;font-weight:500}.ms-voice-tip{display:flex;align-items:flex-start;gap:.65rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:.9rem 1rem;font-size:.865rem;color:#1e40af;line-height:1.5}.ms-voice-recorder-wrap{border:1.5px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#fafbfc}.ms-processing{text-align:center;padding:2rem;color:#64748b;font-size:.9rem}.ms-processing-spinner{width:36px;height:36px;margin:0 auto .75rem}.ms-processing-spinner .btn-spinner{width:100%;height:100%}.ms-voice-results{display:grid;gap:1rem}.ms-goal-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--pg-accent-light, #e0f2fe);color:var(--pg-accent, #0369a1);border:1px solid var(--pg-accent, #0369a1);border-radius:20px;font-size:.75rem;padding:.2rem .6rem}.ms-goal-tag button{background:none;border:none;cursor:pointer;color:inherit;padding:0;line-height:1;font-size:.9rem;margin-left:.1rem}body.dark-mode .ms-goal-tag{background:#0369a133;color:#38bdf8;border-color:#38bdf8}.pg-goals-list{max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;padding:.25rem 0}.pg-goal-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .625rem;border-radius:6px;cursor:pointer;transition:background .15s;border:1px solid transparent}.pg-goal-item:hover{background:#f1f5f9}.pg-goal-item.selected{background:#e0f2fe;border-color:#0369a1}.pg-goal-item input[type=checkbox]{margin-top:3px;accent-color:#0369a1;flex-shrink:0}.pg-goal-number{font-weight:600;color:#64748b;font-size:.8rem;min-width:1.5rem;flex-shrink:0}.pg-goal-text{font-size:.85rem;color:#1e293b;line-height:1.45}body.dark-mode .pg-goal-item:hover{background:#1e293b}body.dark-mode .pg-goal-item.selected{background:#0369a133;border-color:#38bdf8}body.dark-mode .pg-goal-number{color:#94a3b8}body.dark-mode .pg-goal-text{color:#e2e8f0}.pg-form-group{display:flex;flex-direction:column;gap:.35rem}.pg-label{font-size:.8rem;font-weight:600;color:#374151}.pg-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#111827;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.pg-input:focus{border-color:#0369a1;box-shadow:0 0 0 3px #0369a11f}body.dark-mode .pg-label{color:#cbd5e1}body.dark-mode .pg-input{background:#1e293b;border-color:#334155;color:#f1f5f9}body.dark-mode .pg-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81f}.ms-refinements{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem}.ms-refinements-label{font-size:.8rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:.375rem}.ms-refinement-category{display:flex;flex-direction:column;gap:.375rem}.ms-refinement-category-label{font-size:.68rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.3rem}.ms-refinement-pills{display:flex;flex-wrap:wrap;gap:.375rem}.ms-refinement-pill{display:flex;align-items:center;gap:.3rem;padding:.35rem .65rem;border:1px solid #e2e8f0;border-radius:16px;background:#fff;font-size:.75rem;color:#475569;cursor:pointer;transition:all .2s;font-family:inherit;font-weight:500}.ms-refinement-pill:hover:not(:disabled){border-color:#0369a1;color:#0369a1;background:#e0f2fe}.ms-refinement-pill:disabled{opacity:.5;cursor:not-allowed}.ms-refinement-pill.loading{border-color:#0369a1;color:#0369a1}.ms-custom-refine-row{display:flex;gap:.5rem;margin-top:.25rem}.ms-custom-refine-input{flex:1;padding:.45rem .75rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;font-size:.8rem;font-family:inherit;outline:none}.ms-custom-refine-input:focus{border-color:#0369a1;box-shadow:0 0 0 2px #e0f2fe}body.dark-mode .ms-refinements{background:#0f172a;border-color:#1e293b}body.dark-mode .ms-refinements-label{color:#94a3b8}body.dark-mode .ms-refinement-category-label{color:#64748b}body.dark-mode .ms-refinement-pill{background:#1e293b;border-color:#334155;color:#94a3b8}body.dark-mode .ms-refinement-pill:hover:not(:disabled){border-color:#38bdf8;color:#38bdf8;background:#38bdf81a}body.dark-mode .ms-custom-refine-input{background:#1e293b;border-color:#334155;color:#f1f5f9}body.dark-mode .ms-custom-refine-input:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf81f}.ms-toast{position:fixed;bottom:2rem;right:2rem;background:#10b981;color:#fff;padding:.875rem 1.25rem;border-radius:10px;box-shadow:0 4px 16px #00000026;font-size:.875rem;font-weight:500;z-index:1000;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease}.dark-mode .ms-hero{background:linear-gradient(135deg,#1a2030,#1e1a35 55%,#172030);border-color:#2d3f55}.dark-mode .ms-hero-title{color:#f1f5f9}.dark-mode .ms-hero-sub{color:#64748b}.dark-mode .ms-tabs{background:#1e293b}.dark-mode .ms-tab-btn{color:#64748b}.dark-mode .ms-tab-btn.active{background:#2d3f55;color:#f1f5f9;box-shadow:none}.dark-mode .ms-tab-btn:not(.active):hover{background:#ffffff0d;color:#94a3b8}.dark-mode .ms-panel{background:#1a2535;border-color:#2d3f55}.dark-mode .ms-panel-header{background:#162032;border-bottom-color:#2d3f55}.dark-mode .ms-panel-title{color:#f1f5f9}.dark-mode .ms-panel-sub{color:#4b5563}.dark-mode .ms-badge{background:#052e16;border-color:#166534;color:#4ade80}.dark-mode .ms-label{color:#4b5563}.dark-mode .ms-input,.dark-mode .ms-select,.dark-mode .ms-textarea{background:#0f172a;border-color:#2d3f55;color:#e2e8f0}.dark-mode .ms-input:focus,.dark-mode .ms-select:focus,.dark-mode .ms-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.dark-mode .ms-platform-card{background:#162032;border-color:#2d3f55}.dark-mode .ms-platform-card:hover{background:#1e2a3a}.dark-mode .ms-platform-card[data-platform=dalle3].selected{background:#052e16;border-color:#10b981}.dark-mode .ms-platform-card[data-platform=midjourney].selected{background:#1e1b4b;border-color:#8b5cf6}.dark-mode .ms-platform-card[data-platform=stable-diffusion].selected{background:#1c1a0a;border-color:#f59e0b}.dark-mode .ms-platform-name{color:#e2e8f0}.dark-mode .ms-chip{background:#162032;border-color:#2d3f55;color:#64748b}.dark-mode .ms-chip:hover{border-color:#4b5563;color:#94a3b8}.dark-mode .ms-chip.selected{background:#1e1b4b;border-color:#6366f1;color:#a5b4fc}.dark-mode .ms-ratio-btn{background:#162032;border-color:#2d3f55}.dark-mode .ms-ratio-btn:hover{background:#1e2a3a}.dark-mode .ms-ratio-btn.selected{background:#1e1b4b;border-color:#6366f1}.dark-mode .ms-ratio-preview{background:#374151}.dark-mode .ms-ratio-btn.selected .ms-ratio-preview{background:#6366f1}.dark-mode .ms-ratio-label{color:#4b5563}.dark-mode .ms-ratio-btn.selected .ms-ratio-label{color:#a5b4fc}.dark-mode .ms-vtype-card{background:#162032;border-color:#2d3f55;color:#4b5563}.dark-mode .ms-vtype-card:hover{background:#1e2a3a;color:#94a3b8}.dark-mode .ms-vtype-card.selected{background:#1c1a0a;border-color:#d97706;color:#fcd34d}.dark-mode .ms-vtype-card.selected .ms-vtype-icon{color:#f59e0b}.dark-mode .ms-result{border-color:#2d3f55}.dark-mode .ms-result--enhanced{border-color:#166534}.dark-mode .ms-result-header{background:#162032;border-bottom-color:#2d3f55}.dark-mode .ms-result-header--enhanced{background:#052e16;border-bottom-color:#166534}.dark-mode .ms-result-title{color:#64748b}.dark-mode .ms-copy-btn{background:#1a2535;border-color:#2d3f55;color:#64748b}.dark-mode .ms-copy-btn:hover{border-color:#6366f1;color:#a5b4fc}.dark-mode .ms-result-body{color:#64748b}.dark-mode .ms-result-body--green{color:#4ade80}.dark-mode .ms-voice-tip{background:#1e2a4a;border-color:#1d4ed8;color:#93c5fd}.dark-mode .ms-voice-recorder-wrap{background:#162032;border-color:#2d3f55}.dark-mode .ms-processing{color:#4b5563}@media(max-width:768px){.ms-hero{flex-direction:column;align-items:flex-start;padding:1.25rem}.ms-tabs{width:100%}.ms-tab-btn{flex:1;justify-content:center;font-size:.8rem;padding:.5rem}.ms-panel-header,.ms-panel-body{padding:1.25rem}.ms-platform-grid{grid-template-columns:1fr}.ms-vtype-grid{grid-template-columns:repeat(3,1fr)}.ms-row-2,.ms-row-3{grid-template-columns:1fr}.ms-ratio-grid{gap:.35rem}}.em-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9;flex-shrink:0;background:#fff;gap:.75rem}.em-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.em-prompt-icon{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;flex-shrink:0;box-shadow:0 2px 6px #6366f14d}.em-header-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.em-prompt-name{font-weight:700;font-size:.95rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.em-model-select{appearance:none;border:none;background:none;font-size:.72rem;color:#94a3b8;cursor:pointer;padding:0;font-family:inherit}.em-model-select:focus{outline:none}.em-model-select:disabled{cursor:not-allowed}.em-header-right{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.em-tokens{font-size:.7rem;background:#f1f5f9;color:#64748b;padding:.2rem .55rem;border-radius:10px;margin-right:.25rem;white-space:nowrap}.em-icon-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:background .15s,color .15s}.em-icon-btn:hover:not(:disabled){background:#f1f5f9;color:#475569}.em-icon-btn:disabled{opacity:.35;cursor:not-allowed}.em-close-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:background .15s,color .15s}.em-close-btn:hover{background:#fee2e2;color:#dc2626}.em-body{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.em-system-bar{padding:.6rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#fafafa;flex-shrink:0}.em-system-toggle{cursor:pointer;font-size:.75rem;font-weight:600;color:#94a3b8;display:flex;align-items:center;gap:.375rem;-webkit-user-select:none;user-select:none;transition:color .15s;letter-spacing:.02em}.em-system-toggle:hover{color:#64748b}.em-system-content{margin-top:.625rem;font-size:.78rem;white-space:pre-wrap;word-wrap:break-word;max-height:140px;overflow-y:auto;color:#475569;background:#fff;padding:.75rem;border-radius:8px;border:1px solid #e8ecf0;font-family:SF Mono,Consolas,Monaco,monospace;line-height:1.5}.em-placeholders{padding:1.25rem;border-bottom:1px solid #f1f5f9;background:#fffbeb;flex-shrink:0}.em-placeholders-hint{font-size:.83rem;color:#92400e;margin-bottom:.875rem;display:flex;align-items:center;gap:.4rem}.em-placeholder-field{margin-bottom:.75rem}.em-placeholder-field label{display:block;font-weight:600;font-size:.78rem;margin-bottom:.3rem;color:#7c3aed}.em-placeholder-field code{font-family:SF Mono,Consolas,monospace;font-size:.78rem}.em-placeholder-field input{width:100%;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;box-sizing:border-box}.em-placeholder-field input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.em-apply-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;margin-top:.5rem;box-shadow:0 2px 6px #6366f14d;transition:all .2s}.em-apply-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.em-messages{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.em-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 0}.em-empty-icon{width:56px;height:56px;border-radius:16px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#cbd5e1;margin-bottom:.5rem}.em-empty-title{font-size:1rem;font-weight:600;color:#94a3b8;margin:0}.em-empty-sub{font-size:.82rem;color:#cbd5e1;margin:0}.em-msg{display:flex;align-items:flex-end;gap:.625rem}.em-msg--user{flex-direction:row-reverse}.em-msg--assistant{flex-direction:row}.em-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.7rem}.em-avatar--ai{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.em-bubble{max-width:78%;padding:.75rem 1rem;border-radius:16px;line-height:1.65;font-size:.91rem;word-wrap:break-word;white-space:pre-wrap;position:relative}.em-bubble--user{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border-bottom-right-radius:4px}.em-bubble--assistant{background:#fff;border:1px solid #e8ecf0;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000a}.em-bubble-text{position:relative}.em-copy-btn{position:absolute;top:-10px;right:-10px;width:26px;height:26px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.7rem;opacity:0;transition:opacity .2s,color .15s;box-shadow:0 1px 4px #0000001a}.em-msg:hover .em-copy-btn{opacity:1}.em-copy-btn:hover{color:#6366f1}.em-cursor{display:inline-block;width:6px;height:14px;background:#6366f1;border-radius:1px;margin-left:2px;vertical-align:middle;animation:exec-blink 1s step-end infinite}.em-footer{padding:.875rem 1.25rem 1rem;border-top:1px solid #f1f5f9;background:#fff;flex-shrink:0;display:flex;align-items:flex-end;gap:.5rem}.em-input-pill{flex:1;display:flex;align-items:flex-end;border:1.5px solid #e2e8f0;border-radius:14px;background:#fafafa;padding:.35rem .35rem .35rem .875rem;transition:border-color .15s,box-shadow .15s}.em-input-pill:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.em-input{flex:1;resize:none;border:none;background:none;font-size:.91rem;max-height:120px;min-height:38px;font-family:inherit;line-height:1.4;color:#1e293b;padding:0}.em-input:focus{outline:none}.em-input::placeholder{color:#cbd5e1}.em-input:disabled{cursor:not-allowed;opacity:.6}.em-send-btn{width:36px;height:36px;border-radius:10px;border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;transition:all .2s;box-shadow:0 1px 4px #6366f14d}.em-send-btn:hover:not(:disabled){transform:scale(1.06);box-shadow:0 3px 8px #6366f166}.em-send-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.em-copy-all-btn{width:38px;height:38px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:all .15s;flex-shrink:0}.em-copy-all-btn:hover{border-color:#6366f1;color:#6366f1}.dark-mode .em-header{background:#1a2535;border-bottom-color:#2d3f55}.dark-mode .em-prompt-name{color:#f1f5f9}.dark-mode .em-model-select{color:#4b5563;background:none}.dark-mode .em-tokens{background:#2d3f55;color:#64748b}.dark-mode .em-icon-btn{color:#4b5563}.dark-mode .em-icon-btn:hover:not(:disabled){background:#2d3f55;color:#94a3b8}.dark-mode .em-close-btn{color:#4b5563}.dark-mode .em-close-btn:hover{background:#3f1212;color:#f87171}.dark-mode .em-system-bar{background:#162032;border-bottom-color:#2d3f55}.dark-mode .em-system-toggle{color:#4b5563}.dark-mode .em-system-toggle:hover{color:#64748b}.dark-mode .em-system-content{background:#0f172a;color:#64748b;border-color:#2d3f55}.dark-mode .em-placeholders{background:#1c1a0a;border-bottom-color:#2d3f55}.dark-mode .em-placeholders-hint{color:#fcd34d}.dark-mode .em-placeholder-field input{background:#0f172a;border-color:#2d3f55;color:#e2e8f0}.dark-mode .em-body,.dark-mode .em-messages{background:#1a2535}.dark-mode .em-empty-icon{background:#2d3f55;color:#374151}.dark-mode .em-empty-title{color:#374151}.dark-mode .em-empty-sub{color:#2d3f55}.dark-mode .em-bubble--assistant{background:#162032;border-color:#2d3f55;color:#94a3b8;box-shadow:none}.dark-mode .em-copy-btn{background:#1a2535;border-color:#2d3f55;color:#374151}.dark-mode .em-copy-btn:hover{color:#a5b4fc}.dark-mode .em-footer{background:#1a2535;border-top-color:#2d3f55}.dark-mode .em-input-pill{background:#162032;border-color:#2d3f55}.dark-mode .em-input-pill:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.dark-mode .em-input{color:#e2e8f0}.dark-mode .em-copy-all-btn{background:#162032;border-color:#2d3f55;color:#374151}.dark-mode .em-copy-all-btn:hover{border-color:#6366f1;color:#a5b4fc}.legal-page{min-height:100vh;background:#f0f2f5;padding:2rem 1rem}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.back-link{display:inline-block;color:#1877f2;text-decoration:none;margin-bottom:2rem;font-weight:500}.back-link:hover{text-decoration:underline}.legal-container h1{font-size:2.5rem;color:#1c1e21;margin-bottom:.5rem;font-weight:700}.last-updated{color:#65676b;font-size:.95rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #dddfe2}.legal-container section{margin-bottom:2.5rem}.legal-container h2{font-size:1.75rem;color:#1c1e21;margin-bottom:1rem;font-weight:600}.legal-container h3{font-size:1.25rem;color:#1c1e21;margin:1.5rem 0 .75rem;font-weight:600}.legal-container p{color:#1c1e21;line-height:1.8;margin-bottom:1rem;font-size:1rem}.legal-container ul{margin:1rem 0 1rem 2rem;color:#1c1e21}.legal-container li{margin-bottom:.5rem;line-height:1.6}.legal-container a{color:#1877f2;text-decoration:none;font-weight:500}.legal-container a:hover{text-decoration:underline}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #dddfe2;display:flex;gap:2rem;justify-content:center}.legal-footer a{color:#1877f2;text-decoration:none;font-weight:600;font-size:1rem}.legal-footer a:hover{text-decoration:underline}.code-example{background:#f6f8fa;border-left:4px solid #1877f2;padding:1rem 1.5rem;margin:1rem 0;border-radius:6px;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;color:#24292f}.code-example strong{display:block;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.legal-section{scroll-margin-top:2rem}.legal-container ol{margin:1rem 0 1rem 2rem;color:#1c1e21}.legal-container ol li{margin-bottom:.75rem;line-height:1.6;padding-left:.5rem}.inline-link{color:#1877f2;text-decoration:none;font-weight:600}.inline-link:hover{text-decoration:underline}.back-to-top{margin-top:3rem;padding-top:2rem;border-top:2px solid #dddfe2;text-align:center}@media(max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.legal-footer{flex-direction:column;gap:1rem}}.features-page{min-height:100vh;background:#f8fafc;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fp-nav{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:100}.fp-nav-inner{max-width:1140px;margin:0 auto;padding:.875rem 2rem;display:flex;justify-content:space-between;align-items:center}.fp-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:#fff}.fp-logo-wrap{width:48px;height:48px;border-radius:10px;padding:4px}.fp-logo-svg{width:100%;height:100%}.fp-brand span{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;line-height:1.2}.fp-nav-links{display:flex;align-items:center;gap:.5rem}.fp-nav-link{font-size:.9rem;color:#ffffffbf;text-decoration:none;padding:.4rem .875rem;border-radius:8px;transition:background .15s}.fp-nav-link:hover{background:#ffffff1a;color:#fff}.fp-nav-cta{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;padding:.5rem 1.125rem;border-radius:9px;box-shadow:0 2px 8px #0d94884d;transition:all .18s}.fp-nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0d948866}.fp-header{padding:5rem 2rem 4rem;background:#dde4ee;text-align:center}.fp-header-inner{max-width:720px;margin:0 auto}.fp-header-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:20px;background:#0d948826;border:1px solid rgba(13,148,136,.35);color:#0d9488;font-size:.8rem;font-weight:600;margin-bottom:1.5rem}.fp-header-title{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.fp-gradient{background:linear-gradient(135deg,#0d9488,#5eead4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fp-header-sub{font-size:1.1rem;color:#475569;line-height:1.65;margin-bottom:2.5rem}.fp-header-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fp-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;box-shadow:0 4px 14px #0d948859;transition:all .18s}.fp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0d948873}.fp-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#0f172a;text-decoration:none;border:1.5px solid #cbd5e1;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .18s}.fp-btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.fp-btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#0d9488;text-decoration:none;border:2px solid #0d9488;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .18s}.fp-btn-outline:hover{background:#f0fdfa}.fp-features{max-width:1140px;margin:0 auto;padding:2rem 2rem 4rem}.fp-feature{padding:4rem 0;border-bottom:1px solid #e2e8f0}.fp-feature:last-child{border-bottom:none}.fp-feature-highlighted{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;padding:4rem 3rem;margin:2rem -3rem;border:none}.fp-feature-inner{display:flex;align-items:center;gap:5rem}.fp-feature-reverse .fp-feature-inner{flex-direction:row-reverse}.fp-feature-text{flex:1;min-width:0}.fp-feature-visual{flex-shrink:0;width:400px}.fp-tag{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.875rem}.fp-feature-title{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:.375rem;line-height:1.2}.fp-feature-highlighted .fp-feature-title{color:#fff}.fp-feature-tagline{font-size:1.05rem;color:#0d9488;font-weight:600;margin-bottom:1rem}.fp-feature-highlighted .fp-feature-tagline{color:#5eead4}.fp-feature-desc{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.fp-feature-highlighted .fp-feature-desc{color:#ffffffa6}.fp-bullets{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.625rem}.fp-bullets li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:#334155}.fp-feature-highlighted .fp-bullets li{color:#fffc}.fp-bullets li i{font-size:.875rem;flex-shrink:0}.fp-feature-cta{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.625rem 1.25rem;border-radius:9px;font-size:.9rem;font-weight:600;transition:all .18s;box-shadow:0 2px 8px #00000026}.fp-feature-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0003}.fp-visual-card{background:#fff;border-radius:16px;border:1.5px solid #e2e8f0;box-shadow:0 8px 32px #00000014;overflow:hidden;position:relative}.fp-visual-generic{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.fp-visual-icon-wrap{width:80px;height:80px;border-radius:20px;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:2rem}.fp-visual-title{font-size:1rem;font-weight:700;color:#0f172a}.fp-visual-bars{width:100%;display:flex;flex-direction:column;gap:.5rem}.fp-visual-bar{height:10px;border-radius:5px}.fp-ext-browser{background:#fff}.fp-ext-bar{background:#f1f5f9;padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e8f0}.fp-ext-dots{display:flex;gap:5px}.fp-ext-dots span{width:10px;height:10px;border-radius:50%;background:#e2e8f0}.fp-ext-dots span:first-child{background:#f87171}.fp-ext-dots span:nth-child(2){background:#fbbf24}.fp-ext-dots span:nth-child(3){background:#4ade80}.fp-ext-url{font-size:.75rem;color:#94a3b8;background:#fff;border-radius:6px;padding:3px 10px;border:1px solid #e2e8f0;flex:1}.fp-ext-body{padding:16px}.fp-ext-chat-label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.fp-ext-selected{font-size:.85rem;color:#334155;line-height:1.5;padding:10px 12px;background:#fffbeb;border-radius:8px;border:1px solid #fbbf24;margin-bottom:10px}.fp-ext-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001a;overflow:hidden}.fp-ext-menu-item{padding:9px 14px;font-size:.82rem;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f1f5f9}.fp-ext-menu-item:last-child{border-bottom:none}.fp-ext-active{background:#f0fdfa;color:#0d9488;font-weight:600}.fp-ext-dim{color:#94a3b8}.fp-ext-badge{position:absolute;bottom:16px;right:16px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:.8rem;font-weight:600;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:6px;box-shadow:0 4px 14px #0d948866}.fp-cta{background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:5rem 2rem;text-align:center}.fp-cta-inner{max-width:600px;margin:0 auto}.fp-cta h2{font-size:2.25rem;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem}.fp-cta p{color:#fff9;margin-bottom:2rem;font-size:1rem}.fp-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fp-footer{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 2rem}.fp-footer-inner{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.fp-footer-inner span{font-size:.85rem;color:#94a3b8}.fp-footer-links{display:flex;gap:1.5rem}.fp-footer-links a{font-size:.85rem;color:#64748b;text-decoration:none;transition:color .15s}.fp-footer-links a:hover{color:#0d9488}@media(max-width:900px){.fp-header-title{font-size:2.25rem}.fp-feature-inner{flex-direction:column!important;gap:2rem}.fp-feature-visual{width:100%}.fp-feature-highlighted{margin:2rem 0;padding:3rem 1.5rem}.fp-features{padding:1rem 1rem 3rem}.fp-nav-links{gap:.25rem}.fp-nav-cta{display:none}}@media(max-width:600px){.fp-header{padding:3rem 1.25rem 2.5rem}.fp-header-title{font-size:1.75rem}.fp-feature-title{font-size:1.5rem}.fp-cta h2{font-size:1.75rem}.fp-footer-inner{flex-direction:column;text-align:center}}
