*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background:#f8fafc;color:#1e293b;-webkit-text-size-adjust:100%}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990}.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.7);pointer-events:none}.tour-spotlight{position:fixed;border-radius:14px;box-shadow:0 0 0 9999px #0f172ab8;transition:left .3s ease,top .3s ease,width .3s ease,height .3s ease;pointer-events:none;outline:2px solid rgba(255,255,255,.25)}.tour-tooltip{position:fixed;width:300px;background:#fff;border-radius:16px;padding:1.25rem 1.375rem;box-shadow:0 8px 40px #0000004d;z-index:9991;transition:top .3s ease,bottom .3s ease,left .3s ease}.tour-counter{font-size:.7rem;font-weight:700;letter-spacing:1px;color:#94a3b8;text-transform:uppercase;margin-bottom:.5rem}.tour-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.tour-text{font-size:.85rem;color:#475569;line-height:1.6;margin:0 0 1rem}.tour-footer{display:flex;gap:.5rem;justify-content:flex-end}.tour-btn-skip{background:none;border:none;font-size:.82rem;color:#94a3b8;cursor:pointer;padding:.4rem .6rem;border-radius:8px;transition:color .15s,background .15s}.tour-btn-skip:hover{color:#64748b;background:#f1f5f9}.tour-btn-next{background:#4f46e5;color:#fff;border:none;font-size:.85rem;font-weight:600;padding:.45rem 1rem;border-radius:8px;cursor:pointer;transition:filter .15s}.tour-btn-next:hover{filter:brightness(.9)}.cta-banner{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;background:#eef2ff;border-bottom:1px solid #c7d2fe;padding:.75rem 1rem;text-align:center}.cta-text{font-size:.9rem;color:#3730a3;margin-bottom:.5rem}.cta-form{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.cta-input{padding:.45rem .75rem;border:1px solid #a5b4fc;border-radius:8px;font-size:.9rem;outline:none;width:220px}.cta-input:focus{border-color:#4f46e5}.cta-btn{padding:.45rem 1rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.cta-btn:hover{background:#4338ca}.cta-thanks{font-size:.9rem;color:#166534}.cta-hint{font-size:.8rem;color:#64748b;margin-top:.35rem}.cta-hint--error{color:#dc2626}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:5rem 1rem 2rem;background:#f8fafc}.home-header{text-align:center;margin-bottom:2.5rem}.home-title{font-size:2rem;font-weight:800;color:#4f46e5;letter-spacing:-.5px;margin:0 0 .4rem}.home-subtitle{font-size:1rem;color:#64748b;margin:0}.home-cards{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:580px}.home-card{flex:1;min-width:220px;max-width:260px;display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:2rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .12s;text-align:center;text-decoration:none;color:inherit}.home-card:hover{border-color:#4f46e5;box-shadow:0 6px 24px #4f46e51f;transform:translateY(-3px)}.home-card:active{transform:translateY(0) scale(.97)}.home-card-icon{font-size:2.8rem;line-height:1}.home-card-icon--img{width:64px;height:64px;border-radius:16px;object-fit:cover}.home-card-icon--audio{position:relative;display:inline-block}.home-card-note{position:absolute;line-height:1;color:#4f46e5}.home-card-note--1{top:-6px;right:-8px;font-size:1rem}.home-card-note--2{top:-14px;right:-18px;font-size:.85rem}.home-card-note--3{bottom:-4px;right:-14px;font-size:.8rem}.home-card-label{font-size:1.05rem;font-weight:700;color:#1e293b}.home-card-desc{font-size:.82rem;color:#64748b;line-height:1.5}.home-card-wip{font-size:.75rem;font-weight:600;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:.2rem .55rem;margin-top:.25rem}.home-card--wip:hover{border-color:#f59e0b;box-shadow:0 6px 24px #f59e0b26}button.home-card{border:2px solid #e2e8f0;background:#fff;font-family:inherit;font-size:inherit}.yt-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.yt-modal{background:#fff;border-radius:20px;padding:2rem 2rem 1.75rem;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.yt-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.1rem;color:#94a3b8;cursor:pointer;line-height:1;padding:.25rem}.yt-modal-close:hover{color:#1e293b}.yt-modal-icon{font-size:2.8rem;line-height:1}.yt-modal-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin:0}.yt-modal-desc{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.yt-modal-download{display:inline-block;background:#4f46e5;color:#fff;font-weight:700;font-size:1rem;padding:.75rem 1.75rem;border-radius:12px;text-decoration:none;margin:.5rem 0;transition:background .15s}.yt-modal-download:hover{background:#4338ca}.yt-modal-steps{text-align:left;font-size:.88rem;color:#334155;line-height:1.7;margin:0;padding-left:1.25rem;align-self:stretch}.yt-modal-steps li{margin-bottom:.15rem}.yt-modal-note{font-size:.78rem;color:#94a3b8;margin:0;line-height:1.5}.yt-modal-no-windows{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;color:#475569;font-size:.9rem;line-height:1.6}.yt-modal-no-windows-icon{font-size:2rem}.yt-modal-no-windows p{margin:0}
