*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(180deg,#0a0e27,#1a1f3a);min-height:100vh;color:#fff}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:500px;margin:0 auto}.header{text-align:center;margin-bottom:40px}.logo{font-size:48px;margin-bottom:16px}h1{font-size:2.5rem;font-weight:300;letter-spacing:.5px;margin-bottom:8px}.subtitle{font-size:.95rem;color:#fff9;font-weight:300}.guest-status{display:flex;align-items:center;gap:12px;background:#ffffff0d;border-radius:12px;padding:12px 20px;margin-bottom:40px;width:100%;border:1px solid rgba(255,255,255,.1)}.guest-icon{font-size:24px}.guest-info{display:flex;flex-direction:column;gap:2px}.guest-label{font-size:.95rem;font-weight:500}.interpretations-left{font-size:.85rem;color:#ffffff80}.main-content{width:100%}.input-label{display:block;font-size:1.1rem;margin-bottom:16px;font-weight:400}.dream-input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:16px;font-size:1rem;color:#fff;font-family:inherit;resize:vertical;margin-bottom:20px;transition:all .3s ease}.dream-input::placeholder{color:#ffffff4d}.dream-input:focus{outline:none;border-color:#8b5cf680;background:#ffffff1a}.interpret-button{width:100%;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;padding:18px;font-size:1.05rem;font-weight:500;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #8b5cf64d}.interpret-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.interpret-button:active:not(:disabled){transform:translateY(0)}.interpret-button:disabled{opacity:.5;cursor:not-allowed}.button-icon{font-size:1.2rem}@media (max-width: 600px){.container{padding:30px 16px}h1{font-size:2rem}.logo{font-size:40px}}
