.skk-auth-modal{display:none;position:fixed;inset:0;background:rgba(20,33,31,.55);z-index:100000;align-items:center;justify-content:center;padding:16px}.skk-auth-modal.is-open{display:flex}body.skk-modal-open{overflow:hidden}.skk-auth-modal__box{position:relative;width:100%;max-width:380px;background:#141f1e;border-radius:20px;box-shadow:0 12px 48px rgba(0,0,0,.35);padding:40px 28px 34px;animation:skkAuthModalIn .18s ease}@keyframes skkAuthModalIn{from{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.skk-auth-modal__close{position:absolute;top:16px;left:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:none;border-radius:50%;color:#ccc;font-size:15px;cursor:pointer;transition:background .15s ease,color .15s ease}.skk-auth-modal__close:hover{background:#e5484d;color:#fff}.skk-auth-modal__box .skk-auth-box__logo{color:var(--color-primary,#3bbfb0);font-size:20px;margin-bottom:24px}.skk-auth-modal__box .skk-auth-box__subtitle{color:rgba(255,255,255,.55)}.skk-auth-modal__box .skk-auth-field label{color:rgba(255,255,255,.65)}.skk-auth-modal__box .skk-auth-field input{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.12);color:#fff}.skk-auth-modal__box .skk-auth-field input::placeholder{color:rgba(255,255,255,.3)}.skk-auth-modal__box .skk-auth-field input:focus{border-color:var(--color-primary,#3bbfb0)}.skk-auth-modal__box .skk-auth-message--error{color:#ff8080}.skk-auth-modal__box .skk-auth-message--success{color:var(--color-primary,#3bbfb0)}.skk-otp-edit-phone{display:block;margin:0 auto 22px;background:none;border:none;color:rgba(255,255,255,.45);font-size:12.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.skk-otp-edit-phone:hover{color:rgba(255,255,255,.75)}.skk-otp-edit-phone i{font-size:14px}.skk-otp-title{text-align:center;color:#fff;font-size:22px;font-weight:800;margin:0 0 8px}.skk-otp-subtitle{text-align:center;color:rgba(255,255,255,.5);font-size:13px;margin:0 0 6px}.skk-otp-phone{text-align:center;color:var(--color-primary,#3bbfb0);font-weight:700;font-size:15px;margin:0 0 26px}.skk-otp-boxes{display:flex;justify-content:center;gap:10px;margin-bottom:8px}.skk-otp-box{width:46px;height:54px;text-align:center;font-size:20px;font-weight:700;color:#fff;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.15);border-radius:10px;outline:none;transition:border-color .15s ease,background .15s ease}.skk-otp-box:focus{border-color:var(--color-primary,#3bbfb0);background:rgba(59,191,176,.08)}@media (max-width:380px){.skk-otp-box{width:40px;height:48px;font-size:18px}.skk-otp-boxes{gap:7px}}.skk-auth-modal__box .skk-auth-resend{display:flex;align-items:center;justify-content:space-between;margin:18px 0 22px;color:rgba(255,255,255,.4)}.skk-auth-modal__box .skk-auth-resend button{color:var(--color-primary,#3bbfb0);text-decoration:underline;font-size:13px}.skk-auth-modal__box .skk-auth-resend button:disabled{color:rgba(255,255,255,.25)}.skk-otp-timer{display:flex;align-items:center;gap:5px;font-size:13px;direction:ltr}.skk-otp-timer i{font-size:14px}.skk-auth-page,.skk-profile-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;background:#f7f9f9}.skk-auth-box{width:100%;max-width:380px;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.07);padding:34px 28px}.skk-profile-box{width:100%;max-width:520px;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.07);padding:34px 28px}.skk-auth-box__logo,.skk-profile-box__title{text-align:center;font-size:19px;font-weight:800;color:#1a1a1a;margin:0 0 6px}.skk-auth-box__subtitle,.skk-profile-box__subtitle{text-align:center;font-size:13px;color:#888;margin:0 0 26px}.skk-auth-field,.skk-profile-field{margin-bottom:16px}.skk-auth-field label,.skk-profile-field label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:7px}.skk-auth-field input,.skk-profile-field input,.skk-profile-field textarea,.skk-profile-field select{width:100%;box-sizing:border-box;border:1.5px solid #e5e5e5;border-radius:10px;padding:12px 14px;font-size:14.5px;font-family:inherit;outline:none;transition:border-color .15s ease;direction:ltr;text-align:center}.skk-profile-field input,.skk-profile-field textarea,.skk-profile-field select{direction:rtl;text-align:right}.skk-auth-field input:focus,.skk-profile-field input:focus,.skk-profile-field textarea:focus,.skk-profile-field select:focus{border-color:var(--color-primary,#3bbfb0)}.skk-profile-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.skk-profile-row--3{grid-template-columns:1fr 1fr 1fr}@media (max-width:480px){.skk-profile-row{grid-template-columns:1fr}.skk-profile-row--3{grid-template-columns:1fr 1fr 1fr}}.skk-profile-photo-field{display:flex;justify-content:center;margin-bottom:22px}.skk-profile-photo-picker{display:flex;flex-direction:column;align-items:center;gap:10px}.skk-profile-photo-preview{width:84px;height:84px;border-radius:50%;overflow:hidden;border:3px solid var(--color-bg,#f0f0f0);box-shadow:0 2px 10px rgba(0,0,0,.08)}.skk-profile-photo-preview img{width:100%!important;height:100%!important;object-fit:cover;border-radius:50%}.skk-profile-photo-btn{display:inline-block;font-size:12.5px;font-weight:700;color:var(--color-primary,#3bbfb0);border:1px solid var(--color-primary,#3bbfb0);padding:6px 16px;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.skk-profile-photo-btn:hover{background:var(--color-primary,#3bbfb0);color:#fff}.skk-auth-btn{width:100%;background:var(--color-primary,#3bbfb0);color:#fff;border:none;border-radius:10px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s ease}.skk-auth-btn:hover{background:var(--color-primary-dk,#1a8f84)}.skk-auth-btn:disabled{opacity:.6;cursor:not-allowed}.skk-auth-message{text-align:center;font-size:13px;margin-top:14px;min-height:18px}.skk-auth-message--error{color:#d64545}.skk-auth-message--success{color:var(--color-primary-dk,#1a8f84)}.skk-auth-resend{text-align:center;margin-top:16px;font-size:12.5px;color:#999}.skk-auth-resend button{background:none;border:none;color:var(--color-primary-dk,#1a8f84);font-weight:700;cursor:pointer;font-size:12.5px;padding:0}.skk-auth-resend button:disabled{color:#bbb;cursor:not-allowed}.skk-auth-edit-phone{text-align:center;margin-top:10px}.skk-auth-edit-phone button{background:none;border:none;color:#999;font-size:12.5px;text-decoration:underline;cursor:pointer}.skk-auth-step{display:none}.skk-auth-step.is-active{display:block}.skk-profile-errors{background:#fdecec;color:#b23b3b;border-radius:10px;padding:12px 16px;font-size:13px;margin-bottom:20px}.skk-profile-errors ul{margin:0;padding-right:18px}