:root{--screencloud-headline:#19191b;--screencloud-body:#474749;--screencloud-description:#d1d1d1;--screencloud-background:#fff;--screencloud-primary:#fed933;--screencloud-secondary:#7b61ff;--screencloud-tertiary:#ffa165;--screencloud-muted-primary:#fecf00;--screencloud-black:#19191b;--screencloud-muted-black:#000;--screencloud-grey:#f8f8f9;--screencloud-muted-grey:#e8e8e8;--screencloud-white:#fff;--screencloud-yellow:var(--screencloud-primary);--screencloud-yellow-dark:var(--screencloud-muted-primary);--screencloud-yellow-light:#ffecb3;--screencloud-yellow-lighter:#fff9e6;--screencloud-dark:var(--screencloud-headline);--screencloud-dark-light:var(--screencloud-body);--screencloud-gray:var(--screencloud-body);--screencloud-gray-light:var(--screencloud-muted-grey);--screencloud-gray-lighter:var(--screencloud-grey);--screencloud-success:#4caf50;--screencloud-error:#f44336;--screencloud-warning:var(--screencloud-tertiary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--screencloud-dark);background-color:var(--screencloud-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}#root,body{min-height:100vh}button,input,textarea{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--screencloud-gray-lighter)}.app-header{background:linear-gradient(135deg,var(--screencloud-yellow) 0,var(--screencloud-yellow-dark) 100%);color:var(--screencloud-dark);padding:0;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;overflow:hidden}.app-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0,transparent 50%);pointer-events:none}.header-logo-wrapper{width:100%;margin:0;display:flex;align-items:center;justify-content:flex-start;padding:.75rem 2rem;background:var(--screencloud-white);box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative;z-index:1}.header-logo-link{display:inline-flex;align-items:center;text-decoration:none}.header-text{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;position:relative;z-index:1}.app-header h1{margin:0 0 .5rem;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.5px}.app-header p{margin:0;font-size:1.1rem;opacity:.9;font-weight:500}.app-main{flex:1 1;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start}.app-container{width:100%;max-width:800px;background:var(--screencloud-white);border-radius:16px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid var(--screencloud-gray-light)}.app-footer{background:var(--screencloud-dark);color:var(--screencloud-white);text-align:center;padding:1.5rem;margin-top:auto;gap:1rem}.app-footer,.footer-logo{display:flex;justify-content:center;align-items:center}.app-footer p{margin:0;opacity:.8}@media (max-width:768px){.app-header{padding:0}.header-logo-wrapper{justify-content:center;padding:1.5rem}.header-text{text-align:center}.app-header h1{font-size:1.75rem}.app-header p{font-size:.95rem}.app-main{padding:1rem .5rem}.app-container{padding:1.5rem;border-radius:12px}}.thank-you-container{text-align:center}.thank-you-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--screencloud-success);color:var(--screencloud-white);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.thank-you-message{margin:0;color:var(--screencloud-gray)}.submission-summary{width:100%;text-align:left;background:var(--screencloud-gray-lighter);border:1px solid var(--screencloud-gray-light);border-radius:12px;padding:1rem}.summary-item{margin:.5rem 0}.legal-page-container{max-width:900px}.legal-content h2{margin-top:1.5rem;font-size:1.25rem}.legal-content p,.legal-content ul{margin:.75rem 0;color:var(--screencloud-gray)}.legal-content ul{padding-left:1.25rem}