:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;padding:0;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.app-container{min-height:100vh;display:flex;flex-direction:column;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#000;overflow-x:hidden}.gradient-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1;overflow:hidden}.gradient-background:before{content:"";position:absolute;top:-20%;left:-10%;width:60%;height:60%;border-radius:50%;background:radial-gradient(circle at center,#2ecc714d,#3498db4d 80%);filter:blur(140px);z-index:-2;opacity:.7}.gradient-background:after{content:"";position:absolute;bottom:-20%;right:-10%;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle at center,#f39c124d,#8e44ad4d 80%);filter:blur(140px);z-index:-2;opacity:.7}.top-bar{position:fixed;top:0;left:0;right:0;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 6rem;background:#ffffff03;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000}.top-bar-left{display:flex;align-items:center;gap:12px}.logo-icon{width:24px;height:24px;object-fit:contain}.top-bar-logo{font-size:1.2rem;font-weight:600;color:#000;letter-spacing:-.5px}.top-bar-user{display:flex;align-items:center;gap:.8rem}.top-bar-avatar{width:28px;height:28px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.user-name{font-size:.85rem;font-weight:500;color:#333}.btn-logout-small{margin-left:8px;background:transparent;border:1px solid rgba(0,0,0,.15);padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-logout-small:hover{background:#000;color:#fff}.main-content{flex:1;display:flex;flex-direction:column;padding:18vh 6rem 2rem 6rem;position:relative;z-index:5}.content-left{max-width:650px}.headline{font-size:5.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px;color:#000}.description{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:2.5rem;max-width:480px}.btn-primary{background:#000;color:#fff;border:none;padding:1rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#333;transform:translateY(-2px)}.footer{width:100%;padding:0 6rem 3rem;z-index:10}.footer-content{display:flex;justify-content:flex-end;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:#0006;text-decoration:none;font-size:.85rem}.footer-links a:hover{color:#000}@media(max-width:768px){.main-content{padding:15vh 2rem 2rem 2rem}.footer{padding:2rem}.top-bar{padding:0 2rem}.headline{font-size:3.5rem}}
