@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--pastel-bg: #FFF9EC;--warm-yellow: #FEF3C7;--teal-primary: #14b8a6;--text-dark: #2d3748;--text-medium: #4a5568;--text-light: #718096;--white: #ffffff;--card-bg: rgba(255, 255, 255, .95);--header-bg: rgba(255, 255, 255, .98);--border-light: rgba(20, 184, 166, .15);--shadow-soft: 0px 2px 8px rgba(0, 0, 0, .05);--shadow-hover: 0px 4px 16px rgba(0, 0, 0, .1);--accessibility-color: #10b981;--accessibility-bg: rgba(16, 185, 129, .1);--literary-color: #8b5cf6;--literary-bg: rgba(139, 92, 246, .1);--school-color: #f59e0b;--school-bg: rgba(245, 158, 11, .1);--music-color: #ef4444;--music-bg: rgba(239, 68, 68, .1);--nonprofit-color: #06b6d4;--nonprofit-bg: rgba(6, 182, 212, .1);--resume-color: #6366f1;--resume-bg: rgba(99, 102, 241, .1)}body{background:linear-gradient(135deg,#fff9ec,#fef3c7,#fff9ec);background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#333;padding:0;margin:0;line-height:1.6;min-height:100vh}.six-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.six-card-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.six-card-grid{grid-template-columns:1fr;gap:1rem}}.square-system-card{aspect-ratio:1;background:var(--card-bg);border-radius:20px;border:2px solid var(--border-light);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft)}.square-system-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--teal-primary)}.square-system-card.active{border-color:var(--teal-primary);box-shadow:0 0 20px #14b8a64d}.card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1.5rem;text-align:center}.system-icon-large{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.card-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;line-height:1.3}.card-description{font-size:.85rem;color:var(--text-medium);margin-bottom:1rem;line-height:1.4}.stats-badges{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center}.stat-badge{font-size:.7rem;background:#14b8a61a;color:var(--teal-primary);padding:.2rem .5rem;border-radius:8px;font-weight:500;white-space:nowrap}.content-panel{background:#fffc;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,199,95,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);transition:all .3s ease}.content-panel:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.text-option-btn{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:8px;padding:.5rem 1rem;margin-top:.5rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s ease;width:100%}.text-option-btn:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-1px)}.text-input-area{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;resize:vertical;transition:border-color .2s ease}.text-input-area:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.next-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.subcategory-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.subcategory-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:currentColor}.subcategory-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;border:3px solid transparent}.subcategory-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.subcategory-card p{color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.subcategory-action{margin-top:1.5rem}.subcategory-card .btn{width:100%;border:none;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.subcategory-card .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.back-to-dashboard{margin-bottom:1.5rem}.back-btn{background:#ffffffe6;border:1px solid rgba(20,184,166,.2);border-radius:8px;padding:.5rem 1rem;font-size:.875rem;color:var(--text-medium);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.back-btn:hover{background:#fff;border-color:var(--teal-primary);color:var(--teal-primary);transform:translateY(-1px);box-shadow:0 2px 8px #14b8a61a}.clickable-logo:hover{color:var(--teal-primary)!important;transform:scale(1.05);transition:all .2s ease}.next-btn:disabled:hover{transform:none;box-shadow:var(--shadow-soft)}.instructions-sections{display:grid;gap:1.5rem;margin:1.5rem 0}.job-description-textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;resize:vertical;transition:border-color .2s ease;background:#f9fafb}.job-description-textarea:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a;background:#fff}#persona-section{scroll-margin-top:2rem;transition:all .3s ease}.next-btn:not(:disabled){background:linear-gradient(135deg,var(--teal-primary) 0%,#0f766e 100%);color:#fff;border:none;box-shadow:var(--shadow-soft)}.next-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:var(--text-dark)}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light);padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f3f4f6;color:var(--text-dark)}.modal-body{padding:2rem}.settings-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.settings-section:last-child{border-bottom:none;margin-bottom:0}.settings-section h3{margin:0 0 .5rem;color:var(--text-dark)}.settings-section p{margin:0 0 1rem;color:var(--text-medium);font-size:.875rem}.account-info{background:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.account-info p{margin:.5rem 0;font-size:.875rem}.logout-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.logout-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,199,95,.3)}.section-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.section-header .icon{font-size:1.5rem}.header{background:var(--header-bg);border-bottom:1px solid var(--border-light);padding:1.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000d}.logo{font-size:2.5rem;font-weight:800;color:var(--teal-primary);text-decoration:none;text-shadow:0 2px 4px rgba(20,184,166,.1)}.btn{padding:.75rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--teal-primary),#0f9488);color:#fff;box-shadow:var(--shadow-soft);border-radius:10px}.btn-primary:hover{background:linear-gradient(135deg,#0f9488,#0d7b6e);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-secondary{background:linear-gradient(135deg,var(--warm-yellow),#fde68a);color:var(--text-dark);box-shadow:var(--shadow-soft);border-radius:10px}.btn-secondary:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-outline{background:#fffc;border:2px solid var(--teal-primary);color:var(--teal-primary);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:var(--teal-primary);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-hover)}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:1rem;font-weight:600;color:var(--text-dark)}.form-input{width:100%;padding:1rem;border:2px solid var(--border-light);border-radius:12px;font-size:1rem;background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.form-input:focus{outline:none;border-color:var(--teal-primary);background:#fffffff2;box-shadow:0 4px 12px #14b8a61a;transform:translateY(-1px)}.form-input:hover{border-color:#14b8a64d;box-shadow:0 3px 8px #00000014}.hero{text-align:center;padding:6rem 0;background:linear-gradient(135deg,#fff3,#fef3c71a);margin:2rem 0;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:800;color:var(--text-dark);margin-bottom:2rem;line-height:1.1}.hero-title-highlight{color:var(--teal-primary);display:block;margin-top:.5rem}.story-content{max-width:800px;margin:0 auto 3rem;text-align:left}.story-paragraph{font-size:1.25rem;line-height:1.7;color:var(--text-medium);margin-bottom:1.5rem}.highlight-quote{font-style:italic;color:var(--teal-primary);font-weight:600;padding:1rem;background:#14b8a60d;border-left:4px solid var(--teal-primary);border-radius:8px}.story-conclusion{font-size:1.5rem;text-align:center;color:var(--text-dark);margin-top:2rem}.trust-indicators{margin-top:3rem;padding:2rem;background:#fffc;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trust-text{font-size:1.125rem;color:var(--text-medium);margin:0}.price-highlight{color:var(--teal-primary);font-weight:700}.competitor-highlight{color:#ef4444;font-weight:600;text-decoration:line-through}.btn-large{font-size:1.25rem;padding:1.25rem 3rem;font-weight:700}.rotating-tagline{margin-bottom:2rem;min-height:120px;display:flex;align-items:center;justify-content:center}.tagline-text{font-size:2.5rem;font-weight:800;text-align:center;color:var(--text-dark);line-height:1.2;transition:opacity .5s ease-in-out;max-width:900px}.promotional-copy{max-width:800px;margin:0 auto 3rem;text-align:center}.promo-text{font-size:1.375rem;line-height:1.6;color:var(--text-medium);margin-bottom:2rem}.specialized-systems{margin-top:3rem}.systems-label{text-align:center;font-size:1.125rem;color:var(--text-medium);margin-bottom:1.5rem}.systems-chips{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease;cursor:pointer}.chip-accessibility{background:#22c55e1a;color:#16a34a}.chip-literary{background:#9333ea1a;color:#9333ea}.chip-school{background:#3b82f61a;color:#3b82f6}.chip-music{background:#ef44441a;color:#ef4444}.chip-nonprofit{background:#ec48991a;color:#ec4899}.chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.story-section{padding:5rem 0;background:#ffffff4d}.story-card{background:#ffffffe6;border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.story-title{font-size:2.5rem;font-weight:800;text-align:center;color:var(--text-dark);margin-bottom:2rem}.cant-lie-section{padding:5rem 0;background:linear-gradient(135deg,#fef3c74d,#ffffff1a)}.section-title{font-size:3rem;font-weight:800;text-align:center;color:var(--text-dark);margin-bottom:1.5rem}.cant-lie-highlight{color:#ef4444}.top-highlight{color:var(--teal-primary)}.section-subtitle{font-size:1.25rem;text-align:center;color:var(--text-medium);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.verification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.verification-card{background:#ffffffe6;border-radius:16px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.verification-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.verification-icon{font-size:3rem;margin-bottom:1rem;display:block}.card-red{border-left:4px solid #ef4444}.card-orange{border-left:4px solid #f97316}.card-yellow{border-left:4px solid #eab308}.verification-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.verification-description{font-size:1rem;line-height:1.6;color:var(--text-medium)}.future-section{padding:5rem 0;background:#ffffff1a}.future-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.future-card{background:#ffffffe6;border-radius:16px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.future-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.future-icon{font-size:3rem;margin-bottom:1rem;display:block}.card-teal{border-left:4px solid var(--teal-primary)}.card-yellow{border-left:4px solid var(--yellow-primary)}.card-navy{border-left:4px solid #1e40af}.card-blue{border-left:4px solid #3b82f6}.card-purple{border-left:4px solid #8b5cf6}.card-green{border-left:4px solid #10b981}.future-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.future-description{font-size:1rem;line-height:1.6;color:var(--text-medium)}.enterprise-section{padding:5rem 0;background:linear-gradient(135deg,#fff3,#fef3c733)}.enterprise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.enterprise-card{background:#ffffffe6;border-radius:16px;padding:2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.enterprise-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.enterprise-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.enterprise-icon.purple{background:#9333ea1a}.enterprise-icon.blue{background:#3b82f61a}.enterprise-icon.green{background:#22c55e1a}.enterprise-icon.red{background:#ef44441a}.enterprise-icon.pink{background:#ec48991a}.enterprise-icon.orange{background:#f973161a}.enterprise-icon.teal{background:#14b8a61a}.enterprise-icon.yellow{background:#eab3081a}.enterprise-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.enterprise-description{font-size:.95rem;line-height:1.6;color:var(--text-medium)}.system-selector-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.system-selector-modal{background:#fff;border-radius:16px;padding:2rem;max-width:800px;width:90%;max-height:80vh;overflow-y:auto}.system-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.system-selector-header h3{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.close-btn{background:none;border:none;font-size:1.5rem;color:var(--text-medium);cursor:pointer;padding:.5rem;border-radius:4px}.close-btn:hover{background:#0000001a}.system-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.system-selector-card{background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.system-selector-card:hover{border-color:var(--teal-primary);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.system-selector-card.active{border-color:var(--teal-primary);background:#14b8a60d}.system-selector-card .system-icon{font-size:2rem;margin-bottom:.5rem}.system-selector-card h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.system-selector-card p{font-size:.875rem;color:var(--text-medium);margin-bottom:.75rem;line-height:1.4}.system-stats{font-size:.75rem;color:var(--teal-primary);font-weight:500}.ai-lab-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.lab-tab{background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:left}.lab-tab:hover{border-color:var(--teal-primary);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.lab-tab.active{border-color:var(--teal-primary);background:#14b8a60d}.lab-tab .tab-icon{font-size:2rem;margin-bottom:.5rem}.lab-tab h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.lab-tab p{font-size:.875rem;color:var(--text-medium);margin:0}.tool-description{background:#fff5ebcc;border-left:4px solid var(--yellow-primary);padding:1rem 1.5rem;margin-bottom:2rem;border-radius:0 8px 8px 0}.description-text{font-style:italic;color:var(--text-medium);margin:0;line-height:1.5}.unified-builder{max-width:none}.upload-zone{border:2px dashed rgba(20,184,166,.3);border-radius:12px;padding:3rem;background:#14b8a605;transition:all .3s ease}.form-field{margin-bottom:1.5rem;padding:1.25rem;background:#ffffffb3;border-radius:12px;border:1px solid rgba(255,199,95,.2);transition:all .3s ease}.form-field:focus-within{background:#ffffffe6;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.form-field label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:.95rem}.client-card,.document-card,.knowledge-card{background:#ffffffe6;border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;border:1px solid rgba(255,199,95,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);transition:all .3s ease}.client-card:hover,.document-card:hover,.knowledge-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px);border-color:var(--teal-primary)}.search-filter-bar,.document-filters{background:#fff9;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,199,95,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.system-description{font-size:1.1rem;line-height:1.6;color:var(--text-medium);background:#fff5eb99;padding:1rem 1.5rem;border-radius:12px;border-left:4px solid var(--teal-primary);margin-bottom:2rem}.welcome-message{background:linear-gradient(135deg,#14b8a61a,#fef3c733);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(20,184,166,.2);text-align:center}.welcome-message h3{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.welcome-message p{color:var(--text-medium);font-size:1rem;line-height:1.6}.resume-solutions{max-width:1200px;margin:0 auto;padding:2rem}.progress-steps{display:flex;justify-content:center;margin-bottom:3rem;padding:2rem;background:#fff9;border-radius:16px;border:1px solid rgba(255,199,95,.2)}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 2rem;position:relative;color:var(--text-light)}.step:after{content:"";position:absolute;top:15px;right:-50%;width:100%;height:2px;background:#0000001a;z-index:1}.step:last-child:after{display:none}.step.active{color:var(--teal-primary)}.step.completed{color:var(--text-dark)}.step.completed:after{background:var(--teal-primary)}.step-number{width:30px;height:30px;border-radius:50%;background:#0000001a;display:flex;align-items:center;justify-content:center;font-weight:600;position:relative;z-index:2}.step.active .step-number{background:var(--teal-primary);color:#fff}.step.completed .step-number{background:var(--text-dark);color:#fff}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.upload-section{text-align:center}.upload-zone{border:2px dashed rgba(20,184,166,.3);border-radius:16px;padding:2rem;background:#14b8a605;transition:all .3s ease;cursor:pointer}.upload-zone:hover{border-color:var(--teal-primary);background:#14b8a60d}.upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{color:var(--teal-primary);opacity:.7}.upload-zone h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0}.upload-zone p{color:var(--text-medium);margin:0}.file-input{display:none}.upload-btn{background:var(--teal-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.upload-btn:hover{background:#14b8a6cc;transform:translateY(-2px)}.file-types{font-size:.875rem;color:var(--text-light);margin:0}.instructions-textarea{width:100%;padding:1rem;border:1px solid rgba(255,199,95,.3);border-radius:8px;background:#fffc;font-family:inherit;resize:vertical;transition:all .3s ease}.instructions-textarea:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.persona-sections{display:flex;flex-direction:column;gap:3rem}.persona-section h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.persona-description{color:var(--text-medium);margin-bottom:2rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.persona-card{background:#ffffffe6;border:2px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.persona-card:hover{border-color:var(--teal-primary);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.persona-card.selected{border-color:var(--teal-primary);background:#14b8a60d;box-shadow:0 0 0 3px #14b8a61a}.persona-card h4{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.persona-industry{color:var(--teal-primary);font-weight:500;margin-bottom:.25rem}.persona-tone,.persona-role{color:var(--text-medium);font-style:italic;margin-bottom:1rem}.persona-details{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}.detail-item{margin-bottom:.5rem;font-size:.875rem;color:var(--text-medium)}.detail-item strong{color:var(--text-dark)}.step-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,199,95,.3)}.next-btn,.back-btn,.optimize-btn,.restart-btn{padding:.75rem 2rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.next-btn,.optimize-btn{background:var(--teal-primary);color:#fff}.next-btn:hover,.optimize-btn:hover{background:#14b8a6cc;transform:translateY(-2px)}.next-btn:disabled{background:#0003;cursor:not-allowed;transform:none}.back-btn{background:#0000001a;color:var(--text-dark)}.back-btn:hover{background:#0003}.restart-btn{background:var(--yellow-primary);color:var(--text-dark)}.restart-btn:hover{background:#fef3c7cc;transform:translateY(-2px)}.optimization-preview,.optimization-progress{text-align:center;padding:2rem}.optimization-details{background:#fff5ebcc;border-radius:12px;padding:1.5rem;margin:1.5rem 0;text-align:left}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.detail-row:last-child{border-bottom:none}.progress-animation{margin-bottom:2rem}.spinner{width:50px;height:50px;border:4px solid rgba(20,184,166,.2);border-top:4px solid var(--teal-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.optimization-steps{text-align:left;max-width:300px;margin:0 auto}.optimization-step{padding:.5rem 0;color:var(--text-medium)}.results-section{display:flex;flex-direction:column;gap:2rem}.success-message{text-align:center;background:linear-gradient(135deg,#10b9811a,#fef3c733);border-radius:16px;padding:2rem;border:1px solid rgba(16,185,129,.2)}.success-message h3{color:var(--text-dark);margin-bottom:.5rem}.preview-container{background:#ffffffe6;border:1px solid rgba(255,199,95,.2);border-radius:12px;padding:3rem;text-align:center}.preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-medium)}.preview-btn{background:var(--yellow-primary);color:var(--text-dark);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.preview-btn:hover{background:#fef3c7cc;transform:translateY(-2px)}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.download-btn{background:var(--teal-primary);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.download-btn:hover{background:#14b8a6cc;transform:translateY(-2px)}.job-search-section{background:#fff5eb99;border-radius:12px;padding:2rem;border-left:4px solid var(--yellow-primary)}.coming-soon{color:var(--text-medium);margin-bottom:1rem}.job-search-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.feature-item{background:#fffc;padding:1rem;border-radius:8px;color:var(--text-medium)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid rgba(255,199,95,.3);border-radius:8px;background:#ffffffe6;font-family:inherit;font-size:.95rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a;background:#fff}.form-textarea{resize:vertical;line-height:1.5}.field-help{font-size:.875rem;color:var(--text-light);margin-top:.5rem;font-style:italic}.uploaded-files{background:#fff5eb99;border-radius:8px;padding:1rem;margin-top:1rem}.uploaded-files h4{margin-bottom:.75rem;color:var(--text-dark);font-size:.95rem}.file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:var(--text-medium);font-size:.875rem}.generation-section{text-align:center;padding:2rem;background:linear-gradient(135deg,#14b8a60d,#fef3c71a);border-radius:16px;border:1px solid rgba(20,184,166,.2)}.generation-section h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.5rem}.generation-section p{color:var(--text-medium);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.generate-btn{background:var(--teal-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-width:220px;justify-content:center}.generate-btn:hover:not(:disabled){background:#14b8a6cc;transform:translateY(-2px);box-shadow:0 4px 12px #14b8a64d}.generate-btn:disabled{background:#0003;cursor:not-allowed;transform:none}.btn-icon{width:20px;height:20px}.generation-progress{margin-top:2rem;text-align:left;max-width:300px;margin-left:auto;margin-right:auto}.progress-step{padding:.5rem 0;color:var(--text-medium);font-size:.9rem}.literary-pitches,.school-entry-letters,.music-manager-pitches,.nonprofit-pitches{max-width:1200px;margin:0 auto;padding:2rem}.back-to-dashboard{margin-bottom:2rem}.back-to-dashboard .back-btn{background:#ffffffe6;color:var(--text-dark);border:1px solid rgba(20,184,166,.3);padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.back-to-dashboard .back-btn:hover{background:var(--teal-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #14b8a633}.upload-label{display:flex;flex-direction:column;align-items:center;cursor:pointer}.upload-text{text-align:center}.upload-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.upload-subtitle{font-size:1rem;color:var(--text-medium);margin-bottom:.5rem}.upload-formats{font-size:.875rem;color:var(--text-light)}.uploaded-files{margin-top:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.1)}.uploaded-files h5{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#14b8a60d;border-radius:6px;margin-bottom:.5rem}.file-item:last-child{margin-bottom:0}.file-name{flex:1;font-size:.875rem;color:var(--text-dark)}.remove-file-btn{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.25rem;padding:.25rem;border-radius:4px}.remove-file-btn:hover{background:#ef44441a;color:#ef4444}.analysis-status{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:8px;margin-top:1.5rem;color:#3b82f6;font-size:.875rem}.analysis-results{margin-top:1.5rem;padding:1rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:8px}.analysis-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#22c55e}.analysis-summary p{margin:.25rem 0;font-size:.875rem;color:var(--text-dark)}.ai-instructions-textarea{width:100%;padding:1rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:.875rem;line-height:1.5;resize:vertical;font-family:inherit}.ai-instructions-textarea:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.form-input,.form-select,.form-textarea{padding:.75rem;border:1px solid rgba(0,0,0,.2);border-radius:6px;font-size:.875rem}.generate-section{text-align:center;padding:2rem 0}.generate-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.generate-btn-enabled{background:var(--teal-primary);color:#fff}.generate-btn-enabled:hover{background:#14b8a6cc;transform:translateY(-1px)}.generate-btn-disabled{background:#0000001a;color:#0006;cursor:not-allowed}.requirement-notice{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:#f59e0b;font-size:.875rem}@media (max-width: 768px){.tagline-text{font-size:1.75rem}.systems-chips{flex-direction:column;align-items:stretch}.chip{justify-content:center}.verification-grid,.future-grid,.enterprise-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.system-selector-grid,.ai-lab-tabs,.form-grid{grid-template-columns:1fr}}.section-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#14b8a60d;border:1px solid rgba(20,184,166,.2);border-radius:8px;margin-bottom:1rem}.section-header .section-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-dark)}.search-filter-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-section{flex:1;min-width:300px}.search-field{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--text-light)}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:.875rem}.filter-section{position:relative}.filter-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--text-light)}.filter-select{padding:.75rem .75rem .75rem 2.5rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:.875rem;background:#fff;min-width:150px}.knowledge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.knowledge-item{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.knowledge-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.knowledge-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.knowledge-title-section{display:flex;gap:.75rem;flex:1}.knowledge-icon{font-size:1.5rem;margin-top:.25rem}.knowledge-title{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0 0 .25rem;line-height:1.4}.knowledge-meta{font-size:.875rem;color:var(--text-medium);margin:0}.knowledge-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem;background:#0000000d;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--text-medium)}.action-btn:hover{background:#14b8a61a;color:var(--teal-primary)}.delete-btn:hover{background:#ef44441a;color:#ef4444}.knowledge-description{font-size:.875rem;color:var(--text-dark);margin-bottom:1rem;line-height:1.5}.knowledge-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.knowledge-tag{padding:.25rem .75rem;background:#14b8a61a;color:var(--teal-primary);border-radius:12px;font-size:.75rem;font-weight:500}.knowledge-insights{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}.insights-title{font-size:.875rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem}.insights-list{list-style:none;margin:0;padding:0}.insight-item{font-size:.75rem;color:var(--text-medium);margin-bottom:.25rem;padding-left:1rem;position:relative}.insight-item:before{content:"💡";position:absolute;left:0;top:0}.insight-more{font-size:.75rem;color:var(--teal-primary);font-weight:500;margin-bottom:.25rem;padding-left:1rem;position:relative}.insight-more:before{content:"…";position:absolute;left:0;top:0}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.client-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.client-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.client-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.client-info h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .25rem}.client-industry{font-size:.875rem;color:var(--text-medium);margin:0}.client-actions{display:flex;gap:.5rem}.client-details{margin-bottom:1rem}.client-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.client-label{font-weight:500;color:var(--text-medium);min-width:80px}.client-tags{display:flex;flex-wrap:wrap;gap:.25rem}.client-tag{padding:.125rem .5rem;background:#14b8a61a;color:var(--teal-primary);border-radius:8px;font-size:.75rem;font-weight:500}.client-stats{padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);font-size:.75rem;color:var(--text-light);display:flex;align-items:center;gap:.5rem}.stat-divider{color:var(--text-light)}.client-form{max-width:800px;margin:0 auto}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.document-upload-zone{border:2px dashed rgba(20,184,166,.3);border-radius:12px;padding:3rem;background:#14b8a605;transition:all .3s ease;text-align:center;margin-bottom:2rem}.document-upload-zone.drag-active{border-color:var(--teal-primary);background:#14b8a60d}.hidden-file-input{display:none}.document-filters{margin-bottom:2rem}.filter-row{display:flex;gap:1rem;margin-top:1rem}.filter-row .filter-select{min-width:150px}.document-section{margin-bottom:3rem}.document-section .section-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem}.document-section .section-subtitle{font-size:.875rem;color:var(--text-medium);margin:0 0 1.5rem}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.document-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.document-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.document-card.generated{border-left:4px solid #22c55e}.document-card.uploaded{border-left:4px solid #3b82f6}.document-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.document-info{display:flex;gap:.75rem;flex:1}.document-icon{font-size:1.5rem;margin-top:.25rem}.document-title{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0 0 .25rem;line-height:1.4}.document-meta{font-size:.875rem;color:var(--text-medium);margin:0}.document-actions{display:flex;gap:.5rem}.document-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.document-tag{padding:.25rem .75rem;background:#14b8a61a;color:var(--teal-primary);border-radius:12px;font-size:.75rem;font-weight:500}.download-options{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.download-label{font-size:.875rem;font-weight:500;color:var(--text-medium)}.download-btn{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.word-btn{background:#2d5dcf1a;color:#2d5dcf}.word-btn:hover{background:#2d5dcf33}.pdf-btn{background:#ef44441a;color:#ef4444}.pdf-btn:hover{background:#ef444433}.ppt-btn{background:#f565651a;color:#f56565}.ppt-btn:hover{background:#f5656533}.view-builder-btn{padding:.5rem 1rem;background:var(--teal-primary);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.view-builder-btn:hover{background:#14b8a6cc}.empty-state{text-align:center;padding:3rem;color:var(--text-medium)}.empty-icon{width:3rem;height:3rem;color:var(--text-light);margin:0 auto 1rem}.empty-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem}.empty-description{font-size:.875rem;margin:0;line-height:1.5}.requirement-notice{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f565651a;color:#f56565;border:1px solid rgba(245,101,101,.2);border-radius:8px;font-size:.875rem;margin-bottom:1rem}.upload-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon{width:3rem;height:3rem;color:var(--teal-primary);margin-bottom:1rem}.upload-text{font-size:1.125rem;color:var(--text-dark);margin:0}.upload-description{font-size:.875rem;color:var(--text-medium);margin:0 0 1rem}.form-field label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:1rem;font-size:.875rem;text-align:left;line-height:1.4}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:.875rem;background:#fff;transition:border-color .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.section-header{padding:1.5rem 1.5rem 1rem;margin-bottom:1.5rem}.section-header .section-title{font-size:1.125rem;font-weight:600;margin:0;text-align:left}.form-field{margin-bottom:2rem}.form-grid .form-field:last-child{margin-bottom:0}.form-section{margin-bottom:2.5rem;padding-bottom:1.5rem}.lab-card-header{text-align:center;margin-bottom:1.5rem}.lab-title-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.lab-title-section .lab-title{margin:0;font-size:1.25rem;font-weight:600;text-align:center}.lab-title-section .lab-subtitle{margin:0;font-size:.875rem;color:var(--text-medium);text-align:center}.universal-dashboard{min-height:100vh;background:#fff9ec}.dashboard-header{background:#ffffffe6;border-bottom:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-section{display:flex;align-items:center;gap:1rem}.top-logo{font-size:1.75rem;font-weight:800;color:var(--teal-primary);padding:.5rem 1rem;background:#14b8a61a;border-radius:12px}.dashboard-title{font-size:1.25rem;font-weight:600;color:var(--text-dark)}.settings-btn{background:none;border:1px solid rgba(0,0,0,.1);padding:.75rem 1.5rem;border-radius:8px;font-weight:500;color:var(--text-medium);cursor:pointer;transition:all .3s ease}.settings-btn:hover{background:#0000000d;border-color:#0003}.dashboard-main{padding:2rem 0}.universal-header{text-align:center;margin-bottom:3rem}.universal-title{font-size:3rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.top-brand{color:var(--teal-primary)}.universal-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:.5rem}.powered-by{font-size:1rem;color:var(--text-light)}.system-selection-card{background:#ffffffe6;border-radius:20px;padding:2rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;position:relative}.system-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.system-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.system-description{color:var(--text-medium);font-size:1rem}.system-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.services-count{font-size:.875rem;color:var(--teal-primary);font-weight:600}.switch-system-btn{background:var(--teal-primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .3s ease}.switch-system-btn:hover{background:#0f766e;transform:translateY(-1px)}.system-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem}.tab{background:none;border:none;padding:.75rem 1rem;border-radius:6px;font-weight:500;color:var(--text-medium);cursor:pointer;transition:all .3s ease;font-size:.875rem}.tab:hover{background:#14b8a61a;color:var(--teal-primary)}.tab.active{background:var(--teal-primary);color:#fff}.tab-content{width:calc(100% - 320px);margin-right:2rem}.proposal-builder{background:#ffffff80;border-radius:16px;padding:2rem}.builder-header{margin-bottom:2rem}.builder-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.builder-description{color:var(--text-medium);font-size:1rem}.form-section{margin-bottom:2rem;padding:1.5rem;background:#ffffffb3;border-radius:12px;border-left:4px solid var(--teal-primary)}.client-section{border-left-color:#22c55e}.section-title{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-field{display:flex;flex-direction:column}.form-field label{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-input,.form-select{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:1rem;background:#fff;transition:all .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 3px #14b8a61a}.generate-section{text-align:center;margin-top:2rem}.generate-btn{background:linear-gradient(135deg,var(--teal-primary),#0f766e);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #14b8a64d}.generate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}.dashboard-sidebar{position:absolute;right:2rem;top:180px;width:280px;display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:#ffffffe6;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.sidebar-title{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.sidebar-subtitle{font-size:.875rem;color:var(--text-medium);margin-bottom:1rem}.quick-action{display:flex;gap:.75rem;align-items:flex-start}.action-icon{font-size:1.25rem;padding:.5rem;background:#14b8a61a;border-radius:8px;flex-shrink:0}.action-content{flex:1}.action-title{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.action-description{font-size:.75rem;color:var(--text-medium)}.proposal-item{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.proposal-item:last-child{border-bottom:none}.proposal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.proposal-header h5{font-size:.875rem;font-weight:600;color:var(--text-dark);margin:0}.proposal-date{font-size:.75rem;color:var(--text-medium)}.proposal-meta{font-size:.75rem;color:var(--text-medium);margin:0}.change-item{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.change-item:last-child{border-bottom:none}.change-header h6{font-size:.875rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem}.change-description{font-size:.75rem;color:var(--text-medium);margin:0 0 .5rem;line-height:1.4}.change-time{font-size:.75rem;color:var(--text-light)}.system-selection-bar{background:#ffffffe6;border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.system-selection-bar h3{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.master-access{color:var(--teal-primary);font-weight:700}.system-buttons{display:flex;gap:1rem;flex-wrap:wrap}.system-btn{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid transparent;border-radius:12px;background:#ffffffb3;cursor:pointer;transition:all .3s ease;text-align:center;min-width:140px}.system-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.system-btn.active{background:var(--teal-primary);color:#fff}.system-btn-icon{font-size:1.5rem;margin-bottom:.5rem}.system-btn-text{font-size:.875rem;font-weight:600}.system-teal.active{background:var(--teal-primary)}.system-purple.active{background:#9333ea}.system-blue.active{background:#3b82f6}.system-red.active{background:#ef4444}.system-pink.active{background:#ec4899}@media (max-width: 1200px){.dashboard-sidebar{position:relative;width:100%;right:auto;top:auto;margin-top:2rem}.tab-content{width:100%;margin-right:0}}.hero-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.dashboard{min-height:100vh}.dashboard-content{padding:2rem 0}.welcome-card{background:var(--card-bg);padding:3rem;border-radius:20px;text-align:center;margin-bottom:3rem;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.welcome-title{font-size:2.75rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.05)}.welcome-subtitle{font-size:1.125rem;color:var(--text-medium);margin-bottom:2rem}.systems-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.system-dashboard-card{background:var(--card-bg);padding:2.5rem;border-radius:16px;text-align:left;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.system-dashboard-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.system-dashboard-card:nth-child(1){background:linear-gradient(135deg,var(--accessibility-bg),var(--card-bg));border-left:6px solid var(--accessibility-color)}.system-dashboard-card:nth-child(1):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(16,185,129,.15),var(--card-bg))}.system-dashboard-card:nth-child(2){background:linear-gradient(135deg,var(--literary-bg),var(--card-bg));border-left:6px solid var(--literary-color)}.system-dashboard-card:nth-child(2):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(139,92,246,.15),var(--card-bg))}.system-dashboard-card:nth-child(3){background:linear-gradient(135deg,var(--school-bg),var(--card-bg));border-left:6px solid var(--school-color)}.system-dashboard-card:nth-child(3):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(245,158,11,.15),var(--card-bg))}.system-dashboard-card:nth-child(4){background:linear-gradient(135deg,var(--music-bg),var(--card-bg));border-left:6px solid var(--music-color)}.system-dashboard-card:nth-child(4):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(239,68,68,.15),var(--card-bg))}.system-dashboard-card:nth-child(5){background:linear-gradient(135deg,var(--nonprofit-bg),var(--card-bg));border-left:6px solid var(--nonprofit-color)}.system-dashboard-card:nth-child(5):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(6,182,212,.15),var(--card-bg))}.system-dashboard-card:nth-child(6){background:linear-gradient(135deg,var(--resume-bg),var(--card-bg));border-left:6px solid var(--resume-color)}.system-dashboard-card:nth-child(6):hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg,rgba(99,102,241,.15),var(--card-bg))}.system-icon{font-size:2.5rem;margin-right:1rem;margin-bottom:0;transition:transform .2s ease;align-self:flex-start;line-height:1}.system-dashboard-card h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-dark);line-height:1.2}.system-dashboard-card p{margin:.5rem 0 1.5rem;color:var(--text-medium);font-size:1rem;line-height:1.4}.system-dashboard-card .btn{align-self:flex-start;margin-top:auto}.system-dashboard-card h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.system-dashboard-card p{color:var(--text-medium);margin-bottom:1.5rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:var(--card-bg);padding:3rem;border-radius:20px;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:450px}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.login-subtitle{color:var(--text-medium);font-size:1rem}.badge{background:var(--warm-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #fbbf244d;transition:all .2s ease}.badge:hover{transform:scale(1.05);box-shadow:0 4px 8px #fbbf2466}.quick-actions .btn{min-width:140px;margin:.25rem}.text-center{text-align:center}.mb-2{margin-bottom:1rem}.mt-4{margin-top:2rem}.cta-banner{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;padding:4rem 0;text-align:center;margin-top:4rem}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.footer{background:#1f2937;color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.footer-section-title{font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#9ca3af;text-decoration:none;padding:.25rem 0;transition:all .3s ease;font-size:.95rem}.footer-link:hover{color:var(--teal-primary);transform:translate(4px)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-logo{font-size:2rem;font-weight:800;color:var(--teal-primary);margin-bottom:1rem}.footer-copyright{color:#9ca3af;margin-bottom:.5rem;font-size:.9rem}.footer-signature{color:var(--teal-primary);font-weight:500;font-size:1rem}.progress-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.spin-icon{animation:spin 1s linear infinite;color:#00bcd4}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar-container{margin-bottom:1rem}.progress-bar{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#00bcd4,#fdd835);transition:width .3s ease}.progress-text{text-align:center;margin-top:.5rem;font-weight:600;color:#00bcd4}.current-stage{text-align:center;margin-bottom:1rem;font-weight:500;color:#333}.optimization-message{text-align:center;color:#666;font-style:italic}.persona-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.edit-persona-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#00bcd4;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.edit-persona-btn:hover{background-color:#00acc1}.persona-card-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.edit-icon-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:3px;color:#666;transition:background-color .2s}.edit-icon-btn:hover{background-color:#f0f0f0;color:#00bcd4}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-body{padding:1.5rem}.persona-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.875rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#00bcd4}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s}.cancel-btn{background-color:#f5f5f5;color:#666}.cancel-btn:hover{background-color:#e0e0e0}.save-btn{background-color:#00bcd4;color:#fff}.save-btn:hover{background-color:#00acc1}*{margin:0;padding:0;box-sizing:border-box}:root{--pastel-yellow: #fef7cd;--warm-yellow: #fbbf24;--teal-primary: #14b8a6;--text-dark: #1f2937;--text-medium: #4b5563;--text-light: #6b7280;--white: #ffffff;--border-light: rgba(251, 191, 36, .2)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,var(--pastel-yellow) 0%,#ffffff 100%);background-attachment:fixed;background-repeat:no-repeat;color:var(--text-dark);line-height:1.6;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:#fffffff2;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Inter,sans-serif;font-size:2rem;font-weight:800;color:var(--teal-primary);text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-medium);text-decoration:none;font-weight:500}.nav-link:hover{color:var(--teal-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--warm-yellow);color:#fff}.btn-secondary{background:#fff;color:var(--teal-primary);border:1px solid var(--teal-primary)}.hero{text-align:center;padding:4rem 2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero-title-highlight{color:var(--teal-primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-tagline{font-size:1.125rem;font-style:italic;color:var(--text-light);margin-bottom:2rem;height:1.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.card{background:#fff;border-radius:12px;padding:2rem;border:1px solid var(--border-light);margin-bottom:1rem}.systems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.system-card{text-align:center}.system-icon{font-size:4rem;margin-bottom:1rem;display:block}.system-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.system-description{color:var(--text-medium);margin-bottom:1.5rem}.stats{background:#fffc;border-radius:16px;padding:3rem;text-align:center;margin:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:var(--text-medium);font-weight:500}.footer{background:#fff;border-top:1px solid var(--border-light);padding:3rem 2rem;text-align:center}.footer-logo{font-size:1.5rem;font-weight:800;color:var(--teal-primary);margin-bottom:1rem}.footer-description{color:var(--text-medium);margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.form{background:#fff;border-radius:16px;padding:2rem;border:1px solid var(--border-light);max-width:400px;width:100%}.form-title{font-size:1.875rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{color:var(--text-medium);text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:var(--text-dark);font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit}.form-input:focus{outline:none;border-color:var(--teal-primary)}.form-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.form-info{background:#14b8a61a;border:1px solid rgba(20,184,166,.2);border-radius:8px;padding:1rem;margin:1rem 0}.form-info-title{font-weight:600;color:var(--teal-primary);margin-bottom:.5rem}.dashboard{background:linear-gradient(135deg,var(--pastel-yellow) 0%,#ffffff 100%);background-attachment:fixed;min-height:100vh}.dashboard-content{padding:2rem}.welcome-card{background:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;text-align:center;border:1px solid var(--border-light)}.welcome-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.welcome-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:2rem}.badge{display:inline-block;background:var(--warm-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:.5rem}.quick-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.specialized-systems{text-align:center;margin:3rem 0}.systems-label{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.systems-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;justify-items:center}.chip{display:flex;align-items:center;padding:1rem 1.5rem;border-radius:16px;text-align:left;cursor:pointer;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease;min-width:280px;min-height:140px;width:280px;text-decoration:none;color:inherit;flex-direction:row;justify-content:flex-start}.chip:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.chip-icon{font-size:1.8rem;margin-right:1rem;flex-shrink:0}.chip-content{flex:1}.chip-text{font-size:1rem;font-weight:600;color:var(--text-dark);display:block;margin-bottom:.25rem}.chip-desc{font-size:.85rem;color:var(--text-medium);display:block;line-height:1.3}.chip-accessibility{background:linear-gradient(135deg,#e6f9f3,#d1f2e8)}.chip-literary{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.chip-school{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.chip-nonprofit{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.chip-music{background:linear-gradient(135deg,#fee2e2,#fecaca)}.chip-pr{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.chip-influencer{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.chip-acting{background:linear-gradient(135deg,#fef3c7,#fde68a)}.chip-sports{background:linear-gradient(135deg,#fed7aa,#fdba74)}.chip-modeling{background:linear-gradient(135deg,#fecdd3,#fda4af)}.chip-sales{background:linear-gradient(135deg,#d9f7be,#b7eb8f)}.chip-startup{background:linear-gradient(135deg,#e1d5ff,#c4b5fd)}.chip-coaching{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.pricing-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.pricing-card{background:linear-gradient(135deg,#fefcf0,#fff);border-radius:16px;padding:0;box-shadow:0 4px 20px #00000014;border:2px solid transparent;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column;min-height:400px}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.pricing-card-free{background:linear-gradient(135deg,#fef7cd,#fff);border-color:#fde68a}.pricing-card-standard{background:linear-gradient(135deg,#d9f7be,#fff);border-color:#a7f3d0}.pricing-card-enterprise{background:linear-gradient(135deg,#dbeafe,#fff);border-color:#bfdbfe}.pricing-card-custom{background:linear-gradient(135deg,#e1d5ff,#fff);border-color:#c4b5fd}.pricing-card-header{padding:1.5rem 2rem;text-align:center;margin:0;color:#fff;font-weight:700}.pricing-header-yellow{background:linear-gradient(135deg,#f59e0b,#d97706)}.pricing-header-green{background:linear-gradient(135deg,#10b981,#059669)}.pricing-header-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.pricing-header-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.pricing-card-title{font-size:1.5rem;font-weight:700;margin:0}.pricing-card-price{text-align:center;padding:2rem}.price-amount{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.price-period{color:#6b7280;font-size:1rem;margin:0}.pricing-features{list-style:none;padding:0 2rem;margin:0 0 2rem;flex-grow:1}.pricing-feature{display:flex;align-items:center;padding:.75rem 0;font-size:.95rem;color:#374151;border-bottom:1px solid #f3f4f6}.pricing-feature:last-child{border-bottom:none}.feature-check{color:#10b981;font-weight:700;margin-right:.75rem;font-size:1.1rem}.pricing-button{margin:0 2rem 2rem;padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:block;text-align:center}.pricing-button-primary{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.pricing-button-primary:hover{background:linear-gradient(135deg,#0f766e,#0d9488);transform:translateY(-2px)}.pricing-button-secondary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.pricing-button-secondary:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px)}@media (max-width: 768px){.pricing-cards-container{grid-template-columns:1fr;gap:1.5rem}.price-amount{font-size:2.5rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.nav-links{gap:1rem}.container{padding:0 1rem}.systems-chips{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.75rem}.chip{padding:.875rem 1.25rem;min-height:70px}.chip-icon{font-size:1.5rem;margin-right:.75rem}.chip-text{font-size:.9rem}.chip-desc{font-size:.8rem}}@media (max-width: 480px){.systems-chips{grid-template-columns:1fr}}
