*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;margin:0}#app{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000}.container{text-align:center;padding:2rem;max-width:600px}h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.description{font-size:1rem;margin-bottom:2rem;opacity:.8}.auth-section,.user-section{margin-top:2rem}.auth-toggle{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.toggle-btn{padding:.5rem 1.5rem;font-size:.9rem;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffff1a;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500}.toggle-btn:hover:not(:disabled){background:#fff3}.toggle-btn.active{background:#fff;color:#000;border-color:#fff}.toggle-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form{max-width:400px;margin:0 auto;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;opacity:.9}.form-group input{width:100%;padding:.75rem;font-size:1rem;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffff1a;color:#fff;box-sizing:border-box}.form-group input::placeholder{color:#ffffff80}.form-group input:disabled{opacity:.5;cursor:not-allowed}.form-group input:invalid:not(:placeholder-shown){border-color:#ff6464cc}.field-hint{font-size:.8rem;margin-top:.25rem;opacity:.7;color:#fffc}.btn{padding:.75rem 2rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:600}.btn-primary{background:#fff;color:#000;width:100%}.btn-primary:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff3;color:#fff;margin-top:1rem}.btn-secondary:hover{background:#ffffff4d}.loading{text-align:center;padding:2rem;opacity:.9}.error-message{background:#f003;border:1px solid rgba(255,0,0,.5);padding:1rem;border-radius:4px;margin-top:1rem;color:#fcc}.user-info{background:#ffffff1a;padding:1.5rem;border-radius:8px;margin:2rem 0;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.user-info p{margin-bottom:.5rem;font-size:1rem}.temp-badge{display:inline-block;background:#ffa5004d;border:1px solid rgba(255,165,0,.5);padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.portal-section{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.portal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.portal-title{font-size:2rem;font-weight:700;margin:0}.btn-small{padding:.5rem 1.5rem;font-size:.9rem}.btn-edit{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;font-size:.9rem}.btn-edit:hover:not(:disabled){background:#ffffff40}.portal-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.portal-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;transition:all .3s ease}.portal-card:hover{background:#ffffff14;border-color:#fff3}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h3{font-size:1.25rem;font-weight:600;margin:0}.card-content{min-height:100px}.user-info-display{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;opacity:.8}.info-value{text-align:right;opacity:.9}.edit-user-form{display:flex;flex-direction:column;gap:1rem}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.placeholder-text{font-size:1rem;opacity:.7;margin-bottom:.5rem}.placeholder-note{font-size:.85rem;opacity:.5;font-style:italic}@media(max-width:768px){.portal-content{grid-template-columns:1fr}.portal-header{flex-direction:column;align-items:flex-start;gap:1rem}.info-row{flex-direction:column;align-items:flex-start;gap:.5rem}.info-value{text-align:left}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@media(max-width:768px){h1{font-size:2rem}.subtitle{font-size:1.25rem}.auth-form{padding:0 1rem}}
