:root{--bg-deep:#0b0e1a;--bg-surface:#141832;--bg-elevated:#1a2040;--primary:#00e5ff;--secondary:#e040fb;--tertiary:#7c4dff;--highlight:#40c4ff;--text-primary:#e8eaed;--text-muted:#8892a4;--text-dim:#5a6478;--border:#ffffff14;--border-hover:#00e5ff4d;--glow-primary:0 0 20px #00e5ff4d;--glow-secondary:0 0 20px #e040fb4d;--radius:12px;--radius-lg:16px;--transition:.2s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--highlight)}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}::selection{color:#fff;background:#00e5ff4d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0b0e1ad9;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.navbar-brand{color:var(--text-primary);align-items:center;gap:12px;text-decoration:none;display:flex}.navbar-logo{object-fit:contain;width:36px;height:36px}.navbar-title{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-link{color:var(--text-muted);transition:all var(--transition);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none}.navbar-link:hover{color:var(--text-primary);background:#ffffff0d}.navbar-link.active{color:var(--primary)}.navbar-link-cta{background:linear-gradient(135deg, var(--primary), var(--tertiary));-webkit-text-fill-color:initial;font-weight:600;color:#0b0e1a!important}.navbar-link-cta:hover{opacity:.9;box-shadow:var(--glow-primary);color:#0b0e1a!important}@media (width<=600px){.navbar-inner{padding:0 16px}.navbar-title{font-size:16px}.navbar-link{padding:6px 12px;font-size:13px}}.footer{border-top:1px solid var(--border);background:var(--bg-surface);margin-top:auto}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:40px 24px;display:flex}.footer-brand{align-items:center;gap:10px;display:flex}.footer-logo{width:28px;height:28px}.footer-title{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:600}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--text-muted);font-size:14px}.footer-links a:hover{color:var(--primary)}.footer-copy{color:var(--text-dim);font-size:13px}.home-section{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.home-section--surface,.home-section-wrapper--surface{background:var(--bg-surface)}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-heading{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.section-heading--gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subheading{color:var(--text-muted);max-width:600px;font-size:1.05rem;line-height:1.6}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:4rem 1.5rem 6rem;display:flex;position:relative;overflow:hidden}.hero__canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__content{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex;position:relative}.hero__title{letter-spacing:-.02em;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.08}.hero__subtitle{color:var(--text-muted);max-width:620px;font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.hero__stat{flex-direction:column;align-items:center;gap:.25rem;margin-top:2.5rem;display:flex}.hero__stat-number{color:var(--primary);font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.hero__stat-label{color:var(--text-muted);letter-spacing:.04em;font-size:.85rem}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.btn{border-radius:var(--radius);min-width:160px;min-height:48px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn--primary{background:linear-gradient(135deg, var(--primary), var(--tertiary));color:#0b0e1a;border:none}.btn--primary:hover{box-shadow:var(--glow-primary);color:#0b0e1a;transform:translateY(-2px)}.btn--outline{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn--outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.features__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.feature-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:border-color .3s,box-shadow .3s,transform .3s}.feature-card:hover{border-color:var(--border-hover);box-shadow:var(--glow-primary);transform:translateY(-4px)}.feature-card__icon{border-radius:var(--radius);width:48px;height:48px;color:var(--primary);background:#00e5ff14;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card__icon svg{width:24px;height:24px}.feature-card__title{margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.feature-card__desc{color:var(--text-muted);font-size:.95rem;line-height:1.65}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.step{text-align:center;padding:2rem 1.5rem;position:relative}.step__number{border:2px solid var(--primary);width:56px;height:56px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:inline-flex;position:relative}.step__title{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step__desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (width>=768px){.step:not(:last-child):after{content:"";background:linear-gradient(90deg, var(--primary), transparent);width:2rem;height:2px;position:absolute;top:2rem;right:-1rem;transform:translateY(27px)}}.info-list{gap:1rem;max-width:720px;margin-top:2.5rem;list-style:none;display:grid}.info-list__item{color:var(--text-primary);background:var(--bg-elevated);border-radius:var(--radius);border:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;font-size:1rem;line-height:1.6;transition:border-color .3s;display:flex}.info-list__item:hover{border-color:var(--border-hover)}.info-list__icon{width:24px;height:24px;color:var(--primary);flex-shrink:0;margin-top:1px}.bottom-cta{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.bottom-cta__heading{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}@media (width<=640px){.home-section{padding:4rem 1.25rem}.hero{min-height:auto;padding:3rem 1.25rem 4rem}.features__grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:1rem}.hero__actions{flex-direction:column;width:100%}.btn{width:100%}}.google-signin{justify-content:center;margin-top:1rem;display:flex}.google-signin__button{min-height:44px}.master-studio{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 4rem}.master-studio__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.ms-header-signin{color:var(--bg-surface);cursor:pointer;white-space:nowrap;transition:opacity var(--transition);background:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600}.ms-header-signin:hover{opacity:.85}.master-studio__title{letter-spacing:-.02em;color:var(--text-primary);font-size:1.75rem;font-weight:700}.master-studio__title span{background:linear-gradient(135deg, var(--primary), var(--tertiary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.master-studio__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.ms-panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.ms-panel__title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.ms-panel__title:before{content:"";background:var(--primary);border-radius:2px;width:3px;height:1.1em;display:inline-block}.ms-input-tabs{background:var(--bg-deep);border-radius:var(--radius);gap:0;margin-bottom:1.25rem;padding:4px;display:flex}.ms-input-tab{color:var(--text-muted);border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all var(--transition);background:0 0;border:none;flex:1;min-height:44px;padding:.625rem 1rem;font-size:.875rem;font-weight:500}.ms-input-tab:hover{color:var(--text-primary)}.ms-input-tab:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.ms-input-tab--active{background:var(--bg-elevated);color:var(--primary);box-shadow:0 1px 4px #0000004d}.ms-input-header{color:#fff;text-align:center;letter-spacing:.5px;text-transform:uppercase;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.ms-panel--full{grid-column:1/-1}.ms-dropzone{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;transition:all var(--transition);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:120px;padding:2.5rem 1.5rem;display:flex;position:relative}.ms-dropzone:hover,.ms-dropzone:focus-within{border-color:var(--primary);background:#00e5ff08}.ms-dropzone--active{border-color:var(--primary);box-shadow:var(--glow-primary);background:#00e5ff0f}.ms-dropzone--has-file{border-style:solid;border-color:var(--primary);background:#00e5ff0a}.ms-dropzone__icon{color:var(--text-muted);margin-bottom:.25rem;font-size:2rem;line-height:1}.ms-dropzone__text{color:var(--text-muted);font-size:.875rem}.ms-dropzone__text strong{color:var(--primary)}.ms-dropzone__formats{color:var(--text-dim);margin-top:.25rem;font-size:.75rem}.ms-dropzone__file-info{align-items:center;gap:.75rem;display:flex}.ms-dropzone__filename{color:var(--text-primary);word-break:break-all;font-size:.9rem;font-weight:500}.ms-dropzone__filesize{color:var(--text-muted);font-size:.8rem}.ms-dropzone__remove{background:var(--bg-deep);border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1rem;display:flex;position:absolute;top:-4px;right:-4px}.ms-dropzone__remove:hover{color:var(--secondary);border-color:var(--secondary)}.ms-dropzone__remove:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ms-dropzone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.ms-url-input{flex-direction:column;gap:.5rem;display:flex}.ms-url-input label{color:var(--text-muted);font-size:.8rem;font-weight:500}.ms-url-input input{background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);transition:border-color var(--transition);min-height:44px;padding:.75rem 1rem;font-size:.9rem}.ms-url-input input::placeholder{color:var(--text-dim)}.ms-url-input input:hover{border-color:var(--border-hover)}.ms-url-input input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #00e5ff26}.ms-divider{background:var(--border);height:1px;margin:1.5rem 0}.ms-control{margin-bottom:1.25rem}.ms-control__label{color:var(--text-muted);justify-content:space-between;align-items:baseline;margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:flex}.ms-control__value{color:var(--primary);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:600}.ms-select{background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);appearance:none;cursor:pointer;min-height:44px;transition:border-color var(--transition);background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238892A4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding:.625rem 2.5rem .625rem 1rem;font-size:.9rem}.ms-select:hover{border-color:var(--border-hover)}.ms-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #00e5ff26}.ms-select option{background:var(--bg-surface);color:var(--text-primary)}.ms-range{appearance:none;background:var(--bg-deep);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px;margin:.25rem 0}.ms-range:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:3px}.ms-range::-webkit-slider-thumb{appearance:none;background:var(--primary);border:2px solid var(--bg-surface);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 8px #00e5ff66}.ms-range::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 14px #00e5ff99}.ms-range::-moz-range-thumb{background:var(--primary);border:2px solid var(--bg-surface);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 0 8px #00e5ff66}.ms-range::-moz-range-track{background:var(--bg-deep);border-radius:3px;height:6px}.ms-checkboxes{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.ms-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-muted);min-height:44px;transition:color var(--transition);align-items:center;gap:.625rem;padding:.25rem 0;font-size:.85rem;display:flex}.ms-checkbox:hover{color:var(--text-primary)}.ms-checkbox input[type=checkbox]{appearance:none;border:2px solid var(--border);background:var(--bg-deep);cursor:pointer;width:20px;min-width:20px;height:20px;transition:all var(--transition);border-radius:5px;position:relative}.ms-checkbox input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}.ms-checkbox input[type=checkbox]:checked:after{content:"";border:solid var(--bg-deep);border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.ms-checkbox input[type=checkbox]:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ms-stems{margin-bottom:1.25rem}.ms-stems__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:500}.ms-stems__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ms-stem{background:var(--bg-deep);border-radius:var(--radius);transition:border-color var(--transition);border:1px solid #0000;padding:.875rem 1rem}.ms-stem:hover{border-color:var(--border)}.ms-stem__header{justify-content:space-between;align-items:baseline;margin-bottom:.375rem;display:flex}.ms-stem__name{color:var(--text-primary);font-size:.8rem;font-weight:500}.ms-stem__value{color:var(--primary);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600}.ms-render-btn{letter-spacing:.02em;width:100%;min-height:56px;color:var(--bg-deep);background:linear-gradient(135deg, var(--primary), var(--tertiary));border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none;padding:1rem;font-size:1rem;font-weight:700;position:relative;overflow:hidden}.ms-render-btn:hover:not(:disabled){box-shadow:var(--glow-primary);transform:translateY(-1px)}.ms-render-btn:active:not(:disabled){transform:translateY(0)}.ms-render-btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.ms-render-btn:disabled{opacity:.5;cursor:not-allowed}.ms-render-btn--ready{animation:2.5s ease-in-out infinite renderPulse}@keyframes renderPulse{0%,to{box-shadow:0 0 #00e5ff00}50%{box-shadow:0 0 24px 4px #00e5ff33}}.ms-render-btn--rendering{background:linear-gradient(135deg, var(--text-dim), var(--bg-elevated));color:var(--text-muted);animation:none}.ms-privacy{color:var(--text-dim);text-align:center;margin-top:1.25rem;font-size:.75rem}.ms-privacy a{color:var(--text-muted);text-underline-offset:2px;text-decoration:underline}.ms-privacy a:hover{color:var(--primary)}.ms-privacy a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}.ms-output-status{background:var(--bg-deep);border-radius:var(--radius);align-items:center;min-height:48px;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.ms-output-status__text{color:var(--text-muted);font-size:.875rem;line-height:1.5}.ms-output-status__text--preview{color:var(--secondary)}.ms-output-status__text--error{color:#ff5252}.ms-output-status__text--success{color:var(--primary)}.ms-output-status__renders{color:var(--text-dim);margin-top:.5rem;font-size:.8rem}.ms-player{margin-bottom:1.25rem}.ms-player audio{border-radius:var(--radius);width:100%;min-height:44px}.ms-download-btn{min-height:44px;color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:0 0;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.ms-download-btn:hover{box-shadow:var(--glow-primary);background:#00e5ff14}.ms-download-btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.ms-signin{background:var(--bg-deep);border-radius:var(--radius);text-align:center;border:1px solid var(--border);padding:1.5rem}.ms-signin__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.ms-signin__text{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.5}.ms-signin__btn{min-height:48px;color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.ms-signin__btn:hover{border-color:var(--border-hover);background:var(--bg-elevated)}.ms-signin__btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.ms-signin__btn svg{width:20px;height:20px}.ms-empty{text-align:center;color:var(--text-dim);padding:3rem 1.5rem}.ms-empty__icon{opacity:.4;margin-bottom:.75rem;font-size:3rem}.ms-empty__text{font-size:.9rem}.ms-spinner{flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.ms-spinner__ring{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite msSpinnerRotate}@keyframes msSpinnerRotate{to{transform:rotate(360deg)}}.ms-spinner__text{color:var(--text-muted);font-size:.9rem}@media (prefers-reduced-motion:reduce){.ms-render-btn--ready{animation:none}.ms-spinner__ring{animation-duration:2s}.ms-range::-webkit-slider-thumb{transition:none}}@media (width<=900px){.master-studio__grid{grid-template-columns:1fr}.ms-stems__grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.master-studio{padding:1.25rem 1rem 3rem}.ms-panel{padding:1.25rem}.ms-checkboxes{flex-direction:column;gap:0}.ms-stems__grid{grid-template-columns:1fr}.master-studio__title{font-size:1.4rem}}.ms-upload-progress{background:var(--bg-deep);border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.ms-upload-progress__bar{background:linear-gradient(90deg, var(--primary), var(--highlight));border-radius:2px;height:100%;transition:width .2s}.about-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}.about-page__inner{flex-direction:column;gap:0;display:flex}.about-page__back{color:var(--text-muted);transition:color var(--transition);align-items:center;gap:6px;margin-bottom:2rem;font-size:14px;text-decoration:none;display:inline-flex}.about-page__back:hover{color:var(--primary)}.about-page__title{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;line-height:1.2}.about-page__subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.about-section{margin-bottom:2.5rem}.about-section h2{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700}.about-section h3{color:var(--primary);margin:1.25rem 0 .5rem;font-size:1.05rem;font-weight:600}.about-section p{color:var(--text-muted);margin-bottom:.75rem;line-height:1.7}.about-section ul{margin:.75rem 0;padding:0;list-style:none}.about-section ul li{color:var(--text-muted);margin-bottom:.4rem;padding-left:1.25rem;line-height:1.7;position:relative}.about-section ul li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.about-section a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.about-section a:hover{color:var(--highlight)}.about-section--highlight{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.about-callout{border-left:3px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;background:#00e5ff0d;padding:1rem 1.25rem}.about-callout p{margin-bottom:.4rem}.about-callout p:last-child{margin-bottom:0}.about-comparison{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.about-comparison__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);padding:1.25rem}.about-comparison__card:hover{border-color:var(--border-hover)}.about-comparison__card h3{color:var(--text-primary);margin-top:0}.about-comparison__card ul li:before{background:var(--secondary)}.about-comparison__card:first-child ul li:before{background:var(--primary)}.about-steps{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.about-step{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.about-step__num{border:2px solid var(--primary);width:36px;height:36px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.about-step h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem}.about-step p{margin:0;font-size:.9rem}.about-cta{text-align:center;border-top:1px solid var(--border);margin-top:1rem;padding-top:2rem}@media (width<=640px){.about-comparison{grid-template-columns:1fr}.about-page{padding:1.5rem 1rem 3rem}}
