.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700}.header-right{display:flex;align-items:center;gap:1rem}.language-switcher{display:flex;gap:.5rem}.language-switcher button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .3s}.language-switcher button:hover{background:#ffffff4d}.language-switcher button.active{background:#fff;color:#667eea}.profile-menu{position:relative}.profile-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;width:40px;height:40px}.profile-button:hover{background:#ffffff4d}.profile-picture{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;overflow:hidden;z-index:1000}.profile-dropdown button{display:block;width:100%;padding:.75rem 1rem;background:#fff;border:none;color:#333;text-align:left;cursor:pointer;transition:background .2s;font-size:.95rem}.profile-dropdown button:hover{background:#f5f5f5}.profile-dropdown button:not(:last-child){border-bottom:1px solid #eee}.profile-name{padding:.75rem 1rem;color:#667eea;font-weight:600;border-bottom:1px solid #eee}.main{flex:1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-philosophy{font-size:1.5rem;opacity:.95;margin-bottom:.5rem}.hero-subtext{font-size:1.2rem;opacity:.85}.wip{padding:3rem 0;background:#f8f9fa;text-align:center}.wip-title{font-size:1.8rem;margin-bottom:1rem;color:#667eea;font-weight:600}.wip-free{font-size:1.1rem;color:#4a5568;margin-bottom:1rem}.wip-cta{font-size:1.1rem;color:#4a5568}.wip-feedback-email{color:#667eea;font-weight:600;-webkit-user-select:all;user-select:all;cursor:text}.apps{padding:4rem 0}.apps h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#667eea}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.app-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.app-card h4{font-size:1.8rem;margin-bottom:1rem}.app-card-clickable{text-decoration:none;display:block;cursor:pointer}.app-card-clickable:hover{transform:translateY(-5px);box-shadow:0 8px 20px #667eea66}.app-card-link{display:inline-block;margin-top:1rem;font-weight:600;opacity:.9;transition:opacity .3s}.app-card-clickable:hover .app-card-link{opacity:1;text-decoration:underline}.app-card-coming-soon{background:linear-gradient(135deg,#a0aec0,#718096);display:flex;align-items:center;justify-content:center;min-height:150px;cursor:default}.app-card-coming-soon:hover{transform:none}.coming-soon-text{font-size:1.4rem;opacity:.8;font-style:italic}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-philosophy{font-size:1.2rem}.hero-subtext{font-size:1rem}.wip-title{font-size:1.5rem}.wip-free,.wip-cta{font-size:1rem}.apps h3{font-size:2rem}.apps-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}
