@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600;700&display=swap";.footer-section{background-color:var(--background-color);padding:6rem 2rem 2rem;border-top:1px solid var(--border-slate-700)}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem;border-bottom:1px solid var(--border-slate-700)}@media (min-width: 768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-logo-section{max-width:300px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-logo img{height:40px;width:40px}.footer-logo span{font-size:1.5rem;font-weight:700;color:var(--text-color)}.footer-description{color:var(--text-slate-300);font-size:.95rem}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:8rem}}.footer-column h4{font-weight:600;color:var(--text-slate-200);margin-bottom:1.5rem;font-size:1rem}.footer-column ul{display:flex;flex-direction:column;gap:1rem}.footer-column a{color:var(--text-slate-400);text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--text-color)}.footer-bottom{padding-top:2rem;display:flex;flex-direction:column-reverse;align-items:center;gap:1.5rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{color:var(--text-slate-500);font-size:.875rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-slate-400);transition:color .2s}.social-links a:hover{color:var(--text-color)}.social-links svg{width:24px;height:24px}.mobile-menu{position:fixed;top:85px;left:50%;transform:translate(-50%) translateY(-120%);width:95%;max-width:1020px;height:auto;background-color:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-slate-700);border-radius:16px;box-shadow:0 16px 30px #00000080;z-index:40;display:flex;flex-direction:column;align-items:center;padding:2rem 0;transition:transform .5s ease-in-out,opacity .5s ease-in-out;opacity:0;overflow:hidden}.mobile-menu.is-open{transform:translate(-50%) translateY(0);opacity:1}.mobile-menu-header{position:absolute;top:20px;right:20px}.mobile-menu-close-button{background:none;border:none;color:var(--text-color);font-size:2rem;cursor:pointer;padding:10px}.mobile-menu-nav{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mobile-nav-link{color:var(--text-slate-300);font-size:2rem;font-weight:600;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover,.mobile-nav-link.is-active{color:var(--text-color)}.mobile-menu-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-auth-buttons{display:flex;gap:1rem}.mobile-menu-actions .theme-toggle-button{font-size:1.5rem;padding:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-container{display:flex;justify-content:center;padding:10rem 2rem 2rem;position:relative;overflow:hidden}.auth-container:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:150%;height:600px;background:radial-gradient(circle,#ffffff0d,#fff0 70%);pointer-events:none}[data-theme=light] .auth-container:before{background:radial-gradient(circle,#00000008,#0000 70%)}.auth-card{background-color:var(--bg-slate-900);border:1px solid var(--border-slate-700);border-radius:1.5rem;padding:2.5rem;width:100%;max-width:450px;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;animation:fadeInUp .6s ease-out}.auth-card h2{color:var(--text-color);font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem;animation:fadeInUp .7s ease-out}.auth-form .form-group{margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.auth-form label{display:block;color:var(--text-slate-300);margin-bottom:.5rem;font-weight:500}.auth-form input{width:100%;background-color:var(--bg-slate-800);border:1px solid var(--border-slate-700);color:var(--text-color);padding:.75rem 1rem;border-radius:.5rem;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #8b5cf64d}.auth-button{width:100%;background-color:#fff;color:#000;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:opacity .2s,transform .2s;animation:fadeInUp .9s ease-out}[data-theme=light] .auth-button{background-color:#1f2937;color:#fff}.auth-button:hover{opacity:.9;transform:translateY(-2px)}.link-button{background:none;border:none;color:var(--primary-color);cursor:pointer;text-decoration:underline;padding:0;font-size:.9rem;animation:fadeInUp 1s ease-out}.link-button:disabled{color:var(--text-slate-500);cursor:not-allowed;text-decoration:none}.secondary-button{width:100%;background-color:transparent;border:1px solid var(--border-slate-700);color:var(--text-slate-300);font-weight:600;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.secondary-button:hover:not(:disabled){background-color:var(--bg-slate-800);color:var(--text-color)}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 2rem;min-height:80vh;background-color:var(--background-color)!important}.spinner{width:48px;height:48px;border:4px solid var(--border-slate-700);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}.loading-title{font-size:2.25rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.loading-idea{font-size:1.125rem;color:var(--text-slate-300);max-width:600px;margin-bottom:2rem;font-style:italic}.loading-step{font-size:1rem;color:var(--text-slate-400);height:24px}.lm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100}.lm-modal-content{background-color:var(--bg-slate-900);border:1px solid var(--border-slate-700);border-radius:1.5rem;padding:2.5rem;text-align:center;max-width:24rem;margin:1rem;box-shadow:0 25px 50px -12px #00000040}.lm-modal-title{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.lm-modal-description{color:var(--text-slate-300);margin-bottom:2rem}.lm-modal-actions{display:flex;justify-content:center;gap:1rem}.lm-modal-button{padding:.75rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:600;transition:all .2s;border:none;cursor:pointer}.lm-modal-button.confirm:hover{opacity:.9}[data-theme=light] .lm-modal-button.confirm{background-color:var(--text-color);color:var(--background-color)}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal-content{background-color:var(--bg-slate-900);padding:2rem;border-radius:8px;border:1px solid var(--border-slate-700);max-width:400px;width:90%;text-align:center}.confirm-modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.confirm-modal-message{color:var(--text-slate-300);margin-bottom:2rem}.confirm-modal-actions{display:flex;justify-content:center;gap:1rem}.confirm-modal-button{padding:.75rem 1.5rem;border-radius:4px;border:none;font-weight:600;cursor:pointer;transition:background-color .2s}.cancel-button{background-color:var(--bg-slate-700);color:var(--text-slate-200)}.cancel-button:hover{background-color:var(--bg-slate-600)}.confirm-button{background-color:#ef4444;color:#fff}.confirm-button:hover{background-color:#dc2626}.small-spinner-container{display:flex;justify-content:center;align-items:center;padding:2rem}.small-spinner{width:24px;height:24px;border:3px solid var(--border-slate-700);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite}.blueprint-builder-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 2rem;width:100%;background-color:var(--background-color);border-radius:.5rem}.build-page-button{background-color:#fff;color:#000}[data-theme=light] .build-page-button{background-color:var(--text-color);color:var(--background-color)}.history-section{width:100%;max-width:800px;margin-top:2rem;padding:0 1rem;display:flex;flex-direction:column;align-items:center}.history-toggle-button{background-color:var(--bg-slate-800);color:var(--text-slate-200);padding:10px 20px;border-radius:9999px;font-size:.9rem;font-weight:600;transition:opacity .2s;text-decoration:none;border:1px solid var(--border-slate-700);cursor:pointer;margin-bottom:1rem}.history-toggle-button:hover{background-color:var(--bg-slate-700)}.startups-section{width:100%;background-color:var(--bg-slate-900);border:1px solid var(--border-slate-700);padding:1.5rem;border-radius:8px}.startups-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-slate-200)}.startup-list{list-style:none;padding:0}.startup-item{display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-slate-800);padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid var(--border-slate-700)}.startup-item-content{cursor:pointer;flex-grow:1}.delete-button{background-color:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s}.startup-item p{margin:.5rem 0;color:var(--text-slate-300)}.startup-item strong{color:var(--text-slate-200)}@media (max-width: 768px){.history-section{padding:0 .5rem}.startups-section{padding:1rem}.startups-section h2{font-size:1.1rem}.startup-item{padding:.75rem}}.smith-build-container{width:100%;padding:8rem 2rem 4rem}.smith-build-header{text-align:center;margin-bottom:4rem}.smith-build-header h2{font-size:2.5rem;font-weight:700;color:var(--text-slate-100);margin-bottom:.5rem}.smith-build-header p{font-size:1.2rem;color:var(--text-slate-400);max-width:500px;margin:0 auto}.smith-build-options{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width: 768px){.smith-build-options{grid-template-columns:1fr 1fr}}.build-option-card{background-color:var(--bg-slate-900);border:1px solid var(--border-slate-800);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.build-option-card h3{font-size:1.5rem;font-weight:600;color:var(--text-slate-100)}.build-option-card p{color:var(--text-slate-400);flex-grow:1}.build-option-card textarea,.build-option-card select{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:10px;border:1px solid var(--border-slate-700);background-color:var(--bg-slate-800);color:var(--text-slate-200);transition:border-color .2s,box-shadow .2s}.build-option-card textarea:focus,.build-option-card select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #38bdf84d}.build-option-card button{padding:.75rem 1.5rem;border:none;border-radius:10px;background-color:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.build-option-card button:hover:not(:disabled){background-color:var(--primary-hover-color)}.build-option-card button:disabled{background-color:var(--bg-slate-700);color:var(--text-slate-500);cursor:not-allowed}.divider{width:100%;max-width:1000px;margin:4rem auto;height:1px;background-color:var(--border-slate-700)}.workspace-container{display:flex;width:100%;height:calc(100vh - 150px);gap:1.5rem}.workspace-left{width:30%;min-width:350px;display:flex;flex-direction:column}.workspace-right{width:70%;display:flex}.chat-panel{background-color:var(--bg-slate-900);border-radius:12px;border:1px solid var(--border-slate-800);padding:0;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.chat-messages{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--border-slate-700);border-radius:10px}.message{padding:1rem 1.25rem;border-radius:12px;max-width:90%;line-height:1.6;white-space:pre-wrap}.message.user{background-color:var(--primary-color);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message.ai{background-color:var(--bg-slate-800);color:var(--text-slate-300);align-self:flex-start;border-bottom-left-radius:4px}.ide-body{display:flex;height:100%;width:100%;background-color:var(--bg-slate-900);color:var(--text-slate-300);border-radius:12px;overflow:hidden;border:1px solid var(--border-slate-800)}.file-explorer{width:240px;min-width:200px;background-color:transparent;border-right:1px solid var(--border-slate-800)}.ide-main-panel{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.ide-right-panel{flex-grow:1;border-left:1px solid var(--border-slate-800);overflow:hidden;display:flex}.ide-panel{display:flex;flex-direction:column;height:100%}.ide-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background-color:transparent;font-weight:600;font-size:.9rem;color:var(--text-slate-200);border-bottom:1px solid var(--border-slate-800);text-transform:uppercase;letter-spacing:.05em}.download-btn{background:none;border:none;color:var(--text-slate-400);cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s,color .2s}.download-btn:hover{background-color:var(--bg-slate-700);color:var(--text-slate-100)}.ide-panel-content{padding:.75rem;flex-grow:1;overflow:auto}.ide-panel-content ul{list-style:none;padding:0;margin:0}.ide-panel-content li{cursor:pointer;padding:.5rem 1rem;border-radius:6px;white-space:nowrap;color:var(--text-slate-400);transition:background-color .2s,color .2s}.ide-panel-content li:hover{background-color:var(--bg-slate-800);color:var(--text-slate-100)}.ide-panel-content li.active-file{background-color:var(--primary-color);color:#fff;font-weight:500}.ide-preview{background-color:#fff;color:#111;height:100%;width:100%;border:none}.smith-workspace-container{display:flex;height:100vh;width:100vw;background-color:#0d1117;padding:1rem;gap:1rem;position:fixed;top:0;left:0}.workspace-logo{position:absolute;top:1.5rem;left:1.5rem;width:32px;height:32px;z-index:10}.workspace-logo img{width:100%;height:100%;opacity:.8;transition:opacity .2s ease-in-out}.workspace-logo:hover img{opacity:1}.sw-left-panel{width:25%;min-width:320px;display:flex;flex-direction:column;padding-top:4rem}.sw-right-panel{width:75%;display:flex;flex-direction:column;gap:1rem}.sw-view-toggler{display:flex;gap:.5rem;padding:.5rem;background-color:var(--bg-slate-900);border-radius:10px;border:1px solid var(--border-slate-800);align-self:flex-start}.sw-view-toggler button{padding:.5rem 1rem;border:none;border-radius:7px;background-color:transparent;color:var(--text-slate-400);font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}.sw-view-toggler button.active{background-color:var(--bg-slate-700);color:var(--text-slate-100)}.sw-main-view{flex-grow:1;overflow:hidden}.sw-preview-panel{width:100%;height:100%;overflow:hidden;border-radius:12px;border:1px solid var(--border-slate-800);display:flex;flex-direction:column}.preview-toolbar{display:flex;justify-content:flex-end;padding:.5rem;background-color:var(--bg-slate-800);border-bottom:1px solid var(--border-slate-700)}.preview-fullscreen-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--bg-slate-700);color:var(--text-slate-200);border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.preview-fullscreen-btn:hover{background-color:var(--bg-slate-600)}.preview-content{flex-grow:1;height:100%}.fullscreen-preview .sw-left-panel{display:none}.fullscreen-preview .sw-right-panel{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-slate-950);z-index:100;padding:1rem}.fullscreen-preview .sw-view-toggler{display:none}.chat-input-area{padding:1rem 1.5rem;border-top:1px solid var(--border-slate-800)}.chat-input-form{display:flex;align-items:center;gap:.75rem;background-color:var(--bg-slate-800);border-radius:12px;border:1px solid var(--border-slate-700);padding:.5rem;transition:border-color .2s,box-shadow .2s}.chat-input-form:focus-within{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #38bdf84d}.chat-input-form textarea{flex-grow:1;background:transparent;border:none;color:var(--text-slate-200);font-size:1rem;padding:.5rem;resize:none;overflow-y:auto;max-height:200px}.chat-input-form textarea:focus{outline:none}.chat-input-form textarea::placeholder{color:var(--text-slate-500)}.chat-input-form .icon-button{background-color:var(--primary-color);border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0}.chat-input-form .icon-button svg{width:20px;height:20px;color:#fff}.chat-input-form .icon-button:hover:not(:disabled){background-color:var(--primary-hover-color)}.chat-input-form .icon-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed}.chat-input-form .icon-button:disabled svg{color:var(--text-slate-500)}.history-section{width:100%;max-width:1000px;margin:4rem auto 0}.history-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--text-slate-200);text-align:center}.history-empty-state{text-align:center;color:var(--text-slate-400);padding:2rem;background-color:var(--bg-slate-900);border:1px solid var(--border-slate-800);border-radius:16px}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.history-card{background-color:var(--bg-slate-900);border:1px solid var(--border-slate-800);border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.history-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.history-card-content{flex-grow:1}.history-card-prompt{color:var(--text-slate-300);margin:0 0 1rem;font-size:.95rem;line-height:1.5}.history-card-date{font-size:.8rem;color:var(--text-slate-500);display:block;margin-top:1rem;text-align:right}.delete-button{background-color:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s;margin-top:1rem;align-self:flex-end}.lm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lm-modal-content{background:#1a1a1a;padding:30px;border-radius:12px;width:90%;max-width:400px;text-align:center;border:1px solid #333;box-shadow:0 10px 30px #00000080;animation:fadeIn .3s ease-out}.lm-modal-title{margin-top:0;font-size:1.75rem;font-weight:600;color:#fff}.lm-modal-description{margin-bottom:25px;color:#aaa;font-size:1rem;line-height:1.5}.lm-modal-actions{display:flex;justify-content:center}.lm-modal-button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-decoration:none;display:inline-block}.lm-modal-button.confirm{background-color:#fff;color:#000}.lm-modal-button.confirm:hover{background-color:#fff;color:#000;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.logo-ticker-container{width:100%;overflow:hidden;padding:4rem 0;background-color:var(--background-color);white-space:nowrap}.logo-ticker-track{display:inline-block;animation:scroll 30s linear infinite;will-change:transform}.logo-ticker-track:hover{animation-play-state:paused}.logo-item{display:inline-block;height:40px;margin:0 40px;filter:invert(1);opacity:.6;transition:opacity .3s}.logo-item:hover{opacity:1}[data-theme=light] .logo-item{filter:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1500px)}}.features-section{padding:6rem 2rem;background-color:var(--background-color)}.features-container{max-width:1200px;margin:0 auto;text-align:center}.features-header{margin-bottom:4rem;transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(20px)}.features-header.is-visible{opacity:1;transform:translateY(0)}.features-headline{font-family:Instrument Sans,sans-serif;font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.features-subheadline{font-size:1.125rem;color:var(--text-slate-300);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{background-color:var(--bg-slate-900);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-slate-700);text-align:left;transition:transform .4s ease,box-shadow .4s ease,opacity .4s ease,transform .4s ease;opacity:0;transform:translateY(20px) scale(.95)}.feature-item.is-visible{opacity:1;transform:translateY(0) scale(1)}.feature-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0003}.feature-icon{width:100%;height:180px;margin-bottom:1.5rem;border-radius:1rem;overflow:hidden;background-color:#020617}.feature-icon img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.feature-item:hover .feature-icon img{transform:scale(1.05)}.feature-title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.feature-description{font-size:1rem;color:var(--text-slate-400);line-height:1.6}.how-it-works-section{padding:6rem 2rem;background-color:var(--background-color)}.how-it-works-container{max-width:1200px;margin:0 auto}.how-it-works-header{text-align:center;margin-bottom:5rem;transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(20px)}.how-it-works-header.is-visible{opacity:1;transform:translateY(0)}.how-it-works-headline{font-family:Instrument Sans,sans-serif;font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.how-it-works-subheadline{font-size:1.125rem;color:var(--text-slate-300);max-width:600px;margin:0 auto}.steps-container{position:relative;display:flex;flex-direction:column;gap:4rem;align-items:center}.steps-container:before{content:"";position:absolute;top:2rem;height:27rem;left:50%;transform:translate(calc(-50% - 16.6rem));width:2px;background-color:var(--border-slate-700)}.step-item{display:flex;align-items:flex-start;gap:2rem;position:relative;transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translate(-20px)}.step-item.is-visible{opacity:1;transform:translate(0)}.step-number{font-size:2rem;font-weight:700;color:var(--text-color);background-color:var(--bg-slate-800);border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.step-content{padding-top:.5rem}.step-title{font-size:1.75rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.step-description{font-size:1rem;color:var(--text-slate-400);line-height:1.6;max-width:500px}@media (max-width: 768px){.steps-container:before{left:30px}.step-number{font-size:1.5rem;width:3rem;height:3rem}}.testimonials-section{padding:6rem 2rem;background-color:var(--bg-slate-900)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem;transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(20px)}.testimonials-header.is-visible{opacity:1;transform:translateY(0)}.testimonials-headline{font-family:Instrument Sans,sans-serif;font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.testimonials-subheadline{font-size:1.125rem;color:var(--text-slate-300);max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--background-color);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-slate-700);display:flex;flex-direction:column;justify-content:space-between;transition:opacity .4s ease,transform .4s ease;opacity:0;transform:translateY(20px)}.testimonial-card.is-visible{opacity:1;transform:translateY(0)}.testimonial-quote{font-size:1.125rem;font-style:italic;color:var(--text-slate-200);line-height:1.6;margin-bottom:2rem;flex-grow:1}.testimonial-author-info{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;fill:var(--primary-color)}.testimonial-author{font-weight:600;color:var(--text-color)}.testimonial-title{font-size:.875rem;color:var(--text-slate-400)}.cta-section{padding:6rem 2rem;background-color:var(--background-color)}.cta-section .cta-container{max-width:1000px;margin:0 auto;background-color:var(--bg-slate-800);border-radius:2rem;padding:5rem 3rem;text-align:center;position:relative;overflow:hidden}.cta-section .cta-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#0c0c0de6,#131315cc);z-index:1}[data-theme=light] .cta-section .cta-container{background-color:var(--bg-slate-700)}[data-theme=light] .cta-section .cta-container:before{background:linear-gradient(45deg,#ffffffe6,#f3f4f6cc)}.cta-section .cta-content{position:relative;z-index:2}.cta-section .cta-headline{font-family:Instrument Sans,sans-serif;font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem}.cta-section .cta-subheadline{font-size:1.125rem;color:var(--text-slate-300);max-width:600px;margin:0 auto 2.5rem}.starfield-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}body{font-family:Instrument Sans,sans-serif;color:var(--text-slate-200)}.homepage-container{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 2rem}.section{width:100%;max-width:1200px;padding:6rem 0;text-align:center}.hero-section{display:flex;flex-direction:column;align-items:center;margin-top:4.5rem;justify-content:center;min-height:80vh}.hero-section h1,.hero-section p,.hero-section .cta-container{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.hero-section h1.is-visible,.hero-section p.is-visible,.hero-section .cta-container.is-visible{opacity:1;transform:translateY(0)}.hero-section h1{font-family:Inter Tight,sans-serif;font-size:4.5rem;font-weight:700;line-height:1.1;max-width:800px;margin-bottom:1.5rem}.hero-section p{font-size:1.25rem;max-width:600px;color:var(--text-slate-300);margin-bottom:2.5rem}.cta-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-note{display:flex;align-items:center;gap:.5rem;color:var(--text-slate-400);font-size:.875rem}[data-theme=light] .hero-section .cta-button{background-color:var(--text-color);color:var(--background-color)}.account-page-container{display:flex;justify-content:center;padding:10rem 2rem 2rem;width:100%}.account-card{background-color:var(--bg-slate-900);border:1px solid var(--border-slate-700);border-radius:1.5rem;padding:2.5rem;width:100%;max-width:600px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.account-card h1{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:var(--text-color)}.account-info p{margin-bottom:1.5rem;color:var(--text-slate-300);font-size:1rem}.account-info strong{color:var(--text-slate-200)}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-slate-300)}.form-group input{width:100%;padding:.75rem 1rem;background-color:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:.5rem;color:var(--text-slate-200);transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #8b5cf64d}.save-button{background-color:#fff;color:#000;font-weight:600;padding:.75rem 2rem;border:none;border-radius:9999px;cursor:pointer;transition:transform .2s}.save-button:hover{transform:scale(1.05)}[data-theme=light] .save-button{background-color:var(--text-color);color:var(--background-color)}.ventures-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-slate-700)}.ventures-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-slate-200)}.ventures-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.venture-item{background-color:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:.75rem;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s,border-color .2s}.venture-item:hover{background-color:var(--bg-slate-700);border-color:var(--text-slate-400)}.venture-item-content{display:flex;flex-direction:column;gap:.25rem;flex-grow:1;margin-right:1rem}.venture-name{font-weight:500;color:var(--text-slate-200)}.venture-date{font-size:.875rem;color:var(--text-slate-400)}.delete-button{background-color:#ef4444;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s;flex-shrink:0}.delete-button:hover{background-color:#dc2626}.venture-chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.chat-bubble{width:60px;height:60px;border-radius:50%;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.chat-bubble:hover{transform:scale(1.1);background-color:var(--primary-color-dark, #4f46e5)}.chat-bubble .icon{font-size:28px;transition:opacity .2s ease}.chat-window{width:370px;height:500px;background-color:#1e1e1e;color:#f0f0f0;border-radius:16px;border:1px solid #444;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease-in-out;transform-origin:bottom right}.chat-window.closed{transform:scale(0);opacity:0;height:0;width:0}.chat-header{padding:12px 16px;background-color:#2a2a2a;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:16px;font-weight:600;color:#f5f5f5}.chat-header-buttons{display:flex;align-items:center;gap:8px}.chat-header .icon-button{background:none;border:none;cursor:pointer;font-size:18px;color:#aaa;padding:4px}.chat-header .icon-button:hover{color:#fff}.chat-messages{flex-grow:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message{display:flex;max-width:85%;padding:10px 14px;border-radius:18px;line-height:1.4;font-size:14px}.message.user{background-color:#3a3a3a;color:#f0f0f0;align-self:flex-end;border-bottom-right-radius:4px}.message.assistant{background-color:#6366f1;color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.message.system-message{font-size:12px;color:#888;align-self:center;text-align:center}.message.assistant .loading-dots{display:flex;align-items:center}.message.assistant .loading-dots span{height:8px;width:8px;margin:0 2px;background-color:#ffffffb3;border-radius:50%;display:inline-block;animation:bounce 1.4s infinite ease-in-out both}.message.assistant .loading-dots span:nth-of-type(1){animation-delay:-.32s}.message.assistant .loading-dots span:nth-of-type(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-area{padding:12px;border-top:1px solid #444;background-color:#2a2a2a}.chat-input-form{display:flex;align-items:center;gap:8px}.chat-input-form input{flex-grow:1;background-color:#3a3a3a;color:#f0f0f0;border:1px solid #555;border-radius:20px;padding:10px 16px;font-size:14px;outline:none;transition:border-color .2s}.chat-input-form input:focus{border-color:#6366f1}.chat-input-form .icon-button{border:none;background:none;padding:8px;cursor:pointer;color:#6366f1;font-size:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.chat-input-form .icon-button:hover{background-color:#3a3a3a}.chat-input-form .icon-button:disabled{color:#666;cursor:not-allowed}.call-button.active{color:#f87171}.stepper-container{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#111827cc;border:1px solid rgba(255,255,255,.1);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px #0000004d;width:100%;max-width:900px;margin:24px auto;position:relative;z-index:10}.stepper-content{flex-grow:1;text-align:center;padding:0 24px}.phase-info{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.phase-name{font-size:.9rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.step-name{font-size:1.5rem;font-weight:700;color:#f9fafb;margin:0;line-height:1.2}.stepper-arrow{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#e5e7eb;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;cursor:pointer;flex-shrink:0}.stepper-arrow svg{width:24px;height:24px}.stepper-arrow:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;transform:scale(1.05);box-shadow:0 0 15px #c0dbff4d}.stepper-arrow:disabled{opacity:.4;cursor:not-allowed}.overview-button{display:flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#d1d5db;padding:10px 16px;border-radius:12px;font-weight:600;font-size:.9rem;transition:all .2s ease-in-out;cursor:pointer;margin-left:24px}.overview-button svg{width:20px;height:20px}.overview-button:hover{background:#ffffff1a;border-color:#fff3;color:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 20px #0003}[data-theme=light] .stepper-container{background:#ffffffb3;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #0000001a}[data-theme=light] .phase-name{color:var(--text-slate-300)}[data-theme=light] .step-name{color:var(--text-color)}[data-theme=light] .stepper-arrow{background:var(--bg-white-10);border:1px solid rgba(0,0,0,.08);color:var(--text-slate-300)}[data-theme=light] .stepper-arrow:hover:not(:disabled){background:#00000014;border-color:#00000026;box-shadow:0 0 15px #0000001a}[data-theme=light] .overview-button{background:var(--bg-white-10);border:1px solid rgba(0,0,0,.08);color:var(--text-slate-300)}[data-theme=light] .overview-button:hover{background:#00000014;border-color:#00000026;color:var(--text-color);box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.stepper-container{padding:12px 16px;margin:16px auto}.stepper-content{padding:0 16px}.step-name{font-size:1.25rem}.stepper-arrow{width:40px;height:40px}.overview-button{padding:8px 12px;font-size:.85rem;margin-left:16px}}@media (max-width: 480px){.stepper-container{padding:12px}.stepper-content{padding:0 8px}.phase-name{font-size:.75rem}.step-name{font-size:1rem}.stepper-arrow{width:36px;height:36px}.stepper-arrow svg{width:20px;height:20px}.overview-button{margin-left:8px;padding:8px;gap:0}.overview-button span{display:none}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a14cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.modal-content{background:#111827;border-radius:24px;border:1px solid rgba(255,255,255,.1);width:95%;max-width:1600px;height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;transform:scale(.95);animation:scaleUp .3s forwards cubic-bezier(.165,.84,.44,1)}@keyframes scaleUp{to{transform:scale(1)}}.modal-header{padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-title{font-size:1.8rem;font-weight:700;color:#f9fafb;margin:0}.modal-close-button{background:none;border:none;color:#9ca3af;font-size:2.5rem;line-height:1;cursor:pointer;transition:color .2s}.modal-close-button:hover{color:#fff}.modal-body{padding:24px 32px;overflow-y:auto;flex-grow:1}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.phases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.phase-column{background:#ffffff08;border-radius:16px;padding:20px;display:flex;flex-direction:column}.phase-title{font-size:1.1rem;font-weight:600;color:#e5e7eb;margin-top:0;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.phase-task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.modal-task-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;font-size:.95rem;font-weight:500;color:#d1d5db;cursor:pointer;transition:background-color .2s,color .2s;border:1px solid transparent;width:100%}.modal-task-item:hover{background-color:#ffffff0d;color:#fff}.modal-task-item.active{background-color:#4f46e533;color:#c7d2fe;border-color:#6366f180;font-weight:600}.modal-task-item.completed{color:#6b7280;text-decoration:line-through}.modal-task-item.locked{color:#4b5563;cursor:not-allowed}.modal-task-item.locked:hover{background-color:transparent}.task-status-icon{flex-shrink:0}.completion-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.completion-modal-content{background-color:var(--bg-slate-900);padding:2rem;border-radius:16px;border:1px solid var(--border-slate-800);max-width:500px;width:90%;text-align:center}.completion-modal-title{font-size:1.75rem;font-weight:700;color:var(--text-slate-100);margin-bottom:1rem}.completion-modal-message{color:var(--text-slate-300);margin-bottom:2rem;line-height:1.6}.completion-modal-message strong{color:var(--primary-color)}.completion-modal-actions{display:flex;justify-content:center;gap:1rem}.completion-modal-button{padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,transform .1s}.completion-modal-button:active{transform:scale(.98)}.cancel-button{background-color:var(--bg-slate-800);color:var(--text-slate-200);border:1px solid var(--border-slate-700)}.cancel-button:hover{background-color:var(--bg-slate-700)}.confirm-button{background-color:var(--primary-color);color:#fff}.confirm-button:hover{background-color:var(--primary-hover-color)}.initial-task-view{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;border-radius:.5rem;background-color:var(--bg-slate-900);min-height:600px}.initial-task-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.initial-task-description{font-size:1.125rem;color:var(--text-slate-300);margin-bottom:2rem;max-width:600px;line-height:1.6}.initial-task-action .cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;background-color:#fff;color:#000;border:none;cursor:pointer;transition:background-color .2s ease-in-out,transform .1s ease-in-out,filter .2s,box-shadow .2s ease-in-out;box-shadow:0 4px 14px #fff3}[data-theme=light] .initial-task-action .cta-button{background-color:var(--text-color);color:var(--background-color);box-shadow:0 4px 14px #0003}.initial-task-action .cta-button:hover{transform:translateY(-1px);filter:brightness(.95)}[data-theme=light] .initial-task-action .cta-button:hover{filter:brightness(1.5)}.initial-task-action .cta-button:disabled{background-color:var(--bg-slate-800);color:var(--text-slate-400);cursor:not-allowed;box-shadow:none;transform:none}.initial-task-action .cta-button .icon{width:1.25rem;height:1.25rem}.initial-task-action .cta-button .icon svg{width:100%;height:100%}.task-result-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid var(--border-slate-700)}.task-result-title{font-size:1.875rem;font-weight:700;color:#fff}.header-actions{display:flex;gap:.5rem}.regenerate-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;background-color:var(--bg-slate-800);color:var(--text-slate-300);border:1px solid var(--border-slate-700);cursor:pointer;transition:all .2s ease-in-out}.regenerate-button:hover{background-color:var(--bg-slate-700);color:var(--text-color);border-color:var(--border-slate-700)}@media (max-width: 768px){.regenerate-button .button-text{display:none}.regenerate-button{padding:.75rem;gap:0}.task-result-title{font-size:1.5rem}}.scorecard-initial-view,.scorecard-results-container{padding:2rem;text-align:center;background-color:#0f172a;border-radius:.5rem}.scorecard-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.analysis-core-container{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#020617;border-radius:16px;overflow:hidden}.core-rings{position:relative;width:250px;height:250px}.ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-radius:50%;animation:spin 4s linear infinite}.ring:nth-child(1){border-top-color:#60a5fa;animation-duration:2s}.ring:nth-child(2){border-left-color:#facc15;animation-duration:3s;animation-direction:reverse}.ring:nth-child(3){border-bottom-color:#4ade80;animation-duration:4s}.data-packet{position:absolute;padding:.5rem 1rem;background:var(--bg-slate-800);border:1px solid var(--border-slate-600);color:#fff;border-radius:8px;font-weight:600;animation:fly-to-core 2s ease-in-out forwards}.packet-1{top:10%;left:10%;animation-delay:0s}.packet-2{top:10%;right:10%;animation-delay:.5s}.packet-3{bottom:10%;left:10%;animation-delay:1s}.packet-4{bottom:10%;right:10%;animation-delay:1.5s}@keyframes fly-to-core{to{top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0}}.analysis-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}.scorecard-results-container{animation:fadeInResults 1s forwards}.overall-score-card{width:200px;height:200px;margin:0 auto 3rem;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-slate-800);border:4px solid var(--glow-color);box-shadow:0 0 30px var(--glow-color),inset 0 0 20px #00000080}.overall-title{color:var(--text-slate-300);font-weight:600}.overall-score{color:#fff;font-size:4rem;font-weight:800;line-height:1}.score-details-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.score-details-grid{grid-template-columns:repeat(3,1fr)}}.score-detail-card{background:var(--bg-slate-800);border:1px solid var(--border-slate-700);padding:1.5rem;border-radius:12px;position:relative}.score-detail-card h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.score-bar-container{width:100%;height:10px;background:var(--bg-slate-700);border-radius:5px;margin-bottom:.5rem;position:relative}.score-bar{height:100%;border-radius:5px}.score-number{position:absolute;right:0;top:-25px;font-weight:700;font-size:1rem}.justification{color:var(--text-slate-400);font-size:.9rem;margin-top:1rem}@media (max-width: 768px){.analysis-core-container .core-rings,.analysis-core-container .data-packet{display:none}.analysis-core-container .mobile-spinner{display:block}.analysis-core-container{height:400px}.overall-score-card{width:160px;height:160px}.overall-score{font-size:3rem}}.pd-initial-view,.presentation-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.pd-initial-view{text-align:center}.pd-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.directors-room-container{height:600px;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;border-radius:16px;overflow:hidden}.screen{width:80%;height:80%;background:#111;border:4px solid #333;position:relative;overflow:hidden;perspective:800px}.film-leader:before{content:"3";position:absolute;top:0;left:0;width:100%;height:100%;animation:countdown 3s forwards;color:#fff;font-size:15rem;font-weight:700;display:flex;align-items:center;justify-content:center}@keyframes countdown{0%,30%{content:"3";opacity:1}33%,63%{content:"2";opacity:1}66%,96%{content:"1";opacity:1}to{content:"";opacity:0}}.render-bars{position:absolute;bottom:0;left:0;width:100%;height:50%;display:flex;justify-content:space-evenly;align-items:flex-end;opacity:0;animation:show-render .1s forwards 3s}@keyframes show-render{to{opacity:1}}.render-bar{width:5%;background:#a5b4fc;animation:dance 1s infinite ease-in-out alternate}@keyframes dance{0%{height:10%}to{height:100%}}.render-bar:nth-child(2){animation-delay:.2s}.render-bar:nth-child(3){animation-delay:.4s}.render-bar:nth-child(4){animation-delay:.6s}.render-bar:nth-child(5){animation-delay:.8s}.production-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}.presentation-container{animation:fadeInResults 1s forwards;position:relative;overflow:hidden}.presentation-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.slide-viewer{background:var(--bg-slate-900);border:1px solid var(--border-slate-700);border-radius:16px;padding:1rem}.slide-display{aspect-ratio:16 / 9;background:var(--bg-slate-800);border-radius:8px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.slide-title{font-size:2.5rem;font-weight:700;color:#a5b4fc;margin-bottom:1rem}.slide-body{font-size:1.25rem;line-height:1.6;color:var(--text-slate-300)}.slide-body ul{padding-left:1.5rem;text-align:left}.slide-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.slide-controls button{background:var(--bg-slate-700);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .2s}.slide-controls button:hover{background:var(--bg-slate-600)}.teleprompter{background:var(--bg-slate-900);border:1px solid var(--border-slate-700);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;overflow:hidden}.teleprompter h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#e5e7eb}.script-content{height:500px;overflow-y:auto;background:var(--bg-slate-800);border-radius:8px;padding:1rem}.script-content p{white-space:pre-line;line-height:1.8;color:var(--text-slate-300)}.script-content.transcript p{margin-bottom:1rem}.script-content.transcript strong{color:#a5b4fc}.teleprompter-actions{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.action-button{width:100%;padding:.75rem 1rem;border-radius:8px;font-weight:600;color:#fff;border:1px solid var(--border-slate-700);background:var(--bg-slate-700);cursor:pointer;transition:background-color .2s}.action-button:hover:not(:disabled){background-color:var(--bg-slate-600)}.action-button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#f87171;font-size:.9rem;text-align:center}.pdf-slide-render-style{width:1920px;height:1080px;color:#fff;padding:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#1e293b,#111827)}.pdf-slide-render-style h3{font-size:80px;font-weight:800;color:#e0e7ff;letter-spacing:-2px;margin-bottom:2rem;text-shadow:0 4px 15px rgba(0,0,0,.2)}.pdf-slide-render-style div{font-size:36px;line-height:1.6;font-weight:400;color:#c7d2fe;max-width:1600px}.pdf-slide-render-style ul{list-style-type:none;padding-left:0;text-align:left;margin-top:2rem}.pdf-slide-render-style li{margin-bottom:1.5rem;padding-left:3.5rem;position:relative}.pdf-slide-render-style li:before{content:"✓";position:absolute;left:0;color:#818cf8;font-weight:700;font-size:36px;top:-2px}@media (max-width: 768px){.directors-room-container .screen{display:none}.directors-room-container .mobile-spinner{display:block}.directors-room-container{height:400px}.presentation-layout{grid-template-columns:1fr}.teleprompter{height:400px}.slide-title{font-size:1.8rem}.slide-body{font-size:1rem}}.website-prototype-container{background-color:#0f172a;padding:2rem;border-radius:.5rem}.prototype-loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:600px;background-color:var(--bg-slate-900);border-radius:1rem}.digital-weaver-animation{width:300px;height:200px}.weaver-path{fill:none;stroke-width:1.5;stroke-linecap:round}.path1{stroke:#38bdf8;animation:weave-anim-1 4s ease-in-out infinite}.path2{stroke:#fb7185;animation:weave-anim-2 4s ease-in-out infinite}.path3{stroke:#4ade80;animation:weave-anim-3 4s ease-in-out infinite}.path4{stroke:#facc15;animation:weave-anim-4 4s ease-in-out infinite}.ui-structure .ui-rect{fill:none;stroke:#94a3b8;stroke-width:2;opacity:0;animation:fade-in-structure 4s ease-in-out infinite}.prototype-status-text{color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-top:2rem;animation:pulse-text 2s infinite alternate}@keyframes weave-anim-1{0%,to{stroke-dasharray:0,500;transform:translate(-50px);opacity:0}20%{stroke-dasharray:500,500;transform:translate(0);opacity:1}80%{stroke-dasharray:500,500;transform:translate(0);opacity:1}to{stroke-dasharray:500,0;transform:translate(50px);opacity:0}}@keyframes weave-anim-2{0%,to{stroke-dasharray:0,500;transform:translate(50px);opacity:0}20%{stroke-dasharray:500,500;transform:translate(0);opacity:1}80%{stroke-dasharray:500,500;transform:translate(0);opacity:1}to{stroke-dasharray:500,0;transform:translate(-50px);opacity:0}}@keyframes weave-anim-3{0%,to{stroke-dasharray:0,500;transform:translateY(-50px);opacity:0}20%{stroke-dasharray:500,500;transform:translateY(0);opacity:1}80%{stroke-dasharray:500,500;transform:translateY(0);opacity:1}to{stroke-dasharray:500,0;transform:translateY(50px);opacity:0}}@keyframes weave-anim-4{0%,to{stroke-dasharray:0,500;transform:translateY(50px);opacity:0}20%{stroke-dasharray:500,500;transform:translateY(0);opacity:1}80%{stroke-dasharray:500,500;transform:translateY(0);opacity:1}to{stroke-dasharray:500,0;transform:translateY(-50px);opacity:0}}@keyframes fade-in-structure{0%,40%{opacity:0;transform:scale(.95)}60%{opacity:1;transform:scale(1.05)}80%{opacity:1;transform:scale(1)}to{opacity:0}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#38bdf8;border-radius:50%;animation:spin 1s linear infinite}.wp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.wp-title{font-size:1.875rem;font-weight:700;color:var(--text-color)}.regenerate-button:hover:not(:disabled){background-color:#334155;color:#fff}.wp-warning-box{background-color:#fcd34d1a;border:1px solid rgba(252,211,77,.4);color:#fde68a;padding:1rem;border-radius:.75rem;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.wp-warning-box p{margin:0}.wp-warning-box strong{color:#fcd34d}.browser-window{background-color:var(--bg-slate-900);border-radius:1rem;overflow:hidden;border:1px solid var(--border-slate-700);box-shadow:0 25px 50px -12px #00000040}.browser-header{background-color:var(--bg-slate-800);height:2.5rem;display:flex;align-items:center;padding:0 1rem;gap:.5rem}.browser-dot{width:.75rem;height:.75rem;border-radius:50%}.dot-red{background-color:#ff5f56}.dot-yellow{background-color:#ffbd2e}.dot-green{background-color:#27c93f}.preview-and-editor{background-color:var(--bg-slate-900);min-height:600px;overflow-y:auto;padding:1.5rem}.live-preview-container{border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.generated-code-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-top:2rem;margin-bottom:1rem}.live-editor{background-color:var(--bg-slate-800)!important;border:1px solid var(--border-slate-700);border-radius:.5rem;font-family:monospace!important;font-size:.9rem!important;padding:1rem!important;max-height:400px;overflow:auto}@media (max-width: 768px){.wp-header{flex-direction:column;align-items:flex-start;gap:1rem}.wp-title{font-size:1.75rem}.regenerate-button .button-text{display:none}.regenerate-button{padding:.75rem}.preview-and-editor{padding:1rem}.prototype-loading-container .digital-weaver-animation{display:none}.prototype-loading-container .mobile-spinner{display:block;margin-bottom:2rem}.prototype-loading-container{height:400px}}.mr-initial-view,.dossier-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.mr-initial-view{text-align:center}.mr-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.data-stream-container{height:600px;width:100%;position:relative;background-color:#020617;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.stream-core{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,#38bdf880,#38bdf800 70%);animation:pulseCore 2s infinite ease-in-out}.stream-line{position:absolute;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#60a5fa,transparent);left:calc(var(--index) * 2%);animation:flow-down 3s linear infinite;animation-delay:calc(var(--index) * .1s)}@keyframes flow-down{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.stream-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}.dossier-container{animation:fadeInResults .8s ease-out forwards;position:relative;overflow:hidden}.dossier-container:before,.dossier-container:after{content:"";position:absolute;z-index:0;border-radius:50%;filter:blur(120px);opacity:.15}.dossier-container:before{top:-10%;left:-15%;width:400px;height:400px;background:#38bdf8;animation:pulseGlow 10s infinite alternate}.dossier-container:after{bottom:-15%;right:-20%;width:500px;height:500px;background:#818cf8;animation:pulseGlow 12s infinite alternate-reverse}@keyframes pulseGlow{0%{transform:scale(.9) translate(0)}to{transform:scale(1.1) translate(20px)}}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative;z-index:2}.dossier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;position:relative;z-index:1}.report-card{background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;padding:1.5rem 1.75rem}.report-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0003,0 0 25px #38bdf826;border-color:#60a5fa80}.report-card-header{border-bottom:1px solid rgba(51,65,85,.7);padding-bottom:1rem;margin-bottom:1rem}.report-card-header h4{font-size:1.2rem;font-weight:600;color:#e2e8f0;margin:0;display:flex;align-items:center}.report-card-header h4:before{content:"✧";color:#60a5fa;font-size:1.4rem;margin-right:.75rem;line-height:1;transform:translateY(-2px)}.report-card-content{color:#cbd5e1;line-height:1.6;flex-grow:1;font-size:.95rem}.report-card-content .md-h3{font-size:1.1rem;font-weight:600;color:#c4b5fd;margin-top:1.25rem;margin-bottom:.5rem}.report-card-content .md-h4{font-size:1rem;font-weight:600;color:#e2e8f0;margin-top:1rem;margin-bottom:.5rem}.report-card-content .md-p{margin-bottom:.75rem}.report-card-content .md-ul{list-style-position:outside;list-style-type:"– ";padding-left:1rem;margin-bottom:.75rem}.report-card-content .md-li{margin-bottom:.3rem;padding-left:.5rem}.report-card-content .md-strong{color:#e2e8f0;font-weight:600}.dossier-sources{margin-top:2.5rem;padding:2rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;z-index:1}.dossier-sources h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#e2e8f0;border-bottom:1px solid rgba(51,65,85,.7);padding-bottom:1rem}.dossier-sources ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.dossier-sources li a{color:#93c5fd;text-decoration:none;background:#1e293bb3;display:block;padding:1rem;border-radius:8px;border:1px solid transparent;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.dossier-sources li a:hover{background:#334155cc;border-color:#60a5fa;color:#fff;transform:translateY(-2px)}.regenerate-button{display:flex;align-items:center;gap:.5rem;background-color:var(--bg-slate-800);color:var(--text-slate-200);padding:.75rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s;z-index:2}.regenerate-button:hover{background-color:var(--bg-slate-700);color:#fff;border-color:var(--bg-slate-600)}@media (max-width: 768px){.data-stream-container .stream-line,.data-stream-container .stream-core{display:none}.data-stream-container .mobile-spinner{display:block}.data-stream-container{height:400px}}.cm-initial-view,.matrix-results-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.cm-initial-view{text-align:center}.cm-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.hologram-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:600px;width:100%;background-color:#020617;border-radius:16px;overflow:hidden;position:relative;perspective:800px}.radar{width:400px;height:400px;position:relative;transform:rotateX(65deg);transform-style:preserve-3d;animation:rotate-radar 30s linear infinite}@keyframes rotate-radar{0%{transform:rotateX(65deg) rotate(0)}to{transform:rotateX(65deg) rotate(360deg)}}.radar-disc{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #0ea5e9;box-shadow:0 0 25px #0ea5e9,inset 0 0 25px #0ea5e9;background:radial-gradient(circle,#0ea5e91a,#0ea5e900 70%)}.radar-disc:before,.radar-disc:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(14,165,233,.3)}.radar-disc:before{width:66%;height:66%}.radar-disc:after{width:33%;height:33%}.radar-sweep{position:absolute;top:0;left:0;width:100%;height:100%;animation:sweep 4s linear infinite;transform-origin:center}.radar-sweep:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:50%;background:linear-gradient(to top,transparent,#0ea5e9)}.blip{position:absolute;width:10px;height:10px;background-color:#f87171;border-radius:50%;box-shadow:0 0 10px #f87171,0 0 20px #f87171;opacity:0;animation:pulse-blip 4s infinite}@keyframes pulse-blip{0%,to{opacity:0;transform:scale(.5)}25%,75%{opacity:1;transform:scale(1.2)}50%{opacity:1;transform:scale(1)}}.blip:nth-child(1){top:20%;left:30%;animation-delay:.5s}.blip:nth-child(2){top:50%;left:75%;animation-delay:1.5s}.blip:nth-child(3){top:80%;left:40%;animation-delay:2.5s}.blip:nth-child(4){top:35%;left:85%;animation-delay:3.5s}.blip:nth-child(5){top:65%;left:15%;animation-delay:.8s}.radar-status-text{position:absolute;bottom:3rem;color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulse-text 2s infinite alternate}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#0ea5e9;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px}.matrix-results-container{animation:fadeInResults 1s forwards}.matrix-table-container{background:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:12px;overflow-x:auto}.competitor-table{width:100%;border-collapse:collapse}.competitor-table th,.competitor-table td{padding:1rem;border-bottom:1px solid var(--border-slate-700);text-align:left;vertical-align:top}.competitor-table th{background-color:var(--bg-slate-700);color:#a5b4fc;font-weight:600;white-space:nowrap}.competitor-table td{color:var(--text-slate-300);font-size:.95rem;line-height:1.6}.competitor-table tbody tr:last-child td{border-bottom:none}@media (max-width: 768px){.hologram-container .radar{display:none}.hologram-container .mobile-spinner{display:block}.hologram-container{height:400px}}.mentor-review-container{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#020617;border-radius:16px;overflow:hidden;perspective:1200px}.mentor-animation{width:400px;height:300px;position:relative;transform-style:preserve-3d;transform:rotateX(55deg) rotate(-10deg)}.robot-head{position:absolute;top:50%;left:50%;width:100px;height:120px;transform:translate(-50%,-50%);background:linear-gradient(145deg,#475569,#1e293b);border-radius:20px 20px 10px 10px;border:2px solid #94a3b8;box-shadow:0 10px 30px #00000080;z-index:10}.robot-head:before{content:"";position:absolute;top:-22px;left:50%;transform:translate(-50%);width:6px;height:20px;background:#94a3b8;border-radius:3px 3px 0 0}.robot-head:after{content:"";position:absolute;top:-28px;left:50%;transform:translate(-50%);width:10px;height:10px;background:#ef4444;border-radius:50%;animation:pulse-antenna 2s infinite}@keyframes pulse-antenna{0%,to{box-shadow:0 0 5px 2px #ef4444b3}50%{box-shadow:0 0 15px 5px #ef44444d}}.robot-eye{position:absolute;top:30px;width:80px;height:25px;left:10px;background:#000;border-radius:5px;overflow:hidden}.robot-eye:after{content:"";position:absolute;top:0;left:-10px;width:20px;height:100%;background:#3b82f6;box-shadow:0 0 10px 3px #3b82f6;animation:scan-eye 3s linear infinite}@keyframes scan-eye{0%,to{left:-10px}50%{left:70px}}.document{position:absolute;width:200px;height:250px;background:#e2e8f0;border-radius:5px;transform-style:preserve-3d;animation:fly-by 8s linear infinite;opacity:0;box-shadow:0 0 15px #ffffff1a}.document:before{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;background-image:repeating-linear-gradient(to bottom,#94a3b8,#94a3b8 1px,transparent 1px,transparent 10px),repeating-linear-gradient(to bottom,#64748b 50%,#64748b 51%,transparent 51%,transparent 100%);background-size:100% 10px,100% 20px;opacity:.5}.doc-1{animation-delay:0s}.doc-2{animation-delay:-4s}@keyframes fly-by{0%{transform:translate(-250px) translateZ(-200px) rotateY(45deg);opacity:0}20%{transform:translate(0) translateZ(0) rotateY(0);opacity:1}80%{transform:translate(0) translateZ(0) rotateY(0);opacity:1}to{transform:translate(250px) translateZ(-200px) rotateY(-45deg);opacity:0}}.mentor-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulse-text 2s infinite alternate;z-index:20}@keyframes pulse-text{0%{opacity:.7;text-shadow:0 0 2px #94a3b8}to{opacity:1;text-shadow:0 0 5px #cbd5e1}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.mf-results-container{padding:2rem;background-color:#0f172a;border-radius:16px;animation:fadeInResults .5s forwards}.mf-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.mf-tabs{display:flex;gap:.5rem;border-bottom:1px solid var(--border-slate-700);margin-bottom:1.5rem}.mf-tab-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border:none;background:transparent;color:var(--text-slate-400);font-size:1rem;font-weight:600;cursor:pointer;position:relative;top:1px;border-bottom:2px solid transparent;transition:all .2s ease-in-out}.mf-tab-button:hover{color:#fff}.mf-tab-button.active{color:var(--indigo-400);border-bottom-color:var(--indigo-400)}.mf-tab-button.active.strengths{color:#4ade80;border-bottom-color:#4ade80}.mf-tab-button.active.weaknesses{color:#f87171;border-bottom-color:#f87171}.mf-tab-button.active.suggestions{color:#60a5fa;border-bottom-color:#60a5fa}.mf-tab-content{min-height:200px;padding:1rem 0}.mf-tab-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.mf-tab-content li{background:var(--bg-slate-800);padding:1.25rem;border-radius:8px;line-height:1.6;color:var(--text-slate-300);border-left:4px solid var(--border-slate-700);animation:slideInItem .5s forwards}.mf-tab-content.strengths li{border-color:#22c55e}.mf-tab-content.weaknesses li{border-color:#ef4444}.mf-tab-content.suggestions li{border-color:#3b82f6}@keyframes slideInItem{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInResults{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mentor-review-container .mentor-animation{display:none}.mentor-review-container .mobile-spinner{display:block}.mentor-review-container{height:400px}}.focus-group-container{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#020617;border-radius:16px;overflow:hidden;perspective:1000px}.focus-group-animation{width:300px;height:300px;position:relative;transform-style:preserve-3d;transform:rotateX(60deg) rotate(0)}.table{position:absolute;top:50%;left:50%;width:150px;height:150px;transform:translate(-50%,-50%);background:radial-gradient(circle,#334155,#1e293b);border-radius:50%;box-shadow:0 0 20px #47556980}.chair{position:absolute;width:50px;height:50px;background:var(--bg-slate-700);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 2px 10px #00000080}.chair-0{top:0;left:50%;transform:translate(-50%)}.chair-1{top:50%;right:0;transform:translateY(-50%)}.chair-2{bottom:0;left:50%;transform:translate(-50%)}.chair-3{top:50%;left:0;transform:translateY(-50%)}.scanner{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,transparent 50%,#a5b4fc 50%);animation:rotate-scanner 5s linear infinite;opacity:.3}@keyframes rotate-scanner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.focus-group-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite alternate}.cv-results-container{padding:2rem;background-color:#0f172a;border-radius:16px;animation:fadeInResults .5s forwards}.cv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.persona-tabs{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.persona-tab{display:flex;align-items:center;gap:.75rem;background:var(--bg-slate-800);border:1px solid var(--border-slate-700);color:var(--text-slate-300);padding:.75rem 1.25rem;border-radius:9999px;cursor:pointer;font-weight:600;transition:all .2s ease}.persona-tab:hover{background:var(--bg-slate-700);color:#fff}.persona-tab.active{background:var(--indigo-500);color:#fff;border-color:var(--indigo-500);box-shadow:0 0 15px #6366f180}.persona-avatar{font-size:1.25rem}.feedback-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feedback-card{background:var(--bg-slate-800);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border-top:4px solid}.feedback-card.positive{border-color:#22c55e}.feedback-card.concerns{border-color:#f97316}.feedback-card.questions{border-color:#3b82f6}.feedback-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600}.feedback-card.positive .feedback-title{color:#4ade80}.feedback-card.concerns .feedback-title{color:#fb923c}.feedback-card.questions .feedback-title{color:#60a5fa}.feedback-title svg{width:1.25rem;height:1.25rem}.feedback-card ul{list-style-type:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.feedback-card li{color:var(--text-slate-300);line-height:1.6;padding-left:1.25rem;position:relative}.feedback-card li:before{content:"•";position:absolute;left:0;font-weight:700}.feedback-card.positive li:before{color:#4ade80}.feedback-card.concerns li:before{color:#fb923c}.feedback-card.questions li:before{color:#60a5fa}.error-message{color:#f87171;text-align:center;padding:2rem}@keyframes fadeInResults{0%{opacity:0}to{opacity:1}}.regenerate-button{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--bg-slate-800);color:var(--text-slate-200);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;border:1px solid var(--border-slate-700);cursor:pointer;transition:background-color .2s;flex-shrink:0}@media (max-width: 768px){.focus-group-container .focus-group-animation{display:none}.focus-group-container .mobile-spinner{display:block}.focus-group-container{height:400px}}.smith-build-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background-color:var(--bg-slate-900);border:1px solid var(--border-slate-800);border-radius:16px;height:100%}.placeholder-icon-container{font-size:3rem;color:#f1c40f;margin-bottom:1.5rem}.placeholder-title{font-size:2rem;font-weight:700;color:var(--text-slate-100);margin-bottom:1rem}.placeholder-text{max-width:600px;color:var(--text-slate-300);line-height:1.6;margin-bottom:2rem}.placeholder-button{padding:.75rem 1.5rem;border:none;border-radius:10px;background-color:#fff;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.placeholder-button:hover{background-color:#fff;color:#000;transform:translateY(-5px)}.placeholder-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;border:2px dashed var(--border-slate-700);border-radius:1rem;height:100%}.placeholder-title{font-size:2rem;font-weight:700;color:var(--text-slate-200);margin-bottom:1rem}.placeholder-text{font-size:1.125rem;color:var(--text-slate-400);margin-bottom:2rem}.placeholder-icon{font-size:4rem}.brainstorm-idea-container{background-color:#0f172a;padding:2rem;border-radius:.5rem}.neural-container{height:600px;width:100%;position:relative;background-color:#020617;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.neural-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:repeat(10,1fr)}.neuron{border:1px solid rgba(56,189,248,.1);transition:background-color .3s}.neural-main-node{position:relative;z-index:10;padding:1.5rem;background:#38bdf833;border:1px solid #38bdf8;border-radius:50%;color:#fff;font-weight:600;text-align:center;max-width:200px;box-shadow:0 0 20px #38bdf8;animation:pulseMainNode 2s infinite}@keyframes pulseMainNode{50%{transform:scale(1.05)}}.neural-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#38bdf8;animation:expandPulse 3s ease-out forwards}@keyframes expandPulse{0%{width:50px;height:50px;opacity:.8}to{width:1200px;height:1200px;opacity:0}}.neural-grid .neuron:nth-child(7n){animation:fireNeuron 4s infinite;animation-delay:calc(var(--i, 1) * .1s)}@keyframes fireNeuron{0%,to{background:transparent}5%,15%{background:#38bdf880}}.hub-label{position:absolute;color:#fff;font-weight:700;padding:.5rem 1rem;background:#ffffff1a;border-radius:8px;opacity:0;animation:fadeInLabel 1s forwards}.label-1{top:10%;left:50%;transform:translate(-50%);animation-delay:1s}.label-2{top:30%;left:15%;animation-delay:1.3s}.label-3{top:30%;right:15%;animation-delay:1.6s}.label-4{bottom:15%;left:25%;animation-delay:1.9s}.label-5{bottom:15%;right:25%;animation-delay:2.2s}@keyframes fadeInLabel{to{opacity:1}}.synthesis-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}.results-grid.visible{opacity:1;animation:fadeInGrid .5s forwards}.results-grid.visible.with-delay{opacity:0;animation:fadeInGrid 1s forwards 5s}.info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.refined-idea-card{grid-column:1 / -1}.card-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.card-icon{width:2.5rem;height:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.card-icon svg{width:1.5rem;height:1.5rem}.refined-idea-card .card-icon{background-color:#a5b4fc1a;color:#c7d2fe}.info-card:nth-child(2) .card-icon{background-color:#34d3991a;color:#6ee7b7}.info-card:nth-child(3) .card-icon{background-color:#fbbf241a;color:#fcd34d}.info-card:nth-child(4) .card-icon{background-color:#f871711a;color:#fca5a5}.info-card:nth-child(5) .card-icon{background-color:#60a5fa1a;color:#93c5fd}.card-title{font-size:1.25rem;font-weight:600;color:#f3f4f6}.card-content{font-size:1rem;line-height:1.6;color:#d1d5db}.card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.card-list li{display:flex;align-items:flex-start;gap:.75rem;color:#d1d5db;line-height:1.6}.card-list li:before{content:"✓";color:#a5b4fc;font-weight:700;font-size:.9rem;margin-top:4px}} .market-pulse-container{padding:2rem;text-align:center;background-color:#0f172a;border-radius:.5rem}.pre-scan-content .scan-button{display:inline-flex;align-items:center;gap:.75rem;font-size:1.1rem}.pre-scan-content .scan-button svg{width:1.5rem;height:1.5rem}.sonar-overlay{position:relative;background:#020617;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:600px;border-radius:.5rem}.sonar-scanner{position:relative;width:500px;height:500px;background:repeating-radial-gradient(rgba(100,116,139,.2) 0 1px,transparent 1px 100%),repeating-linear-gradient(rgba(100,116,139,.2) 0 1px,transparent 1px 100%);background-size:50px 50px,50px 50px;border-radius:50%;border:2px solid #334155}.sonar-sweep{position:absolute;top:0;left:0;width:100%;height:100%;background:conic-gradient(from 0deg,transparent 0%,rgba(56,189,248,.3) 30%,transparent 35%);border-radius:50%;animation:sweep 4s linear infinite;transform-origin:center}@keyframes sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sonar-blip{position:absolute;color:#6ee7b7;font-weight:600;padding:4px 8px;border-radius:4px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);opacity:0;animation:fadeInBlip 3s forwards}.sonar-blip:nth-child(1){top:20%;left:60%}.sonar-blip:nth-child(2){top:70%;left:30%}.sonar-blip:nth-child(3){top:40%;left:80%}.sonar-blip:nth-child(4){top:80%;left:65%}.sonar-blip:nth-child(5){top:50%;left:15%}.sonar-blip:nth-child(6){top:25%;left:25%}@keyframes fadeInBlip{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.scan-text{margin-top:2rem;font-size:1.25rem;font-weight:600;color:#94a3b8;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}@keyframes pulseText{0%,to{opacity:.7}50%{opacity:1}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#6ee7b7;border-radius:50%;animation:spin 1s linear infinite}.results-container{animation:fadeInResults 1s forwards}.pulse-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.summary-text{font-size:1.25rem;color:#cbd5e1;max-width:700px;margin:1rem auto 3rem;font-style:italic}.gauges-wrapper{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.gauge-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.gauge-svg{width:120px;height:120px;transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:#334155;stroke-width:10}.gauge-fg{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}.gauge-value{font-size:24px;font-weight:700;fill:#f1f5f9;text-anchor:middle;dominant-baseline:middle;transform:rotate(90deg);transform-origin:center}.gauge-label{font-weight:600;color:#94a3b8;text-transform:uppercase;font-size:.9rem}.keywords-panel{background-color:#020617;border:1px solid #334155;border-radius:12px;padding:1.5rem 2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.keywords-panel-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#cbd5e1}.keywords-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.keyword-item{background:#1e293b;color:#93c5fd;padding:.75rem 1rem;border-radius:8px;font-weight:500;border:1px solid #3b82f6;text-align:center;transition:all .2s}.keyword-item:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f633}@media (max-width: 768px){.sonar-overlay .sonar-scanner{display:none}.sonar-overlay .mobile-spinner{display:block;margin-bottom:2rem}.sonar-overlay{min-height:400px}.sonar-scanner{width:300px;height:300px}}.mission-vision-container{padding:2rem;text-align:center;background-color:#0f172a;border-radius:.5rem}.pre-forge-content .forge-button{display:inline-flex;align-items:center;gap:.75rem;font-size:1.1rem}.pre-forge-content .forge-button svg{width:1.5rem;height:1.5rem}.mv-core{position:absolute;top:50%;left:50%;width:60px;height:60px;transform:translate(-50%,-50%);background:radial-gradient(circle,#fff,#a5b4fc,#a5b4fc00);border-radius:50%;animation:pulse-core 2s infinite ease-in-out}.mission-icon,.vision-icon{position:absolute;font-size:1.75rem;color:#e0e7ff;opacity:0;animation-iteration-count:infinite;animation-duration:4s}.mission-icon.icon-1{animation-name:fly-in-1;animation-delay:0s}.mission-icon.icon-2{animation-name:fly-in-2;animation-delay:.5s}@keyframes fly-in-1{0%{top:0%;left:0%;opacity:0;transform:scale(.5)}25%{opacity:1;transform:scale(1.2)}45%{top:50%;left:50%;opacity:0;transform:scale(.5) translate(-50%,-50%)}to{top:50%;left:50%;opacity:0}}@keyframes fly-in-2{0%{top:80%;left:10%;opacity:0;transform:scale(.5)}25%{opacity:1;transform:scale(1.2)}45%{top:50%;left:50%;opacity:0;transform:scale(.5) translate(-50%,-50%)}to{top:50%;left:50%;opacity:0}}.vision-icon.icon-1{animation-name:fly-out-1;animation-delay:0s}.vision-icon.icon-2{animation-name:fly-out-2;animation-delay:.5s}@keyframes fly-out-1{50%{top:50%;left:50%;opacity:1;transform:scale(1.5) translate(-50%,-50%);color:#facc15}80%{top:10%;left:80%;opacity:.5;transform:scale(1)}to{top:10%;left:80%;opacity:0}}@keyframes fly-out-2{50%{top:50%;left:50%;opacity:1;transform:scale(1.5) translate(-50%,-50%);color:#facc15}80%{top:70%;left:0%;opacity:.5;transform:scale(1)}to{top:70%;left:0%;opacity:0}}@keyframes pulse-core{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 30px #a5b4fc}50%{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 50px #c7d2fe}}.loading-status-text{margin-top:1.5rem;font-size:1.1rem;color:#9ca3af}.result-container{width:100%;animation:fadeInResults 1s forwards}.result-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.result-card{width:100%;background:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:12px;padding:2rem;margin-bottom:1.5rem;text-align:left}.result-card h3{font-size:1.1rem;text-transform:uppercase;letter-spacing:.1em;color:#a5b4fc;margin-bottom:1rem}.result-card p{font-size:1.5rem;font-style:italic;line-height:1.6;color:#e5e7eb;margin:0}.regenerate-button:hover{background-color:var(--bg-slate-700);color:#fff}.brand-identity-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.brand-animation-container{width:250px;height:250px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.brand-core{width:80px;height:80px;background-color:#c084fc;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;box-shadow:0 0 35px #c084fc,inset 0 0 15px #e9d5ff;animation:pulse-core 2.5s infinite ease-in-out}.brand-core svg{width:40px;height:40px;color:#581c87}.orbit-path{width:220px;height:220px;position:absolute;border-radius:50%;border:2px dashed #475569;animation:spin-path 20s linear infinite}.orbiting-element{position:absolute;width:70px;height:30px;border-radius:15px;display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;color:#fff;transform-origin:110px 110px}.el-1{background-color:#f472b6;box-shadow:0 0 15px #f472b6;animation:travel-1 6s linear infinite}.el-2{background-color:#fbbf24;box-shadow:0 0 15px #fbbf24;animation:travel-2 6s linear infinite}.el-3{background-color:#60a5fa;box-shadow:0 0 15px #60a5fa;animation:travel-3 6s linear infinite}@keyframes pulse-core{0%{transform:scale(1);box-shadow:0 0 35px #c084fc,inset 0 0 15px #e9d5ff}50%{transform:scale(1.1);box-shadow:0 0 50px #e9d5ff,inset 0 0 20px #f3e8ff}to{transform:scale(1);box-shadow:0 0 35px #c084fc,inset 0 0 15px #e9d5ff}}@keyframes spin-path{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes travel-1{0%{transform:rotate(0) translate(110px) rotate(0)}to{transform:rotate(360deg) translate(110px) rotate(-360deg)}}@keyframes travel-2{0%{transform:rotate(120deg) translate(110px) rotate(-120deg)}to{transform:rotate(480deg) translate(110px) rotate(-480deg)}}@keyframes travel-3{0%{transform:rotate(240deg) translate(110px) rotate(-240deg)}to{transform:rotate(600deg) translate(110px) rotate(-600deg)}}.results-view{opacity:1;animation:fadeInResults .5s forwards}.select-prompt{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;font-style:italic}@keyframes fadeInResults{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.name-list{list-style:none;padding:0;margin:2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.name-item{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .2s ease;cursor:pointer;position:relative}.name-item.selected{border-color:#a5b4fc;box-shadow:0 0 20px #a5b4fc80}.name-item.selected:after{content:"✓";position:absolute;top:10px;right:10px;color:#a5b4fc;font-size:1.5rem;font-weight:700}.name-item:hover{transform:translateY(-5px);border-color:#a5b4fc}.name-item span{font-size:1.25rem;font-weight:600}.procedural-logo{flex-shrink:0}.slogan-container{margin-top:3rem;padding:2rem;border-top:1px solid #334155}.slogan-text{font-size:2rem;font-style:italic;font-weight:500;color:#fbcfe8;margin:0}.slogan-label{margin-top:.5rem;display:block;color:#94a3b8;font-weight:600}.bp-initial-view{padding:2rem;text-align:center;background-color:#0f172a;border-radius:.5rem}.bp-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.architect-container{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#020617;border-radius:16px;overflow:hidden;perspective:1000px}.construction-site{width:300px;height:300px;position:relative;transform-style:preserve-3d;transform:rotateX(60deg) rotate(-45deg)}.foundation{position:absolute;bottom:0;left:0;width:100%;height:100%;background:#38bdf833;box-shadow:0 0 20px #38bdf880;transform:scaleY(.1)}.building-block{position:absolute;bottom:5%;width:40%;height:40%;background:#38bdf8b3;opacity:.8;animation:pulse-block 2s ease-in-out infinite alternate}.block-1{left:5%;top:5%;animation-delay:0s}.block-2{left:55%;top:5%;animation-delay:.5s}.block-3{left:5%;top:55%;animation-delay:1s}.block-4{left:55%;top:55%;animation-delay:1.5s}@keyframes pulse-block{0%{opacity:.5;transform:translateZ(50px);box-shadow:0 0 10px #38bdf8}to{opacity:1;transform:translateZ(60px);box-shadow:0 0 25px #38bdf8}}.drone{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;box-shadow:0 0 10px #fff;animation:fly-drone-infinite 4s linear infinite}@keyframes fly-drone-infinite{0%{transform:translate(-50%,-50%) rotate(0) translate(180px) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg) translate(180px) rotate(-360deg)}}.build-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite}.bp-document-container{padding:2rem;animation:fadeInResults 1s forwards;background-color:#0f172a;border-radius:.5rem}.bp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.bp-header-actions{display:flex;gap:1rem;flex-wrap:wrap}.bp-title-section h2{font-size:1.8rem;font-weight:700;margin:0}.bp-title-section p{font-size:1.1rem;color:var(--text-slate-400);margin:0}.download-button,.regenerate-button{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--bg-slate-800);color:var(--text-slate-200);padding:.75rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.download-button svg,.regenerate-button svg{width:1.25rem;height:1.25rem}.download-button:hover,.regenerate-button:hover{background-color:var(--bg-slate-700);color:#fff}.bp-document-layout{display:grid;grid-template-columns:240px 1fr;gap:3rem}.bp-sidebar{position:sticky;top:100px;height:calc(100vh - 120px)}.bp-sidebar nav ul{list-style:none;padding:0;margin:0;border-left:2px solid var(--border-slate-700)}.bp-sidebar nav li a{display:block;padding:.75rem 1.5rem;color:var(--text-slate-400);text-decoration:none;font-weight:600;border-left:2px solid transparent;margin-left:-2px;transition:all .2s ease}.bp-sidebar nav li a:hover{color:#fff;background-color:var(--bg-slate-800)}.bp-sidebar nav li a.active{color:#a5b4fc;border-left-color:#a5b4fc;background-color:#a5b4fc1a}.bp-doc-content{min-width:0}.bp-doc-section{margin-bottom:4rem}.bp-doc-section-title{font-size:1.75rem;font-weight:700;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-slate-700);color:#e5e7eb}.bp-doc-section-content p{font-size:1.1rem;line-height:1.8;color:var(--text-slate-300)}.bp-sub-heading{font-size:1.2rem;font-weight:600;color:var(--text-slate-200);margin-top:2rem;margin-bottom:1rem}.bp-list{padding-left:1.5rem;color:var(--text-slate-300)}.bp-list li{margin-bottom:.75rem;line-height:1.7}.bp-tags-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.bp-tag{background-color:var(--bg-slate-700);color:var(--text-slate-200);padding:.25rem .75rem;border-radius:9999px;font-size:.9rem;font-weight:500}.financial-table-container{margin-top:2rem;overflow-x:auto}.financial-table{width:100%;border-collapse:collapse;font-size:1rem;min-width:600px}.financial-table th,.financial-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-slate-700)}.financial-table th{color:var(--text-slate-300);font-weight:600}.financial-table tbody tr:last-child td{border-bottom:none}@media (max-width: 1024px){.bp-document-layout{grid-template-columns:200px 1fr;gap:2rem}}@media (max-width: 768px){.bp-document-layout{display:block}.bp-sidebar{position:relative;top:0;height:auto;margin-bottom:2rem;overflow-x:auto;padding-bottom:1rem}.bp-sidebar nav ul{display:flex;flex-wrap:nowrap;border-left:none;border-bottom:2px solid var(--border-slate-700);padding-bottom:.5rem}.bp-sidebar nav li a{border-left:none;border-bottom:2px solid transparent;margin-left:0;margin-bottom:-2px;padding:.75rem 1rem;white-space:nowrap}.bp-sidebar nav li a.active{border-left-color:transparent;border-bottom-color:#a5b4fc}.architect-container{height:400px}.construction-site{display:none}.mobile-spinner{display:block}}@media (max-width: 480px){.bp-document-container{padding:1rem}.bp-header{flex-direction:column;align-items:flex-start;gap:1rem}.bp-doc-section-title{font-size:1.5rem}.bp-doc-section-content p{font-size:1rem;line-height:1.7}}.bp-doc-section-content h4{font-size:1.3rem;font-weight:600;color:var(--text-slate-100);margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-slate-800)}.bp-doc-section-content h5{font-size:1.1rem;font-weight:600;color:var(--text-slate-200);margin-top:1.5rem;margin-bottom:.5rem}.bp-doc-section-content ul{list-style-position:inside;padding-left:.5rem}.bp-doc-section-content li{margin-bottom:.5rem;line-height:1.7;color:var(--text-slate-300)}.bp-subsection-item{background-color:#0f172a80;border:1px solid var(--border-slate-800);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.bp-subsection-item p{margin:0}.bp-subsection-item p strong{color:var(--text-slate-300)}.cp-initial-view,.cp-results-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.cp-initial-view{text-align:center}.cp-initial-view .cta-button:disabled{background-color:var(--bg-slate-700);cursor:not-allowed;opacity:.6}.persona-sculpting-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:600px;width:100%;background-color:#020617;border-radius:16px;overflow:hidden;position:relative}.sculpt-status-text{position:absolute;bottom:3rem;color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulse-text 2s infinite alternate}@keyframes pulse-text{0%{opacity:.7;text-shadow:0 0 5px rgba(148,163,184,.5)}to{opacity:1;text-shadow:0 0 15px rgba(148,163,184,.8)}}.sculpting-grid{display:grid;grid-template-columns:repeat(3,80px);grid-template-rows:repeat(3,80px);gap:8px;perspective:1500px}.sculpt-card{width:80px;height:80px;position:relative;transform-style:preserve-3d;animation:flip 3s infinite ease-in-out}.sculpt-card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,var(--slate-800),var(--slate-900));border:1px solid var(--slate-700)}.sculpt-card-front{transform:rotateY(0);font-size:2.5rem;color:var(--slate-500)}.sculpt-card-back{transform:rotateY(180deg);font-size:2rem;color:var(--indigo-300);overflow:hidden}.sculpt-card:nth-child(1){animation-delay:0s}.sculpt-card:nth-child(2){animation-delay:.1s}.sculpt-card:nth-child(3){animation-delay:.2s}.sculpt-card:nth-child(4){animation-delay:.3s}.sculpt-card:nth-child(5){animation-delay:.4s}.sculpt-card:nth-child(6){animation-delay:.5s}.sculpt-card:nth-child(7){animation-delay:.6s}.sc-card:nth-child(8){animation-delay:.7s}.sculpt-card:nth-child(9){animation-delay:.8s}@keyframes flip{0%{transform:rotateY(0)}30%{transform:rotateY(0)}50%{transform:rotateY(180deg)}80%{transform:rotateY(180deg)}to{transform:rotateY(0)}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#a5b4fc;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px}.cp-results-container{animation:fadeInResults 1s forwards}.personas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.persona-card{background:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s,box-shadow .3s}.persona-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.persona-header{display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid var(--border-slate-700);padding-bottom:1.5rem}.persona-avatar{font-size:3rem;line-height:1}.persona-name{font-size:1.75rem;font-weight:700;color:var(--text-slate-100)}.persona-demographics{font-size:.9rem;color:var(--text-slate-400);margin-top:-.25rem}.persona-section{display:flex;flex-direction:column;gap:.75rem}.persona-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:var(--indigo-400)}.persona-section-title svg{width:1.25rem;height:1.25rem}.persona-section ul{list-style-type:none;padding-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.persona-section li{color:var(--text-slate-300);line-height:1.6;padding-left:1rem;position:relative}.persona-section li:before{content:"•";color:var(--indigo-400);font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}@media (max-width: 768px){.persona-sculpting-container .sculpting-grid{display:none}.persona-sculpting-container .mobile-spinner{display:block}.persona-sculpting-container{height:400px}}.is-initial-view,.is-results-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.is-initial-view{text-align:center}.dialogue-container{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#020617;border-radius:16px;overflow:hidden;perspective:800px}.dialogue-animation{width:250px;height:250px;position:relative;transform-style:preserve-3d;transform:rotateX(50deg) rotate(-45deg)}.persona-icon{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%,-50%);background:#4f46e5;border-radius:50%;box-shadow:0 0 25px #4f46e5;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="white"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" /></svg>');background-size:50px;background-position:center;background-repeat:no-repeat}.speech-bubble{position:absolute;top:50%;left:50%;width:50px;height:50px;background:#eef2ffe6;color:#3730a3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;opacity:0;animation:pop-up-and-fade 4s ease-in-out infinite}.speech-bubble.question{animation-delay:0s}.speech-bubble.answer{animation-delay:2s}@keyframes pop-up-and-fade{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}20%{transform:translate(-150%,-150%) scale(1);opacity:1}80%{transform:translate(-150%,-150%) scale(1);opacity:1}to{transform:translate(-150%,-150%) scale(.8);opacity:0}}.speech-bubble.answer{transform-origin:150% 50%}@keyframes pop-up-and-fade-answer{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}20%{transform:translate(50%,50%) scale(1);opacity:1}80%{transform:translate(50%,50%) scale(1);opacity:1}to{transform:translate(50%,50%) scale(.8);opacity:0}}.speech-bubble.answer{animation-name:pop-up-and-fade-answer}.particle{position:absolute;width:8px;height:8px;background:#a5b4fc;border-radius:50%;opacity:0;animation:float-particle 5s linear infinite}.p-0{top:10%;left:20%;animation-delay:.5s}.p-1{top:80%;left:85%;animation-delay:1.2s}.p-2{top:50%;left:10%;animation-delay:2.1s}.p-3{top:25%;left:75%;animation-delay:3.3s}.p-4{top:90%;left:30%;animation-delay:4.5s}.p-5{top:5%;left:90%;animation-delay:.8s}.p-6{top:60%;left:60%;animation-delay:1.8s}.p-7{top:30%;left:40%;animation-delay:2.7s}.p-8{top:75%;left:5%;animation-delay:3.9s}.p-9{top:45%;left:95%;animation-delay:4.2s}@keyframes float-particle{0%{transform:translate(0) scale(1);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:translate(var(--tx, 0),var(--ty, 0)) scale(0);opacity:0}}.p-0{--tx: -50px;--ty: 50px}.p-1{--tx: 40px;--ty: -60px}.p-2{--tx: 60px;--ty: 30px}.p-3{--tx: -30px;--ty: -70px}.p-4{--tx: 70px;--ty: 20px}.p-5{--tx: -60px;--ty: -40px}.p-6{--tx: 20px;--ty: 50px}.p-7{--tx: -70px;--ty: 30px}.p-8{--tx: 50px;--ty: -20px}.p-9{--tx: -40px;--ty: 60px}.dialogue-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulseText 2s infinite alternate}@keyframes pulseText{0%{opacity:.7}to{opacity:1}}.is-results-container{animation:fadeInResults 1s forwards}.scripts-accordion{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.script-item{background:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:12px;overflow:hidden}.script-item-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;background:var(--bg-slate-700)}.script-item-header:hover{background:var(--bg-slate-600)}.script-item-title{font-size:1.25rem;font-weight:600;color:var(--text-slate-100)}.script-item-toggle{transition:transform .3s}.script-item-toggle.open{transform:rotate(90deg)}.script-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.script-section{display:flex;flex-direction:column;gap:.75rem}.script-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:var(--indigo-400)}.script-section-title svg{width:1.25rem;height:1.25rem}.script-section ul{list-style-type:none;padding-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.script-section li{color:var(--text-slate-300);line-height:1.6;padding-left:1rem;position:relative}.script-section li:before{content:"•";color:var(--indigo-400);font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}.copy-button{align-self:flex-end;background:var(--bg-slate-700);color:var(--text-slate-200);border:1px solid var(--border-slate-600);padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem}.copy-button:hover{background:var(--bg-slate-600)}@media (max-width: 768px){.dialogue-container .dialogue-animation{display:none}.dialogue-container .mobile-spinner{display:block}.dialogue-container{height:400px}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.morph-container{height:600px;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0f172a;border-radius:16px;overflow:hidden}.morph-icon{width:60px;height:60px;position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse-icon 3s infinite ease-in-out;z-index:10}.user-icon{left:10%;background-color:#3b82f633;border:2px solid #3b82f6;color:#60a5fa}.goal-icon{right:10%;background-color:#10b98133;border:2px solid #10b981;color:#34d399}.paths-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.paths-wrapper svg{width:100%;height:100%}.animated-path{fill:none;stroke-width:4px;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-path 4s infinite ease-in-out}.p-1{stroke:#60a5fa;filter:drop-shadow(0 0 5px #60a5fa);animation-delay:0s}.p-2{stroke:#4ade80;filter:drop-shadow(0 0 5px #4ade80);animation-delay:.2s}.p-3{stroke:#c084fc;filter:drop-shadow(0 0 5px #c084fc);animation-delay:.4s}@keyframes draw-path{0%{stroke-dashoffset:1000}50%{stroke-dashoffset:0}to{stroke-dashoffset:-1000}}@keyframes pulse-icon{50%{transform:translateY(-50%) scale(1.1);box-shadow:0 0 25px currentColor}}.morph-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulse-text 2s infinite alternate;z-index:20}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#60a5fa;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px}.uf-results-container{height:600px;width:100%;border-radius:16px;overflow:hidden;background:#0f172a;position:relative}@media (max-width: 768px){.morph-container .morph-icon,.morph-container .paths-wrapper{display:none}.morph-container .mobile-spinner{display:block}.morph-container{height:400px}}.wireframe-generator-container{height:700px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#0f172a;border-radius:16px;overflow:hidden;flex-direction:column;padding:2rem}.wireframe-editor-container{width:100%;height:100%;position:relative;background-color:#0f172a;border-radius:16px;overflow:auto;padding:2rem}.blueprint-animation{width:500px;height:350px;position:relative;background-color:#0f172a;border:1px solid #1e293b;border-radius:8px;background-image:linear-gradient(to right,rgba(51,65,85,.4) 1px,transparent 1px),linear-gradient(to bottom,rgba(51,65,85,.4) 1px,transparent 1px);background-size:20px 20px;animation:fadeInGrid 1s ease-in-out}.blueprint-svg{width:100%;height:100%}.blueprint-shape{fill:#3b82f61a;stroke:#3b82f6;stroke-width:2;stroke-dasharray:8 4;stroke-dashoffset:0;animation:marching-ants 20s linear infinite}.shape-cta{fill:#3b82f666}.wireframe-status-text{color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-top:2rem;animation:pulse-text 2s infinite alternate}@keyframes fadeInGrid{0%{opacity:0}to{opacity:1}}@keyframes marching-ants{to{stroke-dashoffset:-1000}}.button-group{display:flex;gap:.5rem}.regenerate-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#1e293b;color:#e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;border:1px solid #334155;cursor:pointer;transition:background-color .2s;flex-shrink:0}.regenerate-button svg{width:1.1rem;height:1.1rem}.wireframe-preview-container{border-radius:.5rem;overflow:hidden;margin-bottom:2rem;background-color:#fff;min-height:400px;padding:1rem}.live-error{background-color:#ff5f5620;color:#ff5f56;padding:1rem;border-radius:.5rem;margin-bottom:1rem;white-space:pre-wrap;font-family:monospace}.generated-code-title{font-size:1.25rem;font-weight:600;color:#fff;margin-top:2rem;margin-bottom:1rem}.live-editor{background-color:#020617!important;border:1px solid #334155;border-radius:.5rem;font-family:monospace!important;font-size:.9rem!important;padding:1rem!important;max-height:400px;overflow:auto}.tech-stack-container{padding:2rem;background-color:#0f172a;border-radius:.5rem}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.regenerate-button{display:flex;align-items:center;gap:.5rem;background-color:var(--bg-slate-800);color:var(--text-slate-200);padding:.75rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.regenerate-button:hover:not(:disabled){background-color:var(--bg-slate-700);color:#fff}.regenerate-button:disabled{opacity:.5;cursor:not-allowed}.initial-view{padding:4rem 0}.loading-container{height:600px;width:100%;position:relative;background-color:#020617;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.tech-animation-grid{width:400px;height:300px;position:relative}.tech-icon{position:absolute;color:#fff;font-size:2.5rem;opacity:0;animation:fly-by 5s ease-in-out infinite}.tech-icon.icon-1{top:10%;left:10%;animation-delay:0s;color:#61dafb}.tech-icon.icon-2{top:20%;left:80%;animation-delay:.5s;color:#41b883}.tech-icon.icon-3{top:80%;left:20%;animation-delay:1s;color:#f7df1e}.tech-icon.icon-4{top:70%;left:90%;animation-delay:1.5s;color:#007acc}.tech-icon.icon-5{top:50%;left:50%;font-size:4rem;animation:pulse-center 5s ease-in-out infinite,fly-by 5s ease-in-out infinite;animation-delay:2s;color:#f24e1e}@keyframes fly-by{0%{transform:translate(-200px) scale(.5);opacity:0}20%,80%{transform:translate(0) scale(1);opacity:1}to{transform:translate(200px) scale(.5);opacity:0}}@keyframes pulse-center{50%{transform:scale(1.2)}}.loading-status-text{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;animation:pulse-text 2s infinite alternate}@keyframes pulse-text{0%{opacity:.7}to{opacity:1}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#61dafb;border-radius:50%;animation:spin 1s linear infinite}.accordion{width:100%;max-width:900px;margin:2rem auto 0}.accordion-item{background-color:#1e293b;border-radius:8px;margin-bottom:1rem;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(255,255,255,.1)}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;background-color:transparent;border:none;text-align:left;cursor:pointer;font-size:1.2rem;color:#f0f4f8}.accordion-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#e5e7eb;flex-grow:1}.category-icon{margin-right:1rem;font-size:1.3rem;width:25px;text-align:center;color:#94a3b8}.tech-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.tech-item:last-child{border-bottom:none;padding-bottom:.5rem}.tech-item-icon{font-size:2rem;width:40px;text-align:center;flex-shrink:0}.tech-item-details h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#f3f4f6}.tech-item-details p{margin:0;font-size:.9rem;color:#d1d5db;line-height:1.6}@media (max-width: 768px){.loading-container .tech-animation-grid{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.database-schema-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.db-animation-container{width:250px;height:200px;position:relative;margin-bottom:2rem}.db-core{width:50px;height:50px;background-color:#818cf8;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 25px #818cf8;animation:pulse 2s infinite ease-in-out}.db-table{position:absolute;width:60px;height:80px;background-color:#1e293b;border:2px solid #4f46e5;border-radius:8px;display:flex;flex-direction:column;align-items:center;padding-top:8px;transform-origin:center center;animation:table-lifecycle 6s ease-in-out infinite;opacity:0}.db-table:before{content:"";width:80%;height:5px;background-color:#4f46e5;border-radius:2px;margin-bottom:6px;box-shadow:0 0 5px #4f46e5}.db-table-col{width:70%;height:3px;background-color:#6366f1;margin-bottom:4px;border-radius:1px}.table-1{top:0;left:0;animation-delay:0s}.table-2{top:0;right:0;animation-delay:.5s}.table-3{bottom:0;left:40px;animation-delay:1s}.table-4{bottom:0;right:40px;animation-delay:1.5s}.db-path{stroke:#4f46e5;stroke-width:2;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:path-lifecycle 6s ease-in-out infinite}.path-1{animation-delay:.1s}.path-2{animation-delay:.6s}.path-3{animation-delay:1.1s}.path-4{animation-delay:1.6s}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 25px #818cf8}50%{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 35px #a78bfa}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 25px #818cf8}}@keyframes table-lifecycle{0%{transform:scale(0);opacity:0}25%{transform:scale(1);opacity:1}75%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes path-lifecycle{0%{stroke-dashoffset:1000}25%{stroke-dashoffset:0}75%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}.db-schema-results-container{width:100%;height:600px;background-color:#0f172a;border-radius:.5rem}.react-flow__node pre{margin:0;font-family:monospace;font-size:12px;text-align:left}@media (max-width: 768px){.loading-container .db-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.api-endpoints-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.flow-animation-container{width:90%;max-width:400px;height:150px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(90deg,#0f172a00,#0f172a 15%,#0f172a 85%,#0f172a00);margin-bottom:1.5rem}.flow-gateway{width:10px;height:100px;background-color:#818cf8;border-radius:5px;box-shadow:0 0 15px #818cf8,0 0 25px #a78bfa;animation:gateway-pulse-flow 2s infinite ease-in-out;z-index:10}.flow-packet{position:absolute;width:12px;height:12px;background-color:#38bdf8;border-radius:50%;box-shadow:0 0 8px #38bdf8;opacity:0;animation:flow 4s linear infinite}.packet-1{animation-delay:0s}.packet-2{animation-delay:-1s}.packet-3{animation-delay:-2s}.packet-4{animation-delay:-3s}@keyframes gateway-pulse-flow{0%{transform:scaleY(1)}50%{transform:scaleY(1.1);box-shadow:0 0 20px #a78bfa,0 0 35px #c4b5fd}to{transform:scaleY(1)}}@keyframes flow{0%{left:0;transform:scale(.8);opacity:0}10%{opacity:1;background-color:#38bdf8}49%{transform:scale(1);background-color:#38bdf8}50%{transform:scale(1.5);background-color:#f472b6;box-shadow:0 0 12px #f472b6}51%{transform:scale(1);background-color:#4ade80;box-shadow:0 0 8px #4ade80}90%{opacity:1}to{left:100%;transform:scale(.8);opacity:0}}.api-results-container{background-color:#0f172a;padding:1.5rem;border-radius:.5rem;border:1px solid #1e293b}.api-results-container h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#c4b5fd;border-bottom:1px solid #334155;padding-bottom:.5rem}.api-results-container table{width:100%;border-collapse:collapse;margin-bottom:2rem}.api-results-container th,.api-results-container td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #1e293b}.api-results-container th{background-color:#1e293b;color:#94a3b8;font-weight:600;font-size:.875rem;text-transform:uppercase}.api-results-container td{color:#cbd5e1}.api-results-container td:first-child{font-weight:700}.api-results-container code{background-color:#1e293b;padding:.2rem .4rem;border-radius:.25rem;font-family:Courier New,Courier,monospace;font-size:.9rem;color:#f8fafc}.api-results-container .method-post{color:#22c55e}.api-results-container .method-get{color:#3b82f6}.api-results-container .method-put{color:#f97316}.api-results-container .method-delete{color:#ef4444}@media (max-width: 768px){.loading-container .flow-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.roadmap-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.gantt-animation-container{width:90%;max-width:450px;height:200px;padding:1rem;border-left:2px solid #334155;border-bottom:2px solid #334155;position:relative}.gantt-bar{height:25px;background-color:#4f46e5;border-radius:4px;position:absolute;left:0;width:0;opacity:0;animation:build-bar 2s ease-out forwards infinite;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;color:#fff;font-size:.8rem;font-weight:700;white-space:nowrap}.bar-1{top:20px;background-color:#6366f1;animation-duration:3s;animation-delay:0s}.bar-2{top:65px;background-color:#818cf8;animation-duration:4s;animation-delay:.5s}.bar-3{top:110px;background-color:#a5b4fc;animation-duration:3.5s;animation-delay:1s}.gantt-milestone{position:absolute;bottom:-20px;font-size:.75rem;color:#64748b}.milestone-1{left:0%}.milestone-2{left:25%}.milestone-3{left:50%}.milestone-4{left:75%}.milestone-5{left:100%;transform:translate(-50%)}@keyframes build-bar{0%{width:0;opacity:.5}to{width:var(--final-width, 80%);opacity:1}}.loading-status-text{margin-top:2.5rem;font-size:1.1rem;color:#94a3b8;letter-spacing:1px}.roadmap-results-container{padding:2rem 1rem;position:relative}.roadmap-path{position:absolute;left:50%;top:0;bottom:0;width:4px;background-color:#1e293b;border-radius:2px}.phase-container{margin-bottom:3rem;position:relative}.phase-title{background-color:#334155;color:#cbd5e1;padding:.5rem 1rem;border-radius:9999px;display:inline-block;margin-bottom:2rem;position:relative;z-index:10}.epics-container{display:flex;flex-direction:column;gap:1.5rem}.epic-card{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem;width:45%;position:relative;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.epic-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.epic-card.left{align-self:flex-start}.epic-card.right{align-self:flex-end}.epic-card:before{content:"";position:absolute;top:50%;height:2px;width:5%;background-color:#334155}.epic-card.left:before{right:-5%}.epic-card.right:before{left:-5%}.epic-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.epic-icon{background-color:#334155;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.epic-title{font-size:1.25rem;font-weight:700}.epic-tasks{list-style-type:none;padding-left:0;margin:0}.epic-tasks li{color:#94a3b8;padding:.25rem 0;display:flex;align-items:flex-start;overflow-wrap:break-word;word-break:break-word}.epic-tasks li:before{content:"✓";color:#4f46e5;margin-right:.75rem;font-weight:700}@media (max-width: 768px){.loading-container .gantt-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}.roadmap-path{left:1rem}.epic-card{width:85%}.epic-card.left,.epic-card.right{align-self:flex-end}.epic-card.left:before,.epic-card.right:before{left:-5%}}.costs-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.balance-animation-container{width:90%;max-width:400px;height:200px;position:relative;display:flex;justify-content:center;align-items:flex-end}.balance-beam{width:100%;height:8px;background-color:#334155;border-radius:4px;position:absolute;top:50%;transform-origin:center;transition:transform .5s ease-in-out}.balance-fulcrum{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:30px solid #334155;position:absolute;top:calc(50% + 8px);left:50%;transform:translate(-50%)}.balance-pan{width:80px;height:20px;border:2px solid #475569;border-top:none;border-radius:0 0 20px 20px;position:absolute;top:calc(50% + 8px);display:flex;flex-direction:column-reverse;align-items:center;padding-bottom:5px}.pan-left{left:10%}.pan-right{right:10%}.service-icon,.cost-icon{font-size:1.5rem;opacity:0;animation:drop-in 6s infinite linear}.service-icon{color:#818cf8}.cost-icon{color:#22c55e}.service-1{animation-delay:0s}.service-2{animation-delay:-2s}.service-3{animation-delay:-4s}.cost-1{animation-delay:-.5s}.cost-2{animation-delay:-1s}.cost-3{animation-delay:-1.5s}.cost-4{animation-delay:-2.5s}.cost-5{animation-delay:-3s}.cost-6{animation-delay:-3.5s}@keyframes drop-in{0%{opacity:0;transform:translateY(-50px)}10%{opacity:1;transform:translateY(0)}25%{opacity:1;transform:translateY(0)}35%{opacity:0;transform:translateY(0)}to{opacity:0}}.loading-status-text{margin-top:1.5rem;font-size:1.1rem;color:#94a3b8;letter-spacing:1px}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#818cf8;border-radius:50%;animation:spin 1s linear infinite}.costs-results-container{overflow-x:auto;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.5rem}.costs-table{width:100%;min-width:800px;border-collapse:collapse}.costs-table th,.costs-table td{padding:1.25rem 1rem;text-align:left;vertical-align:top}.costs-table thead th{border-bottom:2px solid #334155}.costs-table tbody tr:not(:last-child) td{border-bottom:1px solid #334155}.category-header{display:flex;align-items:center;gap:.75rem;font-size:1.1rem}.category-icon{font-size:1.5rem;color:#818cf8}.row-header{font-weight:700;color:#94a3b8;width:20%}.justification-cell{color:#94a3b8;font-size:.9rem;line-height:1.6}.cost-cell{font-weight:700;font-size:1.1rem;color:#4ade80}@media (max-width: 768px){.loading-container .balance-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.pricing-strategy-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.graph-animation-container{width:90%;max-width:400px;height:250px;position:relative}.graph-axes{width:100%;height:100%;position:relative;border-left:3px solid #334155;border-bottom:3px solid #334155}.axis-label{position:absolute;color:#64748b;font-size:.8rem;font-weight:700}.y-axis-label{top:-20px;left:-10px;transform:rotate(-90deg);transform-origin:0 0}.x-axis-label{bottom:-25px;right:-20px}.graph-point{position:absolute;width:15px;height:15px;background-color:#fff;border-radius:50%;transform:translate(-50%,50%);animation:plot-point 6s infinite ease-in-out}.point-1{left:20%;bottom:20%;animation-delay:0s;background-color:#a5b4fc}.point-2{left:50%;bottom:55%;animation-delay:-4s;background-color:#818cf8}.point-3{left:80%;bottom:90%;animation-delay:-2s;background-color:#6366f1}.graph-path{position:absolute;bottom:0;left:0;width:100%;height:100%;stroke:#4f46e5;stroke-width:3;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-erase-path 4s infinite linear}@keyframes draw-erase-path{0%{stroke-dashoffset:1000}50%{stroke-dashoffset:0}to{stroke-dashoffset:-1000}}.pricing-results-container{text-align:left}.pricing-models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch}.pricing-card{background-color:#1e293b;border:1px solid #334155;border-radius:12px;padding:2rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.pricing-card.recommended{border-color:#4f46e5;transform:scale(1.05);box-shadow:0 10px 30px #4f46e533}.pricing-card-header .recommend-badge{background-color:#4f46e5;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;display:inline-block;margin-bottom:.5rem}.pricing-card-header .tier-name{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.pricing-card-header .tier-price{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.pricing-card-header .tier-price span{font-size:1rem;font-weight:400;color:#94a3b8}.pricing-card-header .tier-description{color:#94a3b8;margin-bottom:1.5rem;min-height:40px}.pricing-card-cta{width:100%;padding:.75rem;border-radius:8px;font-weight:700;text-align:center;margin-top:auto}.pricing-card.recommended .pricing-card-cta{background-color:#4f46e5;color:#fff}.pricing-card:not(.recommended) .pricing-card-cta{background-color:#334155;color:#cbd5e1}.features-list{list-style:none;padding:0;margin:1.5rem 0}.features-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#cbd5e1}.features-list li .fa-check{color:#22c55e}.marketing-copy-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.megaphone-animation-container{width:300px;height:300px;position:relative;display:flex;justify-content:center;align-items:center}.megaphone-icon{font-size:4rem;color:#a5b4fc;text-shadow:0 0 15px #a5b4fc;animation:pulse-megaphone 2s infinite ease-in-out;z-index:10}.sound-wave{position:absolute;border:2px solid #4f46e5;border-radius:50%;opacity:0;animation:spread-wave 4s infinite linear}.wave-1{animation-delay:0s}.wave-2{animation-delay:-2s}.floating-word{position:absolute;color:#fff;font-weight:700;opacity:0;animation:float-away 4s infinite linear}.word-1{top:20%;left:20%;animation-delay:-.5s}.word-2{top:80%;left:30%;animation-delay:-1.5s}.word-3{top:50%;left:80%;animation-delay:-2.5s}.word-4{top:30%;left:70%;animation-delay:-3.5s}@keyframes pulse-megaphone{50%{transform:scale(1.1)}}@keyframes spread-wave{0%{width:50px;height:50px;opacity:1}to{width:300px;height:300px;opacity:0}}@keyframes float-away{0%,to{opacity:0}25%{opacity:1;transform:scale(1.2)}75%{opacity:0;transform:scale(1.5)}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#a5b4fc;border-radius:50%;animation:spin 1s linear infinite}.copy-results-container{display:flex;flex-direction:column;gap:2rem}.copy-section{background-color:#1e293b;border-radius:8px;border:1px solid #334155}.copy-section-header{padding:1rem 1.5rem;border-bottom:1px solid #334155;display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700}.copy-section-content{padding:1.5rem;position:relative}.copy-button{position:absolute;top:1rem;right:1rem;background:#334155;border:none;color:#94a3b8;padding:.5rem;border-radius:6px;cursor:pointer}.copy-button:hover{background:#475569}.tagline-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tagline-card{background-color:#0f172a;padding:1rem;border-radius:6px;text-align:center;font-style:italic}.social-grid,.ad-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.social-card,.ad-card,.email-card{background-color:#0f172a;padding:1.5rem;border-radius:6px}.card-title{display:flex;align-items:center;gap:.5rem;font-weight:700;margin-bottom:1rem}.card-content{white-space:pre-wrap;color:#cbd5e1;line-height:1.6}.ad-headline{font-weight:700;color:#818cf8}@media (max-width: 768px){.loading-container .megaphone-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}.tagline-grid{grid-template-columns:1fr}}.waitlist-page-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.rolodex-animation-container{width:250px;height:200px;perspective:1000px}.rolodex{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:spin-rolodex 8s infinite linear}.rolodex-card{position:absolute;width:180px;height:120px;top:40px;left:35px;background-color:#e0e7ff;border:2px solid #c7d2fe;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:3rem;color:#4f46e5}.rolodex-card:nth-child(1){transform:rotateY(0) translateZ(150px)}.rolodex-card:nth-child(2){transform:rotateY(60deg) translateZ(150px)}.rolodex-card:nth-child(3){transform:rotateY(120deg) translateZ(150px)}.rolodex-card:nth-child(4){transform:rotateY(180deg) translateZ(150px)}.rolodex-card:nth-child(5){transform:rotateY(240deg) translateZ(150px)}.rolodex-card:nth-child(6){transform:rotateY(300deg) translateZ(150px)}@keyframes spin-rolodex{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}.loading-status-text{margin-top:2.5rem}.waitlist-results-container{display:flex;flex-direction:column;gap:2rem}.preview-section{border:1px solid #334155;border-radius:8px;overflow:hidden}.preview-header{background-color:#1e293b;padding:.75rem 1.25rem;font-weight:700}.preview-content{background-color:#fff}.code-editor-section .preview-header{border-bottom:1px solid #334155}.code-editor-section pre[class*=language-]{border-radius:0 0 8px 8px!important;margin:0!important}.ph-launch-kit-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.regenerate-button{background-color:#1e293b;color:#94a3b8;padding:.5rem 1rem;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;border:1px solid #334155;transition:all .2s ease-in-out;cursor:pointer}.regenerate-button i{font-size:1.2rem}.rocket-animation-container{width:250px;height:300px;position:relative;margin-bottom:2rem;overflow:hidden}.rocket{width:60px;height:100px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%);animation:launch 4s ease-in-out infinite}.rocket-body{width:100%;height:80%;background:#e2e8f0;border-radius:50% 50% 10% 10%/80% 80% 20% 20%;position:relative}.rocket-body:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:20px;height:20px;background:#ff6154;border-radius:50%;border:3px solid #94a3b8}.fin{position:absolute;bottom:5px;width:20px;height:35px;background:#ff4081;border-radius:10px 0 0 10px}.fin-left{left:-15px}.fin-right{right:-15px;transform:scaleX(-1)}.flame{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:20px;height:40px;background:linear-gradient(to top,#ff6154,#ffcd54);border-radius:50%/80% 80% 20% 20%;animation:flicker .5s infinite}.star{position:absolute;background:#fff;border-radius:50%;animation:fly-up 4s linear infinite}@keyframes launch{0%{bottom:-100px}20%{bottom:100px}80%{bottom:120px;opacity:1}to{bottom:350px;opacity:0}}@keyframes flicker{0%,to{transform:translate(-50%) scaleY(1)}50%{transform:translate(-50%) scaleY(1.2)}}@keyframes fly-up{0%{transform:translateY(300px) scale(0)}to{transform:translateY(-50px) scale(1);opacity:0}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#ff6154;border-radius:50%;animation:spin 1s linear infinite}.results-grid.full-width{grid-template-columns:1fr 1fr 1fr}.result-card.span-1{grid-column:span 1}.result-card.span-2{grid-column:span 2}.result-card.span-3{grid-column:span 3}.tagline-list{list-style:none;padding:0;margin:0}.tagline-list li{background-color:#0f172a;padding:.75rem 1rem;border-radius:6px;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.tagline-list li:hover{background-color:#334155}.copy-button-small{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem}.structured-comment h4{font-weight:700;color:#a5b4fc;margin-top:1rem;margin-bottom:.5rem}.structured-comment p.call-to-action{font-style:italic;color:#c4b5fd}.tabs{display:flex;border-bottom:2px solid #334155;margin-bottom:1rem}.tab-button{background:none;border:none;color:#94a3b8;padding:.75rem 1.25rem;cursor:pointer;font-size:1rem;border-bottom:2px solid transparent;margin-bottom:-2px}.tab-button.active{color:#fff;border-bottom-color:#ff6154}.tab-content{padding:1rem;background-color:#0f172a;border-radius:6px;position:relative}.visual-ideas-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.visual-ideas-list li{border-left:3px solid #ff6154;padding-left:1rem}.visual-ideas-list strong{display:block;margin-bottom:.25rem;color:#e2e8f0}.communication-card .sub-section{position:relative;padding:1.5rem;border-radius:6px;background-color:#0f172a;margin-bottom:1rem}.communication-card .sub-section:last-child{margin-bottom:0}.communication-card h4{font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.communication-card .email-body{white-space:pre-wrap;line-height:1.6;color:#cbd5e1;max-height:150px;overflow-y:auto;padding:.5rem;border:1px dashed #334155;border-radius:4px}@media (max-width: 768px){.loading-container .rocket-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.results-grid.full-width{grid-template-columns:1fr}.result-card.span-1,.result-card.span-2,.result-card.span-3{grid-column:span 1}}.press-release-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.typewriter-animation-container{width:90%;max-width:400px;height:250px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.typewriter-paper{width:80%;height:120px;background-color:#f1f5f9;border-radius:4px;position:absolute;top:20px;box-shadow:0 5px 15px #0000004d;overflow:hidden}.typewriter-text{font-family:Special Elite,monospace,sans-serif;color:#1e293b;font-size:1.2rem;padding:10px;white-space:nowrap;overflow:hidden;border-right:.15em solid #334155;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite}.typewriter-body{width:100%;height:80px;background-color:#475569;position:absolute;bottom:50px;border-radius:10px 10px 0 0;border-bottom:5px solid #334155}.typewriter-key{position:absolute;width:20px;height:20px;background:#94a3b8;border-radius:50%;bottom:35px;animation:press-key 1s infinite ease-in-out}.key-1{left:30%;animation-delay:0s}.key-2{left:45%;animation-delay:.2s}.key-3{left:60%;animation-delay:.4s}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#334155}}@keyframes press-key{50%{transform:translateY(5px);background-color:#e2e8f0}}.loading-status-text{margin-top:1.5rem}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#94a3b8;border-radius:50%;animation:spin 1s linear infinite}.pr-results-container{background-color:#fff;color:#111827;padding:3rem;border-radius:8px;font-family:Times New Roman,Times,serif;text-align:left;max-width:800px;margin:0 auto;line-height:1.6}.pr-headline{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.pr-dateline{font-weight:700;color:#4b5563;margin-bottom:2rem}.pr-introduction{font-size:1.1rem;font-style:italic;color:#374151;margin-bottom:2rem;border-left:3px solid #d1d5db;padding-left:1rem}.pr-body{white-space:pre-wrap;margin-bottom:2rem}.pr-quote-section{margin:2rem 0;padding-left:2rem;border-left:5px solid #e5e7eb;font-size:1.2rem;font-style:italic}.pr-about-section{margin-top:3rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}.pr-about-section h3{font-weight:700;margin-bottom:.5rem}.pr-contact-section{margin-top:2rem;text-align:center;font-size:.9rem;color:#6b7280}.pr-end-mark{text-align:center;font-weight:700;margin-top:2rem}@media (max-width: 768px){.loading-container .typewriter-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}.pr-results-container{padding:1.5rem}}.initial-task-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:2rem}.initial-task-icon-large{font-size:4rem;color:#3498db;margin-bottom:1.5rem;animation:float-icon 3s ease-in-out infinite}@keyframes float-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.growth-metrics-container{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-in-out;background-color:#0f172a;border-radius:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.growth-metrics-intro{text-align:center;font-size:1.1rem;color:#8a94a6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.accordion{width:100%;max-width:900px;margin:0 auto}.accordion-item{background-color:#1e293b;border-radius:8px;margin-bottom:1rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.accordion-item:last-child{margin-bottom:0}.accordion-header{display:flex;align-items:center;width:100%;padding:1.5rem;background-color:transparent;border:none;text-align:left;cursor:pointer;font-size:1.2rem;color:#f0f4f8}.accordion-header h3{margin:0;font-size:1.5rem;flex-grow:1}.metric-icon{font-size:1.8rem;margin-right:1.5rem}.accordion-chevron{margin-left:1rem;transition:transform .3s ease}.accordion-chevron.expanded{transform:rotate(180deg)}.accordion-content{padding:0 1.5rem 1.5rem;animation:fadeInContent .5s ease}@keyframes fadeInContent{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.metric-card-description{font-style:italic;color:#a0aec0;margin-bottom:1.5rem;padding-left:3.3rem}.metric-points{list-style:none;padding:0;margin:0;padding-left:3.3rem}.metric-points li{background-color:#29364a;padding:.75rem;border-radius:5px;margin-bottom:.5rem;font-size:.95rem;color:#cbd5e0}.metric-points li strong{color:#e2e8f0;display:block;margin-bottom:.25rem}.typewriter-animation-container{width:90%;max-width:400px;height:300px;position:relative;display:flex;justify-content:center;align-items:center}.radar-container{width:300px;height:300px;position:relative}.radar-grid{stroke:#47556980;stroke-width:1;fill:none}.radar-sweep{stroke:#22c55eb3;stroke-width:2;transform-origin:50% 50%;animation:rotate-sweep 4s linear infinite}.radar-icon-group{position:absolute;opacity:0;animation:fade-in-pulse 4s linear infinite}.radar-icon-glow{position:absolute;width:40px;height:40px;border-radius:50%;background-color:#a7f3d080;border:1px solid #a7f3d0;top:50%;left:50%;transform:translate(-50%,-50%);animation:fade-glow 4s linear infinite}.radar-icon{font-size:1.5rem;color:#d1fae5;position:relative;z-index:2}.icon-group-1{animation-delay:.5s}.icon-group-2{animation-delay:1.8s}.icon-group-3{animation-delay:3s}@keyframes rotate-sweep{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes fade-in-pulse{0%,5%{opacity:0}10%,to{opacity:1}}@keyframes fade-glow{0%,10%{opacity:0;transform:translate(-50%,-50%) scale(.5)}15%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}25%,to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.loading-status-text{margin-top:1.5rem;color:#cbd5e0;font-size:1rem}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.loading-container .typewriter-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.ab-test-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.header-actions{display:flex;gap:1rem}.regenerate-button{background-color:#1e293b;color:#94a3b8;padding:.5rem 1rem;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;border:1px solid #334155;transition:all .2s ease-in-out}.regenerate-button:hover{background-color:#334155;color:#fff}.regenerate-button svg{width:1.25rem;height:1.25rem}.initial-view,.loading-container{text-align:center;padding:3rem;background-color:#1e293b;border-radius:.5rem;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ab-animation-container{width:250px;height:250px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.idea-orb{width:80px;height:80px;background-color:#facc15;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;box-shadow:0 0 35px #facc15,inset 0 0 15px #fde047;animation:pulse-orb 2.5s infinite ease-in-out}.idea-orb svg{width:40px;height:40px;color:#422006}.variation-path{width:200px;height:200px;position:absolute;border-radius:50%;border:2px dashed #475569}.variation-box{position:absolute;width:50px;height:50px;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;color:#fff;transform-origin:100px 100px}.variation-a{background-color:#38bdf8;box-shadow:0 0 20px #38bdf8;animation:travel-a 5s linear infinite}.variation-b{background-color:#4ade80;box-shadow:0 0 20px #4ade80;animation:travel-b 5s linear infinite}.loading-status-text{margin-top:1rem;font-size:1.1rem;color:#94a3b8;letter-spacing:1px}@keyframes pulse-orb{0%{transform:scale(1);box-shadow:0 0 35px #facc15,inset 0 0 15px #fde047}50%{transform:scale(1.1);box-shadow:0 0 50px #fde047,inset 0 0 20px #fef08a}to{transform:scale(1);box-shadow:0 0 35px #facc15,inset 0 0 15px #fde047}}@keyframes travel-a{0%{transform:rotate(0) translate(100px) rotate(0)}to{transform:rotate(360deg) translate(100px) rotate(-360deg)}}@keyframes travel-b{0%{transform:rotate(180deg) translate(100px) rotate(-180deg)}to{transform:rotate(540deg) translate(100px) rotate(-540deg)}}.ab-results-container{display:flex;flex-direction:column;gap:1.5rem}.ab-test-card{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem}.ab-test-card h3{font-size:1.2rem;font-weight:600;color:#c084fc;margin-bottom:.75rem}.ab-test-card p{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.variations-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;border-top:1px solid #334155;padding-top:1.5rem}.variation-column h4{font-size:1rem;font-weight:500;margin-bottom:.5rem}.variation-column .variation-a-header{color:#38bdf8}.variation-column .variation-b-header{color:#4ade80}.variation-column p{font-size:.9rem;color:#94a3b8;margin-bottom:0}.seo-strategy-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.seo-animation-container{width:300px;height:250px;position:relative;margin-bottom:2rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.seo-graph{width:100%;height:150px;position:relative}.graph-line{stroke:#22c55e;stroke-width:3;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-graph 4s ease-out infinite}.graph-glow{filter:drop-shadow(0 0 5px #22c55e)}.keyword-orb{position:absolute;width:10px;height:10px;background-color:#fde047;border-radius:50%;box-shadow:0 0 10px #fde047;animation:move-orb 4s ease-out infinite}.keyword-tag{position:absolute;background-color:#1e293b;color:#94a3b8;padding:4px 8px;border-radius:4px;font-size:12px;border:1px solid #334155;opacity:0;animation:fade-in-out 4s ease-in-out infinite}.tag-1{top:60%;left:5%;animation-delay:.5s}.tag-2{top:40%;left:30%;animation-delay:1s}.tag-3{top:20%;left:55%;animation-delay:1.8s}.tag-4{top:5%;left:80%;animation-delay:2.5s}@keyframes draw-graph{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes move-orb{0%{offset-path:path("M0,140 C50,140 80,80 150,80 S 250,20 300,20");offset-distance:0%;opacity:0}20%{opacity:1}80%{opacity:1}to{offset-path:path("M0,140 C50,140 80,80 150,80 S 250,20 300,20");offset-distance:100%;opacity:0}}@keyframes fade-in-out{0%,to{opacity:0;transform:translateY(10px)}50%{opacity:1;transform:translateY(0)}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#22c55e;border-radius:50%;animation:spin 1s linear infinite}.seo-results-container{display:flex;flex-direction:column;gap:2rem}.seo-section{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem}.seo-section h3{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.seo-section h3 i{font-size:1.25rem;color:#60a5fa;width:1.5rem;text-align:center}.keyword-cluster{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #334155}.keyword-cluster:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.keyword-cluster h4{font-size:1.1rem;font-weight:500;color:#a78bfa;margin-bottom:.5rem}.keyword-cluster p{font-size:.9rem;color:#cbd5e1;margin-bottom:1rem;max-width:80ch}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-item{background-color:#334155;color:#e2e8f0;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem}.content-pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.pillar-card{background-color:#334155;padding:1rem;border-radius:.5rem}.pillar-card h4{font-size:1rem;font-weight:500;margin-bottom:.75rem}.pillar-card ul{list-style-type:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.pillar-card li{color:#94a3b8;font-size:.9rem}@media (max-width: 768px){.loading-container .seo-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.map-processes-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.automation-animation-container{width:300px;height:250px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;border:1px solid #334155;background-color:#1e293b;border-radius:.5rem;overflow:hidden}.gear{position:absolute;color:#475569;animation:spin 8s linear infinite}.gear.g1{font-size:80px;top:20px;left:30px;animation-duration:10s}.gear.g2{font-size:50px;top:80px;left:90px;animation-direction:reverse;animation-duration:6s}.gear.g3{font-size:60px;bottom:30px;right:40px}.conveyor-belt{width:100%;height:40px;background-color:#334155;position:absolute;bottom:60px;border-top:2px solid #475569;border-bottom:2px solid #475569;background-image:linear-gradient(45deg,#475569 25%,transparent 25%,transparent 50%,#475569 50%,#475569 75%,transparent 75%,transparent);background-size:20px 20px;animation:move-belt 1s linear infinite}.task-box{position:absolute;width:30px;height:30px;background-color:#fb923c;border:1px solid #fdba74;border-radius:4px;bottom:105px;left:-30px;animation:move-box 5s linear infinite;animation-delay:1s}.robot-arm{position:absolute;width:100px;height:100px;right:10px;top:10px;transform-origin:bottom left}.robot-arm i{font-size:100px;color:#94a3b8;animation:grab-item 5s ease-in-out infinite;transform-origin:bottom center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes move-belt{0%{background-position:0 0}to{background-position:-20px 0}}@keyframes move-box{0%{left:-30px}80%{left:220px;transform:rotate(0)}90%{left:220px;transform:rotate(90deg) translateY(-40px)}to{left:220px;transform:rotate(90deg) translateY(-40px);opacity:0}}@keyframes grab-item{0%,40%{transform:rotate(0)}60%{transform:rotate(20deg) scaleY(.9)}80%{transform:rotate(-10deg)}to{transform:rotate(0)}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#fb923c;border-radius:50%;animation:spin 1s linear infinite}.automation-results-container{display:flex;flex-direction:column;gap:1rem}.process-card{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem}.process-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.process-header h3{font-size:1.2rem;font-weight:600;color:#f472b6}.process-header p{font-size:.9rem;color:#94a3b8;max-width:60ch}.potential-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:500;white-space:nowrap}.potential-high{background-color:#166534;color:#bbf7d0}.potential-medium{background-color:#854d0e;color:#fde047}.potential-low{background-color:#881337;color:#fecdd3}.steps-table{width:100%;border-collapse:collapse;margin-top:1rem}.steps-table th,.steps-table td{padding:.75rem;text-align:left;border-bottom:1px solid #334155}.steps-table th{font-size:.8rem;text-transform:uppercase;color:#94a3b8}.automation-type-badge{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.type-full{background-color:#1d4ed8;color:#dbeafe}.type-assisted{background-color:#9333ea;color:#f3e8ff}.type-manual{background-color:#475569;color:#e2e8f0}@media (max-width: 768px){.loading-container .automation-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}.process-header{flex-direction:column;gap:1rem}.steps-table{font-size:.9rem}}.job-descriptions-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.hiring-animation-container{width:350px;height:250px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.org-chart-node{width:60px;height:60px;background-color:#7c3aed;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;position:absolute;z-index:10;box-shadow:0 0 20px #a78bfa;animation:pulse-org-node 2s infinite ease-in-out}.candidate-card-container{position:absolute;perspective:1000px}.pos-1{bottom:20px;left:20px}.pos-2{top:-40px;left:calc(50% - 35px)}.pos-3{bottom:20px;right:20px}.candidate-card{width:70px;height:90px;position:relative;transform-style:preserve-3d;animation:flip-card 3s ease-in-out infinite;animation-delay:1s}.card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:32px}.card-front{background-color:#1e293b;border:2px solid #475569;color:#94a3b8}.card-back{background-color:#166534;border:2px solid #22c55e;color:#bbf7d0;transform:rotateY(180deg)}@keyframes pulse-org-node{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes draw-line{0%{height:0}to{height:var(--line-height, 100px)}}.line-1{--line-height: 80px}.line-2{--line-height: 100px}.line-3{--line-height: 80px}@keyframes flip-card{0%,40%{transform:rotateY(0)}60%,to{transform:rotateY(180deg)}}.mobile-spinner{display:none;width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#a78bfa;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-accordion-item{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;margin-bottom:1rem}.job-accordion-header{padding:1rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.job-accordion-header h3{font-size:1.1rem;font-weight:500;color:#e2e8f0}.job-accordion-header .department-badge{background-color:#334155;color:#94a3b8;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem}.job-accordion-content{padding:0 1.5rem 1.5rem;border-top:1px solid #334155}.job-accordion-content h4{font-size:1rem;font-weight:600;color:#a5b4fc;margin-top:1.5rem;margin-bottom:.75rem}.job-accordion-content ul{list-style-type:disc;padding-left:1.5rem;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#cbd5e1}@media (max-width: 768px){.loading-container .hiring-animation-container{display:none}.loading-container .mobile-spinner{display:block;margin-bottom:2rem}.loading-container{height:400px}}.investor-matching-container{background-color:#0f172a;padding:2rem;border-radius:.5rem;color:#fff}.radar-animation-container{width:300px;height:300px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.radar-sweep{width:100%;height:100%;border-radius:50%;position:absolute;background:conic-gradient(from 0deg,#22c55e66,#22c55e00 40%);animation:rotate-sweep 4s linear infinite}.radar-grid{width:90%;height:90%;border-radius:50%;border:1px dashed #334155;position:absolute}.radar-grid:before,.radar-grid:after{content:"";position:absolute;background-color:#334155}.radar-grid:before{width:100%;height:1px;top:50%;left:0}.radar-grid:after{width:1px;height:100%;top:0;left:50%}.startup-node{width:50px;height:50px;background-color:#6366f1;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;z-index:10;box-shadow:0 0 20px #818cf8}.investor-ping{position:absolute;font-size:20px;color:#9ca3af;z-index:5;animation:ping-glow 4s ease-in-out infinite;opacity:0}.ping-1{top:15%;left:20%;animation-delay:.5s}.ping-2{top:70%;left:10%;animation-delay:1.2s}.ping-3{top:25%;right:15%;animation-delay:2s}.ping-4{top:65%;right:25%;animation-delay:3.1s}@keyframes rotate-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ping-glow{0%,to{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.2);color:#22c55e}}.investor-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;padding:.5rem}.investor-card{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.investor-card-header{display:flex;align-items:center;gap:1rem}.investor-avatar{width:50px;height:50px;border-radius:50%;background-color:#334155;display:flex;justify-content:center;align-items:center;font-size:24px;color:#94a3b8;flex-shrink:0}.investor-info h3{font-size:1.2rem;font-weight:600;color:#e2e8f0}.investor-info p{font-size:.9rem;color:#64748b}.investor-card-body h4{font-size:.9rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.investor-card-body p,.investor-card-body ul{font-size:.9rem;color:#cbd5e1;margin:0;line-height:1.6}.investor-card-body ul{padding-left:1.2rem}.investor-card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #334155}.profile-link{color:#60a5fa;text-decoration:none;font-weight:500;font-size:.9rem}.profile-link:hover{text-decoration:underline}.due-diligence-container{padding:2rem;background-color:#0f172a;border-radius:.5rem;color:#fff;min-height:80vh}.loading-container{text-align:center;padding:3rem;background-color:#1e293b;border-radius:.5rem;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center}.diligence-animation-container{width:250px;height:200px;position:relative;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.document-icon{width:120px;height:150px;background-color:#e2e8f0;border-radius:8px;position:relative;z-index:1;padding:15px;box-shadow:0 4px 15px #0003}.document-line{width:80%;height:4px;background-color:#94a3b8;border-radius:2px;margin:12px auto}.magnifying-glass{width:80px;height:80px;border:8px solid #38bdf8;border-radius:50%;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);animation:scan 4s linear infinite}.magnifying-glass:after{content:"";position:absolute;width:15px;height:40px;background:#38bdf8;bottom:-35px;right:-20px;transform:rotate(-45deg);border-radius:5px}.checkmark-icon{position:absolute;z-index:20;color:#22c55e;font-size:24px;opacity:0;transform:scale(.5);animation:pop-in .5s forwards;text-shadow:0 0 10px #22c55e}.check-1{top:40px;left:90px;animation-delay:1s}.check-2{top:75px;left:140px;animation-delay:2s}.check-3{top:110px;left:100px;animation-delay:3s}@keyframes scan{0%{transform:translate(-80px,-60px) rotate(0)}25%{transform:translate(30px) rotate(20deg)}75%{transform:translate(-70px,70px) rotate(-30deg)}to{transform:translate(-80px,-60px) rotate(0)}}@keyframes pop-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.loading-status-text{margin-top:2rem;color:#94a3b8;font-size:1rem;font-weight:500;letter-spacing:.05em}.checklist-results-container{padding:1rem 0}.overall-progress-section{background-color:#1e293b;padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:2rem;border:1px solid #334155}.overall-progress-section h4{font-size:1.1rem;font-weight:600;color:#cbd5e1;margin-bottom:.75rem}.overall-progress-section .progress-bar-container{background-color:#334155;border-radius:9999px;height:12px;width:calc(100% - 50px);display:inline-block}.overall-progress-section .progress-bar{background:linear-gradient(to right,#4f46e5,#7c3aed);height:100%;border-radius:9999px;transition:width .5s ease-in-out}.overall-progress-section span{display:inline-block;width:50px;text-align:right;font-weight:600;color:#e2e8f0}.category-card{background-color:#1e293b;border-radius:.5rem;margin-bottom:1.5rem;border:1px solid #334155;overflow:hidden;transition:all .3s ease}.category-card:hover{border-color:#4f46e5}.category-header{padding:1rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.category-title{display:flex;align-items:center;gap:.75rem}.category-title h3{font-size:1.25rem;font-weight:600;color:#c4b5fd}.category-title i{color:#a78bfa;font-size:1.1rem}.category-controls{display:flex;align-items:center;gap:1rem;color:#94a3b8;font-weight:500}.category-controls .transition-transform{transition:transform .3s ease}.category-controls .rotate-180{transform:rotate(180deg)}.category-progress-bar-container{background-color:#334155;height:4px}.category-progress-bar{background-color:#818cf8;height:100%;transition:width .4s ease-in-out}.interactive-checklist-items{list-style:none;padding:.5rem 0;margin:0}.interactive-checklist-item{display:flex;align-items:center;padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s ease;border-top:1px solid #334155}.interactive-checklist-item:hover{background-color:#273349}.interactive-checklist-item .checkbox{width:20px;height:20px;border:2px solid #64748b;border-radius:4px;margin-right:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.interactive-checklist-item.completed .checkbox{background-color:#4ade80;border-color:#4ade80}.interactive-checklist-item .checkbox i{color:#0f172a;font-size:.8rem}.interactive-checklist-item span{color:#cbd5e1;transition:color .2s ease}.interactive-checklist-item.completed span{text-decoration:line-through;color:#64748b}.pitch-coach-container{width:100%;background-color:#0f172a;border-radius:8px;animation:fadeIn .5s ease-in-out;padding:2rem}.pitch-coach-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;width:100%;background-color:#0f172a;border-radius:12px;overflow:hidden;position:relative}.sound-wave-container{display:flex;align-items:center;justify-content:center;height:150px}.wave-bar{width:8px;height:20px;margin:0 4px;background-color:#0af;border-radius:4px;animation:wave-dance 1.5s infinite ease-in-out}.wave-bar:nth-child(1){animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s;background-color:#00eaff}.wave-bar:nth-child(5){animation-delay:.4s}.wave-bar:nth-child(6){animation-delay:.5s}.wave-bar:nth-child(7){animation-delay:.6s}@keyframes wave-dance{0%,to{transform:scaleY(1)}50%{transform:scaleY(5)}}.loading-status-text{position:absolute;bottom:30px;color:var(--text-slate-400);font-size:.9rem;letter-spacing:1px}.pitch-coach-result-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;margin-top:1.5rem}.feedback-main-panel{display:flex;flex-direction:column;gap:1.5rem}.overall-score-card{width:220px;height:220px;border-radius:50%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000005e;color:#fff;text-align:center;padding:1rem}.overall-score-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;padding:10px;background:conic-gradient(var(--score-color) var(--score-angle),var(--bg-slate-700) 0deg);-webkit-mask:radial-gradient(farthest-side,transparent 98%,#000 99%);mask:radial-gradient(farthest-side,transparent 98%,#000 99%)}.overall-score-card h3{margin:0;font-size:1rem;font-weight:500;color:var(--text-slate-300)}.overall-score-card .score{font-size:3.5rem;font-weight:700;margin:.25rem 0;color:var(--text-slate-200)}.overall-score-card p{font-size:.8rem;color:var(--text-slate-400);max-width:120px;line-height:1.4;margin:0}.feedback-category{background-color:var(--bg-slate-800);padding:1.5rem;border-radius:8px;border:1px solid var(--border-slate-700)}.feedback-category-header{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:600;color:var(--text-slate-200);margin-bottom:1rem}.feedback-category-header .fas{color:#6e8efb}.feedback-point{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border-slate-700)}.feedback-point:last-child{border-bottom:none}.feedback-point .icon{margin-top:4px}.feedback-point .fa-check-circle{color:#28a745}.feedback-point .fa-exclamation-triangle{color:#ffc107}.feedback-point p{margin:0;color:var(--text-slate-300);line-height:1.6}.sidebar-panel{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background-color:var(--bg-slate-800);padding:1.5rem;border-radius:8px;border:1px solid var(--border-slate-700)}.sidebar-card h4{margin-top:0;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.2rem;color:var(--text-slate-200)}.sidebar-card ul{list-style-type:none;padding-left:0;margin:0}.sidebar-card li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:var(--text-slate-300)}.sidebar-card li .fas{margin-top:4px;color:#a777e3}.practice-room .action-button{width:100%;padding:12px;font-size:1rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.practice-room .start-practice{background-color:#28a745;color:#fff}.practice-room .start-practice:hover{background-color:#218838}.practice-room .stop-practice{background-color:#dc3545;color:#fff}.practice-room .stop-practice:hover{background-color:#c82333}.practice-transcript{margin-top:1rem;padding:1rem;background-color:var(--bg-slate-900);border-radius:6px;height:200px;overflow-y:auto;font-size:.9rem}.practice-transcript p{margin:0 0 .5rem}.disabled-reason-text{font-size:.9rem;color:var(--text-slate-400);margin-top:1rem}.venture-workspace-container{padding:2rem;max-width:1200px;margin:3rem auto 0;background-color:var(--background-color)!important}.workspace-header{text-align:center;margin-bottom:1.5rem;margin-top:3rem}.venture-title{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem;background:linear-gradient(45deg,#8b5cf6,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-shadow:0 0 15px rgba(139,92,246,.5),0 0 30px rgba(59,130,246,.3)}.venture-subtitle{font-size:1.1rem;color:#9ca3af;max-width:600px;margin:0 auto}.workspace-content{margin-top:2rem;background:#11182780;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2rem;min-height:500px}@media (max-width: 768px){.venture-workspace-container{padding:1.5rem;margin-top:2rem}.venture-title{font-size:2rem}.venture-subtitle{font-size:1rem}.workspace-header{margin-top:3rem}.workspace-content{padding:1.5rem}}@media (max-width: 480px){.venture-workspace-container{padding:1rem;margin-top:1rem}.venture-title{font-size:1.8rem}.venture-subtitle{font-size:.9rem}.workspace-header{margin-top:3rem}.workspace-content{padding:1rem;margin-top:1.5rem}}.typing-indicator{display:flex;align-items:center;padding:10px 15px;background-color:#f0f2f5;border-radius:20px;margin:5px 0;width:fit-content}.typing-dot{width:8px;height:8px;margin:0 2px;background-color:#8e8e93;border-radius:50%;animation:typing-animation 1.5s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-animation{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-5px);opacity:1}}.skeleton-item{background-color:var(--bg-slate-800);border-radius:.75rem;height:60px;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}[data-theme=light] .skeleton-item{background-color:var(--bg-slate-700)}.contact-methods{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.contact-methods{grid-template-columns:1fr 1fr}}.contact-method{background-color:var(--secondary-background-color);padding:1.5rem;border-radius:8px;border:1px solid var(--border-color)}.contact-method h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.contact-method p{font-size:1rem;line-height:1.6;color:var(--secondary-text-color);margin-bottom:1rem}.contact-method a{font-weight:600;color:var(--primary-accent-color);text-decoration:none;transition:color .3s ease}.contact-method a:hover{color:var(--primary-color)}.static-page-container{padding:6rem 2rem 4rem;background-color:var(--background-color);color:var(--text-color);min-height:100vh;display:flex;justify-content:center}.static-page-content{max-width:800px;width:100%}.static-page-title{font-size:3rem;font-weight:700;color:var(--primary-accent-color);margin-bottom:2rem;text-align:center}.static-page-subtitle{font-size:1.75rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-accent-color)}.static-page-section{margin-bottom:2.5rem}.static-page-section p{font-size:1.1rem;line-height:1.7;color:var(--secondary-text-color)}.text-sm{font-size:.875rem}.text-gray-500{color:#6b7280}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.font-bold{font-weight:700}:root{--background-color: rgb(12, 12, 13);--text-color: rgb(255, 255, 255);--primary-color: #888888;--secondary-color: #EC4899;--accent-color: #F9A8D4;--gradient-from: #444444;--gradient-to: #000000;--bg-slate-900: rgb(19, 19, 21);--bg-slate-800: rgb(28, 30, 32);--bg-slate-700: rgb(42, 45, 49);--text-slate-200: rgb(226, 227, 229);--text-slate-300: rgb(146, 150, 159);--text-slate-400: rgb(119, 125, 135);--border-slate-700: rgb(42, 45, 49);--bg-white-10: rgba(255, 255, 255, .1);--blend-mode: multiply;--app-container-background: var(--background-color);--listen-button-bg: #14532d;--listen-button-hover-bg: #166534;--qa-button-bg: #4c1d95;--qa-button-hover-bg: #5b21b6;--export-button-bg: #1e3a8a;--export-button-hover-bg: #1e40af;--stop-button-bg: #7f1d1d;--stop-button-hover-bg: #991b1b}[data-theme=light]{--background-color: #FFFFFF;--text-color: #1F2937;--primary-color: #6D28D9;--secondary-color: #BE185D;--accent-color: #DB2777;--gradient-from: #6D28D9;--gradient-to: #BE185D;--bg-slate-900: #F9FAFB;--bg-slate-800: #F3F4F6;--bg-slate-700: #E5E7EB;--text-slate-200: #4B5563;--text-slate-300: #6B7280;--text-slate-400: #9CA3AF;--border-slate-700: #D1D5DB;--radial-gradient-start: rgba(255, 255, 255, .6);--radial-gradient-end: rgba(255, 255, 255, 0);--bg-white-10: rgba(0, 0, 0, .05);--blend-mode: screen;--app-container-background: #FFFFFF;--listen-button-bg: #16a34a;--listen-button-hover-bg: #15803d;--qa-button-bg: #7c3aed;--qa-button-hover-bg: #6d28d9;--export-button-bg: #2563eb;--export-button-hover-bg: #1d4ed8;--stop-button-bg: #dc2626;--stop-button-hover-bg: #b91c1c}[data-theme=light] .header-content{background-color:#fffc;border-color:var(--border-slate-700);box-shadow:0 10px 30px #0000001a}[data-theme=light] .header-logo a,[data-theme=light] .header-nav a,[data-theme=light] .theme-toggle-button{color:var(--text-slate-400)}[data-theme=light] .header-nav a:hover,[data-theme=light] .theme-toggle-button:hover{color:var(--text-color);background-color:var(--bg-slate-800)}[data-theme=light] .header-nav a.active{color:var(--text-color);background-color:var(--bg-white-10)}[data-theme=light] .auth-button.signin{background-color:var(--bg-slate-800);color:var(--text-color)}[data-theme=light] .auth-button.signup{background-color:var(--text-color);color:var(--background-color)}[data-theme=light] .header-logo a{color:var(--text-color)}body{background-color:#0f0f0f;color:var(--text-color);background-attachment:fixed}.app-container{background:transparent;color:var(--text-color);min-height:100vh}.sonner-toast button[data-close-button]{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--text-slate-400);cursor:pointer;font-size:1rem;padding:4px;line-height:1}.sonner-toast button[data-close-button]:hover{color:var(--text-slate-200)}.highlight-input{box-shadow:0 0 0 4px var(--primary-color)!important;transition:box-shadow .3s ease-in-out}.animate-reveal{opacity:1;transform:translateY(0)}.header-container{position:fixed;top:20px;left:50%;transform:translate(-50%);width:95%;max-width:1020px;z-index:50}.header-content{background-color:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-slate-700);border-radius:16px;box-shadow:0 16px 30px #00000080,0 2px 2px #00000080;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.header-logo a{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:var(--text-color);text-decoration:none}.header-logo img{height:40px;width:40px}.header-nav{display:none}@media (min-width: 1024px){.header-nav{display:flex;align-items:center;gap:4px}}.header-nav a{color:var(--text-slate-300);padding:10px 16px;border-radius:12px;font-size:.95rem;font-weight:500;transition:all .2s ease-in-out;text-decoration:none}.header-nav a:hover{color:var(--text-color);background-color:var(--bg-slate-800)}.header-nav a.active{color:var(--text-color);background-color:var(--bg-slate-900);border:1px solid var(--border-slate-700)}.header-actions{display:none}@media (min-width: 1024px){.header-actions{display:flex;align-items:center;gap:8px}}.theme-toggle-button{background-color:transparent;border:none;color:var(--text-slate-400);cursor:pointer;padding:8px;border-radius:9999px;transition:color .2s,background-color .2s}.theme-toggle-button:hover{color:var(--text-color);background-color:var(--bg-slate-800)}.auth-button{padding:10px 20px;border-radius:9999px;font-size:.9rem;font-weight:600;transition:opacity .2s;text-decoration:none;border:none;background-image:none;box-shadow:none;white-space:nowrap}.auth-button.signin{background-color:var(--bg-slate-800);color:var(--text-slate-200)}.auth-button.signin:hover{background-color:var(--bg-slate-700)}.auth-button.signup{background-color:#fff;color:#000}.auth-button.signup:hover{opacity:.9}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background-color:var(--bg-slate-800);border:1px solid var(--border-slate-700);border-radius:12px;padding:10px;cursor:pointer;transition:background-color .2s,border-color .2s}.mobile-menu-button:hover{background-color:var(--bg-slate-700);border-color:var(--text-slate-400)}.mobile-menu-button svg{color:var(--text-color)}@media (min-width: 1024px){.mobile-menu-button{display:none}}.cta-button{background-color:#fff;color:#000;font-size:1rem;font-weight:600;padding:1rem 2.5rem;border-radius:9999px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap;text-decoration:none;display:inline-block}.cta-button:hover{transform:scale(1.05);box-shadow:0 0 20px #ffffff4d}[data-theme=light] .cta-button{background-color:var(--text-color);color:var(--background-color)}[data-theme=light] .cta-button:hover{box-shadow:0 0 20px #0003}.main-content-padding{padding-top:120px}.development-warning{background-color:#fcd34d1a;border:1px solid rgba(252,211,77,.4);color:#fde047;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.9rem;text-align:center}
