*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;display:flex;align-items:center;justify-content:center}.landing-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff}.landing-page__content{width:100%;max-width:500px;background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page__title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;text-align:center;line-height:1.3;letter-spacing:-.02em}.landing-page__description{font-size:.9375rem;color:#666;margin-bottom:2rem;text-align:center;line-height:1.6}.email-form{display:flex;flex-direction:column;gap:1rem}.email-label{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.email-input{width:100%;min-height:44px;padding:.75rem 1rem;font-size:1rem;border:1px solid #e0e0e0;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;background-color:#fafafa}.email-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a1a;background-color:#fff}.email-input:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.email-input[aria-invalid=true]{border-color:#c53030}.email-input[aria-invalid=true]:focus{border-color:#c53030;box-shadow:0 0 0 3px #c5303033}.error-message{color:#c53030;font-size:.875rem;font-weight:500;padding:.75rem 1rem;background-color:#fff5f5;border-radius:6px;border-left:4px solid #c53030;display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.error-message:before{content:"⚠";font-size:1.125rem;flex-shrink:0;line-height:1}.submit-button{width:100%;min-height:50px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:25px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease;font-family:inherit;position:relative;letter-spacing:.01em}.submit-button:hover:not(:disabled){background:#2d2d2d;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.submit-button:active:not(:disabled){transform:translateY(0);background:#0a0a0a}.submit-button:focus{outline:none;box-shadow:0 0 0 3px #1a1a1a33}.submit-button:focus-visible{outline:3px solid #1a1a1a;outline-offset:2px}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button.submitting{background:#4a4a4a;cursor:wait;pointer-events:none}.submit-button.submitting:after{content:"";position:absolute;width:16px;height:16px;top:50%;right:1rem;margin-top:-8px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.landing-page__content{padding:3rem 2.5rem}.landing-page__title{font-size:2rem}.landing-page__description{font-size:1.125rem}.email-input,.submit-button{font-size:1.0625rem}}@media (min-width: 1024px){.landing-page__content{max-width:600px;padding:3.5rem 3rem}.landing-page__title{font-size:2.25rem}.landing-page__description{font-size:1.125rem;margin-bottom:2.5rem}.email-form{gap:1.25rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.email-input{border-width:3px}.submit-button{border:2px solid transparent}.submit-button:focus{border-color:currentColor}}.protected-content{width:100%;height:100vh;margin:0;padding:0;overflow:hidden}.protected-content__iframe{width:100%;height:100vh;border:none;display:block;margin:0;padding:0}.protected-content__body h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2}.protected-content__body h2{font-size:2rem;font-weight:600;color:#2d3748;margin-top:2rem;margin-bottom:1rem}.protected-content__body h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-top:1.5rem;margin-bottom:.75rem}.protected-content__body p{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:1rem}.protected-content__body ul,.protected-content__body ol{margin-left:1.5rem;margin-bottom:1rem}.protected-content__body li{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:.5rem}.protected-content__body a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.protected-content__body a:hover{border-bottom-color:#667eea}.protected-content__body code{background:#f7fafc;padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#e53e3e}.protected-content__body pre{background:#2d3748;color:#f7fafc;padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1rem}.protected-content__body pre code{background:transparent;color:inherit;padding:0}.protected-content__body blockquote{border-left:4px solid #667eea;padding-left:1rem;margin-left:0;margin-bottom:1rem;color:#4a5568;font-style:italic}.protected-content__body img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.protected-content__body table{width:100%;border-collapse:collapse;margin-bottom:1rem}.protected-content__body th,.protected-content__body td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.protected-content__body th{background:#f7fafc;font-weight:600;color:#2d3748}@media (max-width: 768px){.protected-content__header{padding:1rem}.protected-content__header-content{flex-direction:column;gap:1rem;align-items:flex-start}.protected-content__title{font-size:1.25rem}.protected-content__body{padding:1rem}.protected-content__body h1{font-size:2rem}.protected-content__body h2{font-size:1.5rem}}
