#xilas-auth{max-width:520px;margin:2rem auto;background:#fff;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,.1);overflow:hidden;font-family:inherit}.xilas-auth-header{background:linear-gradient(135deg,#5b3fa0 0%,#8b5cf6 100%);padding:2rem 2rem 1.5rem;text-align:center;color:#fff}.xilas-auth-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.4rem}.xilas-auth-logo__icon{font-size:2rem}.xilas-auth-logo__text{font-size:1.6rem;font-weight:700;letter-spacing:.02em}.xilas-auth-tagline{font-size:.9rem;opacity:.85;margin:0}#xilas-auth-error{background:#fff0f0;color:#c0392b;border-left:4px solid #e74c3c;padding:.75rem 1.5rem;font-size:.9rem}.xilas-auth-plans{display:flex;gap:1rem;padding:1.5rem 1.5rem .5rem}.xilas-auth-plan{flex:1;border-radius:12px;padding:1rem;border:2px solid #e8e8ef;text-align:center}.xilas-auth-plan--premium{border-color:#8b5cf6;background:linear-gradient(135deg,#f9f5ff 0%,#f3eeff 100%)}.xilas-auth-plan__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.4rem}.xilas-auth-plan__badge--premium{color:#5b3fa0}.xilas-auth-plan__price{font-size:1.5rem;font-weight:800;color:#222;margin-bottom:.5rem}.xilas-auth-plan__price span{font-size:.85rem;font-weight:500;color:#666}.xilas-auth-plan__features{list-style:none;margin:0;padding:0;font-size:.8rem;color:#555;text-align:left;line-height:1.8}.xilas-auth-tabs{display:flex;border-bottom:1px solid #e8e8ef;margin:1rem 1.5rem 0}.xilas-auth-tab{flex:1;padding:.8rem .5rem;background:0 0;border:none;border-bottom:3px solid transparent;font-size:.9rem;font-weight:500;color:#888;cursor:pointer;transition:color .2s,border-color .2s}.xilas-auth-tab:hover{color:#5b3fa0}.xilas-auth-tab--active{color:#5b3fa0;border-bottom-color:#5b3fa0}.xilas-auth-panel{padding:1.5rem}.xilas-auth-panel--hidden{display:none}.xilas-auth-field{display:flex;flex-direction:column;margin-bottom:1rem}.xilas-auth-field--row{flex-direction:row;gap:.75rem}.xilas-auth-field--row>div{flex:1;display:flex;flex-direction:column}.xilas-auth-field--inline{flex-direction:row;align-items:center;gap:.5rem}.xilas-auth-field--inline label{margin:0;font-size:.9rem;color:#555;font-weight:400;text-transform:none;letter-spacing:0}.xilas-auth-field label{font-size:.78rem;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.xilas-auth-input{padding:.65rem .9rem;border:1.5px solid #ddd;border-radius:8px;font-size:.95rem;color:#222;background:#fafafa;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.xilas-auth-input:focus{outline:none;border-color:#5b3fa0;box-shadow:0 0 0 3px rgba(91,63,160,.12);background:#fff}.xilas-auth-btn{display:block;width:100%;padding:.9rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:.75rem;letter-spacing:.01em}.xilas-auth-btn--free{background:#5b3fa0;color:#fff}.xilas-auth-btn--free:hover{background:#4a3082}.xilas-auth-btn--premium{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff}.xilas-auth-btn--premium:hover{opacity:.9}.xilas-auth-btn:not(.xilas-auth-btn--free):not(.xilas-auth-btn--premium){background:#5b3fa0;color:#fff}.xilas-auth-btn:not(.xilas-auth-btn--free):not(.xilas-auth-btn--premium):hover{background:#4a3082}.xilas-auth-btn:active{transform:scale(.98)}.xilas-auth-btn:disabled{opacity:.65;cursor:not-allowed}.xilas-auth-divider{display:flex;align-items:center;gap:.75rem;margin:.25rem 0 .75rem;color:#aaa;font-size:.82rem}.xilas-auth-divider:before,.xilas-auth-divider:after{content:'';flex:1;height:1px;background:#e8e8ef}.xilas-auth-forgot{text-align:center;font-size:.85rem;margin:.25rem 0 0}.xilas-auth-forgot a{color:#5b3fa0;text-decoration:none}.xilas-auth-forgot a:hover{text-decoration:underline}@media (max-width:480px){.xilas-auth-plans{flex-direction:column}.xilas-auth-field--row{flex-direction:column}.xilas-auth-panel{padding:1.25rem}}#xilas-account{max-width:520px;margin:2rem auto;background:#fff;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,.1);overflow:hidden;font-family:inherit}.xilas-account-header{background:linear-gradient(135deg,#5b3fa0 0%,#8b5cf6 100%);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;color:#fff}.xilas-account-logo{display:flex;align-items:center;gap:.5rem}.xilas-account-logo__icon{font-size:1.5rem}.xilas-account-logo__text{font-size:1.3rem;font-weight:700}.xilas-account-session{font-size:.82rem;background:rgba(255,255,255,.2);padding:.3rem .7rem;border-radius:20px}.xilas-account-body{padding:1.75rem}.xilas-account-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.xilas-account-avatar__img{border-radius:50%;width:56px;height:56px}.xilas-account-profile__info{display:flex;flex-direction:column;gap:.2rem}.xilas-account-profile__info strong{font-size:1.05rem;color:#222}.xilas-account-profile__info span{font-size:.85rem;color:#777}.xilas-account-plan-badge{display:inline-block;font-size:.78rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;background:#f0ebe8;color:#666;width:fit-content}.xilas-account-plan-badge--premium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.xilas-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.xilas-account-field{display:flex;flex-direction:column;gap:.2rem}.xilas-account-field__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999}.xilas-account-field__value{font-size:.9rem;color:#333;font-weight:500}.xilas-account-limit{margin-bottom:1.25rem}.xilas-account-limit__bar-wrap{background:#f0ebe8;border-radius:10px;height:8px;margin-bottom:.4rem;overflow:hidden}.xilas-account-limit__bar{background:linear-gradient(90deg,#5b3fa0,#8b5cf6);height:100%;border-radius:10px;transition:width .3s}.xilas-account-limit__text{font-size:.83rem;color:#666;margin:0}.xilas-account-renewal{font-size:.85rem;color:#666;margin-bottom:1rem}.xilas-account-cancel-notice{font-size:.85rem;color:#e74c3c;margin-bottom:1rem}.xilas-account-actions{display:flex;flex-direction:column;gap:.75rem}.xilas-account-btn{display:block;width:100%;padding:.9rem;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s}.xilas-account-btn:active{transform:scale(.98)}.xilas-account-btn--premium{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.xilas-account-btn--manage{background:#f4f4f8;color:#5b3fa0;border:2px solid #e8e8ef}.xilas-account-btn:hover{opacity:.9}@media (max-width:480px){.xilas-account-grid{grid-template-columns:1fr}.xilas-account-body{padding:1.25rem}}