:root{--owntrack-purple: #8C52FF;--owntrack-blue: #5271FF;--owntrack-cyan: #01E4E7;--owntrack-yellow: #FFCD00;--owntrack-black: #080404;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--white);background-color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background-color:var(--gray-900);display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background-color:var(--gray-900);border-bottom:1px solid var(--gray-700);padding:1rem 0;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:.75rem}.logo{height:2rem;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--white)}.hero-section{padding:2rem 0 1rem;background-color:var(--gray-900);flex-shrink:0}.hero-content{max-width:100%;margin:0 auto;text-align:center}.hero-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--white);line-height:1.2}.hero-description{font-size:1rem;color:var(--gray-300);margin-bottom:1rem;max-width:100%;margin-left:auto;margin-right:auto;line-height:1.6}.video-section{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;min-height:0;width:100%}.video-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-header{text-center;margin-bottom:1rem;flex-shrink:0}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--white)}.section-description{font-size:1rem;color:var(--gray-300);max-width:100%;margin:0 auto}.video-container{position:relative;flex:1;min-height:0;margin:0 auto;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;display:flex;align-items:center;justify-content:center;background-color:var(--gray-900);aspect-ratio:16 / 9;width:100%;max-width:1200px}@media (min-width: 768px) and (max-width: 1023px){.app{height:100vh;display:flex;flex-direction:column}.video-section{flex:1;padding:.5rem;min-height:0}.video-content{width:100%;height:100%}.video-container{max-width:95vw;height:100%;max-height:calc(100vh - 180px);aspect-ratio:unset}.header,.cta-section,.footer{flex-shrink:0;padding:.75rem 0}}@media (min-width: 1024px){.app{height:100vh;display:flex;flex-direction:column}.video-section{flex:1;padding:.5rem;min-height:0}.video-content{width:100%;height:100%}.video-container{max-width:98vw;height:100%;max-height:calc(100vh - 200px);aspect-ratio:unset}.header,.cta-section,.footer{flex-shrink:0;padding:.75rem 0}}.video-player{width:100%;height:100%;border:0;display:block;border-radius:.5rem}.available-videos-section{padding:2rem 0;background-color:var(--gray-800);border-top:2px solid var(--owntrack-purple);border-bottom:2px solid var(--owntrack-purple)}.section-header{text-align:center;margin-bottom:2rem}.loading-container{display:flex;justify-content:center;align-items:center;padding:2rem}.error-container{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--gray-300)}.error-text{color:#ef4444}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.video-card{background-color:var(--gray-700);border-radius:.75rem;padding:1.5rem;border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative}.video-card:hover{border-color:var(--owntrack-purple);transform:translateY(-2px);box-shadow:0 10px 25px #8c52ff1a}.video-card--selected{border-color:var(--owntrack-cyan);background-color:#01e4e70d}.video-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.video-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:var(--owntrack-purple);border-radius:50%;color:var(--white)}.selected-badge{background-color:var(--owntrack-cyan);color:var(--owntrack-black);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.video-card-content{flex:1}.video-title{font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:.5rem;line-height:1.3}.video-description{color:var(--gray-300);font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.25rem;color:var(--gray-400);font-size:.75rem}.video-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:var(--gray-500);background-color:var(--gray-800);padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-400)}.cta-section{padding:1rem 0;background-color:var(--gray-900);flex-shrink:0}.cta-content{max-width:100%;margin:0 auto;text-align:center}.cta-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:1rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:inherit}.cta-button--primary{background-color:var(--owntrack-purple);color:var(--white)}.cta-button--primary:hover{background-color:#7c47e6}.cta-button--secondary{background-color:var(--owntrack-yellow);color:var(--owntrack-black)}.cta-button--secondary:hover{background-color:#e6b800}.button-icon{margin-left:.5rem}.footer{background-color:var(--gray-900);color:var(--white);padding:1rem 0;flex-shrink:0}.footer-content{max-width:100%;margin:0 auto;text-align:center}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--white)}.footer-description{color:var(--gray-300);margin-bottom:1rem;max-width:100%;font-size:.875rem;margin-left:auto;margin-right:auto}.footer-links{display:flex;justify-content:center;gap:2rem;font-size:.875rem;color:var(--gray-300);margin-bottom:1rem}.footer-link{color:var(--gray-300);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--white)}.footer-bottom{padding-top:1rem;border-top:1px solid var(--gray-700)}.footer-copyright{color:var(--gray-300);font-size:.875rem}@media (min-width: 640px){.cta-buttons{flex-direction:row}.hero-title{font-size:2.5rem}.section-title{font-size:1.75rem}.container{padding:0 1.5rem}}@media (min-width: 768px){.hero-title{font-size:3rem}.section-title{font-size:2rem}.hero-section{padding:3rem 0 1.5rem}.video-section{padding:1.5rem 0}.cta-section{padding:2rem 0}.container{padding:0 2rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}.hero-section{padding:4rem 0 2rem}.video-section{padding:2rem 0}}@media (max-width: 768px){.container{padding:0 1rem}.hero-section{padding:1.5rem 0 1rem}.hero-title{font-size:1.75rem;line-height:1.3}.hero-description{font-size:.9rem;padding:0 .5rem}.section-title{font-size:1.3rem}.section-description{font-size:.9rem;padding:0 .5rem}.video-container{max-width:100%;margin:0;border-radius:.25rem}.video-section{padding:.75rem 0}.video-header{margin-bottom:.75rem}.cta-section{padding:1.5rem 0}.cta-buttons{flex-direction:column;gap:.75rem}.cta-button{padding:.875rem 1.25rem;font-size:.9rem}.footer-links{flex-direction:column;gap:1rem}.footer{padding:1.5rem 0}.footer-description{font-size:.8rem;padding:0 .5rem}.footer-copyright{font-size:.8rem}}@media (max-width: 480px){.container{padding:0 .75rem}.hero-title{font-size:1.5rem}.hero-description{font-size:.85rem}.section-title{font-size:1.2rem}.section-description{font-size:.85rem}.cta-button{padding:.75rem 1rem;font-size:.85rem}.demo-form-container{margin:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.demo-form-row{flex-direction:column}}.demo-form-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.demo-form-container{background:var(--gray-800);border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;border:1px solid var(--gray-700)}.demo-form-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;margin-bottom:1rem}.demo-form-title{font-size:1.5rem;font-weight:700;color:var(--white);margin:0}.demo-form-close{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.demo-form-close:hover:not(:disabled){color:var(--white);background:var(--gray-700)}.demo-form-close:disabled{opacity:.5;cursor:not-allowed}.demo-form{padding:0 1.5rem 1.5rem}.demo-form-description{color:var(--gray-300);margin-bottom:1.5rem;line-height:1.6}.demo-form-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.demo-form-row{display:flex;gap:1rem}.demo-form-field{flex:1;display:flex;flex-direction:column}.demo-form-field label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--white);margin-bottom:.5rem;font-size:.9rem}.demo-form-field input{background:var(--gray-700);border:1px solid var(--gray-600);border-radius:.5rem;padding:.75rem 1rem;color:var(--white);font-size:1rem;transition:all .2s ease}.demo-form-field input:focus{outline:none;border-color:var(--owntrack-purple);box-shadow:0 0 0 3px #8c52ff1a}.demo-form-field input:disabled{opacity:.6;cursor:not-allowed}.demo-form-field input.error{border-color:#dc2626;background-color:#ef44441a}.demo-form-field input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}.field-error{color:#fca5a5;font-size:.875rem;margin-top:.25rem;display:block}.demo-form-submit{width:100%;background:var(--owntrack-purple);color:var(--white);border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.demo-form-submit:hover:not(:disabled){background:#7c47e6;transform:translateY(-1px)}.demo-form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.demo-form-success{padding:2rem 1.5rem;text-align:center}.demo-form-success .success-icon{color:#10b981;margin:0 auto 1rem}.demo-form-success h3{color:var(--white);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.demo-form-success p{color:var(--gray-300);line-height:1.6}.demo-form-error{background:#ef44441a;border:1px solid #dc2626;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#fca5a5;font-size:.9rem}.demo-form-error svg{flex-shrink:0}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
