:root{--background:#fff;--foreground:#171717}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,sans-serif}.login{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex}.login__card{background:#fff;border:1px solid #ededed;border-radius:28px;width:100%;max-width:460px;padding:30px}.login__icon{color:#fff;background:#111;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:26px;display:flex}.login__heading{color:#111;margin-bottom:5px;font-size:24px;font-weight:700}.login__google{color:#111;background:#f7f7f7;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.login__google:hover{background:#fff;box-shadow:0 0 0 1.5px #111}.login__divider{color:#999;align-items:center;gap:12px;margin:24px 0;font-size:12px;font-weight:600;display:flex}.login__divider span{background:#efefef;flex:1;height:1px}.login__input-wrap{position:relative}.login__input{background:#f7f7f7;border:none;border-radius:16px;outline:none;width:100%;height:42px;padding:0 16px;font-size:14px;transition:all .2s}.login__input:focus{background:#fff;box-shadow:0 0 0 1.5px #111}.login__toggle{color:#666;cursor:pointer;font-size:12px;font-weight:600;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.login__options{justify-content:space-between;align-items:center;margin-top:-2px;display:flex}.login__remember{color:#666;align-items:center;gap:8px;font-size:12px;display:flex}.login__remember input{accent-color:#111}.login__forgot{color:#111;font-size:12px;font-weight:600;text-decoration:none}.login__button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:18px;width:100%;height:46px;margin-top:4px;font-size:14px;font-weight:600;transition:all .2s}.login__button:hover{transform:translateY(-2px)}@media (max-width:768px){.login{padding:12px}.login__card{border-radius:24px;padding:24px}.login__top{align-items:flex-start}.login__heading{font-size:22px}.login__subtext{font-size:13px}.login__options{flex-direction:column;align-items:flex-start;gap:12px}}.header{z-index:9999;background:#fff;border-bottom:1px solid #e2e1e1;width:100%;position:sticky;top:0}.mb-4{margin-bottom:20px}.header__inner{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;max-width:1199px;margin:auto;padding:6px 18px;display:flex}.header__logo{width:100%;max-width:150px;display:block}.header__right{align-items:center;gap:14px;display:flex}.header__auth{align-items:center;gap:10px;display:flex}.header__button{color:#fff;background:#111;border-radius:16px;justify-content:center;align-items:center;height:42px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.header__button:hover{transform:translateY(-2px)}.header__button--light{color:#111;background:#f7f7f7}.header__profile{position:relative}.header__profile-btn{cursor:pointer;background:#f7f7f7;border:none;border-radius:18px;align-items:center;gap:12px;height:50px;padding:0 14px;transition:all .2s;display:flex}.header__profile-btn:hover{background:#fff;box-shadow:0 0 0 1.5px #111}.header__avatar{color:#fff;background:#111;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.header__profile-info{flex-direction:column;align-items:flex-start;display:flex}.header__name{font-size:13px;font-weight:600;line-height:1.2}.header__role{color:#777;font-size:11px}.header__arrow{color:#777;font-size:14px}.header__dropdown{z-index:100;background:#fff;border:1px solid #ededed;border-radius:20px;flex-direction:column;gap:4px;width:220px;padding:8px;display:none;position:absolute;top:62px;right:0}.header__dropdown.active{display:flex}.header__dropdown-link{color:#111;border-radius:14px;align-items:center;height:42px;padding:0 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header__dropdown-link:hover{background:#f7f7f7}.header__dropdown-link--logout{color:#d11a2a}@media (max-width:768px){.header{padding:12px}.header__inner{border-radius:20px;flex-wrap:wrap;padding:14px}.header__right{justify-content:space-between;width:100%}.header__auth,.header__button{flex:1}.header__profile-btn{padding:0 12px}.header__profile-info{display:none}}.auth{background:#f5f5f5;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex}.auth__card{background:#fff;border:1px solid #ededed;border-radius:28px;grid-template-columns:380px 1fr;width:100%;max-width:max-content;display:grid;overflow:hidden}.auth__left{color:#fff;background:#111;flex-direction:column;justify-content:space-between;padding:34px;display:flex;position:relative;overflow:hidden}.auth__logo-wrap{margin-bottom:40px}.auth__logo{object-fit:contain;width:100%;max-width:170px;height:auto}.auth__content{z-index:2;position:relative}.auth__title{margin-bottom:16px;font-size:34px;font-weight:700;line-height:1.1}.auth__desc{color:#ffffffb8;max-width:280px;font-size:14px;line-height:1.7}.auth__circle{background:#ffffff0a;border-radius:50%;position:absolute}.auth__circle--one{width:220px;height:220px;bottom:-100px;left:-80px}.auth__circle--two{width:150px;height:150px;top:-40px;right:-50px}.auth__right{align-items:center;padding:25px;display:flex}.auth__inner{width:100%}.auth__top{margin-bottom:28px}.auth__heading{margin-bottom:8px;font-size:25px;font-weight:700}.auth__text{color:#777;max-width:420px;font-size:14px;line-height:1.7}.auth__google{color:#111;background:#f7f7f7;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.auth__google:hover{background:#fff;box-shadow:0 0 0 1.5px #111}.auth__divider{color:#999;align-items:center;gap:12px;margin:24px 0;font-size:12px;font-weight:600;display:flex}.auth__divider span{background:#efefef;flex:1;height:1px}.auth__register{color:#fff;background:#111;border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;height:48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.auth__register:hover{transform:translateY(-2px)}@media (max-width:900px){.auth__card{grid-template-columns:1fr}}@media (max-width:768px){.auth{padding:12px}.auth__left,.auth__right{padding:24px}.auth__card{border-radius:24px}.auth__title{font-size:28px}.auth__heading{font-size:24px}.auth__desc,.auth__text{font-size:13px}}.forgot{color:#111;background:#f5f5f5;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex}.forgot__card{background:#fff;border:1px solid #ededed;border-radius:28px;width:100%;max-width:460px;padding:30px}.forgot__top{border-bottom:1px solid #f1f1f1;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.forgot__icon{color:#fff;background:#111;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:24px;display:flex}.forgot__title{margin-bottom:5px;font-size:24px;font-weight:700}.forgot__subtext{color:#777;max-width:280px;font-size:13px;line-height:1.6}.forgot__form{flex-direction:column;gap:18px;display:flex}.forgot__field{flex-direction:column;gap:8px;display:flex}.forgot__label{font-size:13px;font-weight:600}.forgot__input{background:#f7f7f7;border:none;border-radius:16px;outline:none;width:100%;height:42px;padding:0 16px;font-size:14px;transition:all .2s}.forgot__input:focus{background:#fff;box-shadow:0 0 0 1.5px #111}.forgot__button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:18px;width:100%;height:46px;margin-top:4px;font-size:14px;font-weight:600;transition:all .2s}.forgot__button:hover{transform:translateY(-2px)}.forgot__success{color:#555;background:#f8f8f8;border:1px solid #ededed;border-radius:18px;margin-top:18px;padding:16px;font-size:13px;line-height:1.6}.forgot__bottom{text-align:center;color:#777;margin-top:22px;font-size:13px}.forgot__bottom a{color:#111;margin-left:4px;font-weight:600;text-decoration:none}@media (max-width:768px){.forgot{padding:12px}.forgot__card{border-radius:24px;padding:24px}.forgot__top{align-items:flex-start}.forgot__title{font-size:22px}.forgot__subtext{font-size:13px}}body{font-family:Inter,sans-serif}.register{background:#f5f5f5;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.register__card{background:#fff;border:1px solid #ededed;border-radius:28px;width:100%;max-width:600px;padding:20px}.register__top{border-bottom:1px solid #f1f1f1;align-items:center;gap:18px;margin-bottom:26px;padding-bottom:22px;display:flex}.register__icon{color:#fff;background:#111;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:66px;font-size:28px;display:flex}.register__heading{margin-bottom:5px;font-size:24px;font-weight:700}.register__subtext{color:#777;font-size:13px;line-height:1.6}.register__progress{gap:10px;margin-top:18px;display:flex}.register__bar{background:#ededed;border-radius:999px;width:90px;height:4px;overflow:hidden}.register__bar-fill{background:#111;width:0%;height:100%;transition:all .3s}.register__bar.active .register__bar-fill{width:100%}.register__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.register__field{flex-direction:column;gap:8px;display:flex}.register__field--full{grid-column:span 2}.register__label{font-size:13px;font-weight:600;display:none}.register__toast{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:999;background:#ffffffc7;border:1px solid #0000000f;border-radius:18px;align-items:center;gap:10px;min-width:260px;max-width:340px;padding:14px 18px;animation:.35s toastIn;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 40px #00000014}.register__toast span{color:#111;font-size:14px;font-weight:500}.register__toast-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.register__toast--success .register__toast-dot{background:#16a34a}.register__toast--error .register__toast-dot{background:#ef4444}.register__input,.register__select,.login__input{color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:18px;outline:none;width:100%;height:58px;padding:0 18px;font-size:15px;font-weight:500;transition:all .25s}.register__input::placeholder{color:#9ca3af;font-weight:400}.register__input:focus,.register__select:focus{border-color:#111;box-shadow:0 0 0 4px #0000000a}.input-error{border-color:#ef4444}.register__button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:18px;height:56px;padding:0 26px;font-size:15px;font-weight:600;transition:all .25s}.register__button:hover{opacity:.95;transform:translateY(-1px)}.register__radio{cursor:pointer;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:10px;height:54px;padding:0 18px;display:flex}.register__success-text{color:#6b7280;font-size:15px}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.register__input,.register__select,.login__input{background:#f7f7f7;border:none;border-radius:16px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px;transition:all .2s}.register__input:focus,.register__select:focus{background:#fff;box-shadow:0 0 0 1.5px #111}.register__radio-wrap{gap:12px;display:flex}.register__radio{flex:1}.register__radio input{display:none}.register__radio span{cursor:pointer;background:#f7f7f7;border-radius:16px;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.register__radio input:checked+span{color:#fff;background:#111}.register__actions{gap:12px;margin-top:24px;display:flex}.register__button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:18px;flex:1;height:46px;font-size:14px;font-weight:600;transition:all .2s}.register__button:hover{transform:translateY(-2px)}.register__button--light{color:#111;background:#f7f7f7}.register__success{text-align:center;padding:30px 10px 10px}.register__success-icon{color:#fff;background:#111;border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin:auto auto 18px;font-size:28px;display:flex}.register__success-title{margin-bottom:8px;font-size:26px;font-weight:700}.register__success-text{color:#777;max-width:340px;margin:auto;font-size:13px;line-height:1.7}@media (max-width:768px){.register{padding:12px}.register__card{border-radius:24px;padding:24px}.register__top{align-items:flex-start}.register__heading{font-size:22px}.register__grid{grid-template-columns:1fr}.register__field--full{grid-column:span 1}.register__actions{flex-direction:column}}.profile{color:#111;background:#fff;min-height:100vh;padding:20px}.profile__container{max-width:980px;margin:auto}.profile__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.profile__username{font-size:20px;font-weight:600}.profile__menu-btn{cursor:pointer;background:0 0;border:none;font-size:20px}.profile__info-main{text-align:center;flex-direction:column;align-items:center;display:flex}.profile__avatar-upload{cursor:pointer}.profile__avatar-img{object-fit:cover;border:1px solid #e5e7eb;border-radius:50%;width:110px;height:110px}.profile__name-role h2{margin-bottom:6px;font-size:24px;font-weight:600}.profile__work{color:#999;font-size:13px}.profile__bio{color:#444;max-width:540px;margin-top:18px;font-size:14px;line-height:1.7}.profile__location{color:#777;margin-top:12px;font-size:13px}.profile__actions{gap:10px;margin-top:10px;display:flex}.profile__edit-btn,.profile__share-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;height:40px;padding:0 18px;font-size:13px;font-weight:500;transition:all .2s}.profile__edit-btn:hover,.profile__share-btn:hover{background:#f5f5f5}.profile__details{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;width:100%;margin-top:32px;display:grid}.profile__detail-card{text-align:left;border:1px solid #efefef;border-radius:18px;padding:18px}.profile__detail-card span{color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;display:block}.profile__detail-card h4{word-break:break-word;font-size:14px;font-weight:500}.profile__section-header{margin-bottom:20px}.profile__section-header h3{font-size:18px;font-weight:600}.profile__project-card{background:#fff;border:1px solid #efefef;border-radius:22px;overflow:hidden}.profile__project-image{width:100%;height:190px}.profile__project-img{object-fit:cover;width:100%;height:100%}.profile__project-info h4{margin-bottom:6px;font-size:15px;font-weight:600}.profile__project-info p{color:#777;font-size:13px}.modal__overlay{z-index:999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;width:100%;max-width:460px;padding:24px}.modal__title{margin-bottom:20px;font-size:20px;font-weight:600}.modal__input{border:1px solid #e5e7eb;border-radius:14px;outline:none;width:100%;height:50px;padding:0 16px;font-size:14px}.modal__actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.modal__btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;height:42px;padding:0 18px;font-size:13px}.projectUpload__placeholder{color:#888;font-size:14px}.modal-content{background:#fff;border-radius:24px;width:100%;max-width:420px;max-height:90vh;overflow:auto;box-shadow:0 10px 30px #0003}.modal-content h3{border-bottom:1px solid #eee;margin:0;padding:20px 24px;font-size:20px}.modal-form{padding:24px}.modal-form label{color:#666;margin:16px 0 6px;font-size:13px;display:block}.modal-form input,.modal-form textarea,.modal-form select,.modal-form option{border:1px solid #ddd;border-radius:12px;width:100%;padding:12px 14px;font-size:15px}.modal-form textarea{resize:vertical;min-height:100px}.modal-buttons{gap:12px;margin-top:28px;display:flex}.modal-cancel,.modal-save{cursor:pointer;border-radius:14px;flex:1;height:50px;font-size:15px;font-weight:600}.modal-cancel{background:#f1f1f1;border:none}.modal-save{color:#fff;background:#111;border:none}.project-modal .modal-image{background:#e5e5e5;border-radius:24px 24px 0 0;height:220px;position:relative}.modal-body{padding:24px}.modal-location{color:#666;margin:8px 0 16px}.modal-desc{color:#444;line-height:1.7}.modal-info{background:#f9f9f9;border-radius:16px;margin:20px 0;padding:16px;font-size:14px}@media (min-width:992px){.profile__container{grid-template-columns:340px 1fr;gap:30px;max-width:1100px;padding:0;display:grid}.profile__header{display:none}.profile__info-main{height:fit-content;position:sticky;top:30px}}.modal__overlay{z-index:999;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border:1px solid #eee;border-radius:24px;width:100%;max-width:420px;padding:24px}.modal__title{margin-bottom:16px;font-size:20px}.modal__form{flex-direction:column;gap:12px;display:flex}.modal__input{background:#fafafa;border:1px solid #eee;border-radius:14px;outline:none;width:100%;height:44px;padding:0 14px;font-size:14px}.modal__input:focus{background:#fff;border-color:#111}.modal__textarea{resize:none;height:90px;padding-top:10px}.modal__actions{gap:10px;margin-top:10px;display:flex}.modal__btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;flex:1;height:44px;font-size:13px;font-weight:600}.modal__btn--ghost{color:#111;background:#f5f5f5}.commissionsTable,.architectProjects{background:#f5f5f5;max-width:1024px;min-height:100vh;margin:0 auto;padding:24px;font-family:Roboto,sans-serif}.commissionsTable__top{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.commissionsTable__top h1{font-size:32px}.commissionsTable__top p{color:#777;font-size:13px}.commissionsTable__top button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;height:42px;padding:0 16px;font-weight:600}.tableWrap{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background:#fafafa}th,td{text-align:left;padding:14px 16px;font-size:13px}th{color:#777;font-size:12px;font-weight:600}tr{border-bottom:1px solid #f1f1f1}tr:hover{background:#f9f9f9}.status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600}.paid{color:#166534;background:#dcfce7}.pending{color:#991b1b;background:#fee2e2}.review{color:#1e40af;background:#dbeafe}@media (max-width:768px){.tableWrap{overflow-x:auto}table{min-width:800px}}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}body{color:#111;background:#f5f5f5}.ig{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.ig__sidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;gap:10px;padding:24px;display:flex}.ig__logo{margin-bottom:10px;font-size:20px;font-weight:700}.ig__sidebar button{text-align:left;cursor:pointer;color:#444;background:0 0;border:none;border-radius:10px;padding:10px 12px;font-size:14px}.ig__sidebar button:hover{background:#f3f3f3}.ig__sidebar button.active{color:#fff;background:#000}.dangerText{color:#d11a2a}.ig__content{justify-content:center;padding:40px;display:flex}.ig__card{background:#fff;border:1px solid #eee;border-radius:16px;width:100%;max-width:520px;padding:24px}.ig__card h3{margin-bottom:18px;font-size:18px}.ig__row{flex-direction:column;margin-bottom:14px;display:flex}.ig__row label{color:#777;margin-bottom:6px;font-size:12px}.ig__row input{border:1px solid #eee;border-radius:10px;outline:none;height:40px;padding:0 12px}.ig__row input:focus{border-color:#000}.ig__btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;width:100%;height:42px;margin-top:10px;font-weight:600}.ig__switch{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.danger p{color:#666;margin-bottom:14px;font-size:13px;line-height:1.6}.ig__dangerBtn{color:#fff;cursor:pointer;background:#d11a2a;border:none;border-radius:10px;width:100%;height:42px;font-weight:600}.dash{min-height:100vh;padding:24px}.dash__top{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.dash__top h1{font-size:28px}.dash__top p{color:#777;margin-top:4px;font-size:13px}.dash__btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.dash__stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.dash__card{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px}.dash__card h2{font-size:24px}.dash__card p{color:#777;margin-top:4px;font-size:12px}.dash__card.danger h2{color:#d11a2a}.dash__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dash__box{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px}.dash__box h3{margin-bottom:14px;font-size:16px}.dash__item{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.dash__item:last-child{border-bottom:none}.dash__item strong{font-size:14px}.dash__item p{color:#777;font-size:12px}.tag{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.green{color:#166534;background:#dcfce7}.blue{color:#1e40af;background:#dbeafe}.yellow{color:#854d0e;background:#fef9c3}.gray{color:#374151;background:#f3f4f6}@media (max-width:900px){.dash__stats{grid-template-columns:1fr 1fr}.dash__grid{grid-template-columns:1fr}}@media (max-width:500px){.dash__stats{grid-template-columns:1fr}}.modalOverlay{z-index:999;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modalBox{background:#fff;border:1px solid #eee;border-radius:18px;width:100%;max-width:420px;overflow:hidden}.modalHeader{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.modalHeader h2{font-size:16px}.modalHeader button{cursor:pointer;background:0 0;border:none;font-size:18px}.modalBody{flex-direction:column;gap:10px;padding:18px;display:flex}.modalBody input,.modalBody select{border:1px solid #eee;border-radius:10px;outline:none;height:42px;padding:0 12px;font-size:13px}.modalBody input:focus,.modalBody select:focus{border-color:#111}.modalFooter{border-top:1px solid #f2f2f2;justify-content:flex-end;gap:10px;padding:14px 18px;display:flex}.cancel{cursor:pointer;background:#f3f3f3;border:none;border-radius:10px;height:38px;padding:0 14px}.save{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;height:38px;padding:0 14px;font-weight:600}.error-text{color:#ff3b30;margin-top:0;margin-bottom:10px;font-size:12px}.register__input:focus{outline:2px solid #4f46e5}@media (max-width:768px){.register__card{padding:14px}.register__button{width:100%}.register__actions{flex-direction:column;gap:10px}}.login__card{background:#fff;border:1px solid #ececec;border-radius:28px;width:100%;max-width:460px;padding:20px;transition:all .3s;box-shadow:0 10px 30px #00000008}.login__top{border-bottom:1px solid #ececec;align-items:center;gap:18px;margin-bottom:15px;padding-bottom:10px;display:flex}.login__icon{color:#fff;background:#05060a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:18px;font-weight:700;display:flex}.login__heading{color:#05060a;letter-spacing:-1px;margin-bottom:10px;font-size:22px;font-weight:700;line-height:1}.login__subtext{color:#7b8190;font-size:15px;line-height:1.5}.alert{border-radius:16px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;animation:.25s fadeIn;display:flex}.alert svg{flex-shrink:0}.alert--info{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.login__form{flex-direction:column;gap:18px;display:flex}.login__field{flex-direction:column;gap:10px;display:flex}.login__label{color:#111827;font-size:14px;font-weight:600}.login__labelRow{justify-content:space-between;align-items:center;display:flex}.login__email{color:#6b7280;background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:500}.login__input::placeholder{color:#9ca3af}.login__input:hover{background:#f1f1f1}.login__input:focus{background:#fff;border:1px solid #111827;outline:none;box-shadow:0 0 0 4px #0000000a}.login__input--otp{text-align:center;letter-spacing:12px;font-size:28px;font-weight:700}.login__button{color:#fff;cursor:pointer;background:#05060a;border:none;border-radius:18px;width:100%;height:45px;font-size:16px;font-weight:700;transition:all .25s}.login__button:hover{opacity:.96;transform:translateY(-1px)}.login__button:active{transform:scale(.99)}.login__button:disabled{opacity:.7;cursor:not-allowed}.login__button--light{color:#111827;background:#f5f5f5;border:1px solid #ececec}.login__button--light:hover{background:#eee}.login__actions{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.login__textBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600;transition:all .2s}.login__textBtn:hover{color:#111827}.login__otpStatus{background:#f9fafb;border:1px solid #ececec;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px 14px;display:flex}.login__otpSub{color:#6b7280;font-size:12px}.login__bottom{text-align:center;color:#6b7280;margin-top:28px;font-size:14px}.login__bottom a{color:#05060a;margin-left:4px;font-weight:700;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.login{padding:16px}.login__card{border-radius:24px;padding:22px}.login__heading{font-size:32px}.login__input--otp{letter-spacing:8px;font-size:24px}.login__actions{flex-direction:column;align-items:flex-start;gap:12px}}.header__dropdown{opacity:0;visibility:hidden;transition:all .25s;transform:translateY(10px)}.header__dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.header__arrow{transition:all .25s}.header__arrow.active{transform:rotate(180deg)}.login__alerts{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.login__otpStatus{background:#f7f7f7;border:1px solid #ececec;border-radius:18px;justify-content:space-between;align-items:center;padding:14px 16px;animation:.25s fadeIn;display:flex}.login__otpLeft{align-items:center;gap:12px;display:flex}.login__otpDot{background:#22c55e;border-radius:999px;width:10px;height:10px}.login__otpTitle{color:#111827;font-size:14px;font-weight:700}.login__otpSub{color:#6b7280;margin-top:2px;font-size:12px}.alert{border-radius:16px;padding:14px 16px;font-size:14px;font-weight:600}.alert--error{color:#dc2626;background:#fff1f2;border:1px solid #fecdd3}.alert--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.profile__avatar-wrapper{margin:0 auto 15px;position:relative}.profile__avatar-upload{cursor:pointer;border-radius:50%;width:100%;height:100%;transition:all .3s;display:block;position:relative;overflow:hidden}.profile__avatar-upload:hover{transform:scale(1.03)}.profile__avatar-img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:100%;height:100%;box-shadow:0 10px 35px #0000001f}.profile__avatar-overlay{opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.profile__avatar-upload:hover .profile__avatar-overlay{opacity:1}.profile__avatar-overlay span{color:#fff;letter-spacing:.4px;font-size:14px;font-weight:600}.profile__info-main{text-align:center;padding:24px 20px 10px}.profile__name-role h2{color:#111827;margin-bottom:6px;font-size:20px;font-weight:700}.profile__name-role p{color:#6b7280;margin-bottom:10px;font-size:15px}.profile__bio{color:#4b5563;max-width:560px;margin:0 auto;font-size:15px;line-height:1.7}.profile__location{color:#6b7280;margin-bottom:24px;font-size:14px}.profile__actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.profile__edit-btn,.profile__share-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;padding:13px 22px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.profile__edit-btn{color:#fff;background:#111827}.profile__edit-btn:hover{transform:translateY(-2px)}.profile__share-btn{color:#111827;background:#f3f4f6}.profile__share-btn:hover{background:#e5e7eb}.profile__work{color:#374151;background:#f3f4f6;border-radius:999px;margin-top:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-block}.modal-overlay{z-index:999;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:28px;width:100%;max-width:520px;padding:28px;animation:.25s popup;box-shadow:0 20px 60px #00000026}@keyframes popup{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-title{color:#111827;margin-bottom:24px;font-size:26px;font-weight:700}.modal-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #e5e7eb;border-radius:16px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .3s}.form-group textarea{resize:none;min-height:120px}.form-group input:focus,.form-group textarea:focus{border-color:#111827}.modal-buttons{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.modal-cancel,.modal-save{cursor:pointer;border:none;border-radius:14px;padding:13px 20px;font-size:14px;font-weight:600;transition:all .3s}.modal-cancel{color:#111827;background:#f3f4f6}.modal-save{color:#fff;background:#111827}.modal-save:hover,.modal-cancel:hover{transform:translateY(-2px)}.projectUpload{width:100%;margin-bottom:4px}.projectUpload__label{cursor:pointer;background:#fafafa;border:2px dashed #d1d5db;border-radius:22px;width:100%;height:220px;transition:all .3s;display:block;overflow:hidden}.projectUpload__label:hover{background:#f3f4f6;border-color:#111827}.projectUpload__preview{object-fit:cover;width:100%;height:100%}.projectUpload__placeholder{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:20px;font-size:15px;font-weight:600;display:flex}.projectUpload__placeholder:before{content:"+";color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:28px;font-weight:300;display:flex;box-shadow:0 10px 20px #11182726}.profile__tabs{flex-direction:column;gap:18px;width:100%;margin-top:25px;display:flex}.profile__tab-card{background:#fff;border:1px solid #efefef;border-radius:26px;padding:15px}.profile__tab-head{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.profile__tab-head h3{color:#111;font-size:15px;font-weight:600}.profile__tab-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.profile__item{flex-direction:column;gap:8px;display:flex}.profile__item span{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-size:11px}.profile__item h4{color:#111;word-break:break-word;font-size:14px;font-weight:500;line-height:1.5}.profile__section{margin-top:15px}.profile__section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.profile__section-header h3{color:#111;font-size:16px;font-weight:600}.profile__projects-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.profile__project-card{cursor:pointer;background:#fff;border:1px solid #efefef;border-radius:24px;transition:all .25s;overflow:hidden}.profile__project-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000000a}.profile__project-image{aspect-ratio:1;background:#f5f5f5;width:100%;position:relative;overflow:hidden}.profile__project-img{object-fit:cover;width:100%;height:100%;transition:all .4s}.profile__project-card:hover .profile__project-img{transform:scale(1.03)}.profile__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;height:28px;padding:0 12px;font-size:11px;font-weight:500;display:flex;position:absolute;top:14px;right:14px}.profile__badge.completed{color:#059669;background:#10b9811f}.profile__badge.in-progress{color:#2563eb;background:#3b82f61f}.profile__project-info{padding:16px}.profile__project-info h4{color:#111;margin-bottom:6px;font-size:14px;font-weight:600}.profile__project-info p{color:#777;margin-bottom:12px;font-size:12px}.profile__project-desc{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.profile__empty{text-align:center;background:#fafafa;border:1px dashed #e5e7eb;border-radius:26px;width:100%;padding:50px 20px}.profile__empty h4{color:#111;margin-bottom:8px;font-size:15px;font-weight:600}.profile__empty p{color:#888;font-size:13px}@media (max-width:768px){.profile__projects-grid{grid-template-columns:1fr 1fr;gap:12px}.profile__project-info{padding:14px}.profile__project-info h4{font-size:13px}}@media (max-width:520px){.profile__projects-grid{grid-template-columns:1fr}}.profile__project-edit{cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:12px;width:100%;height:38px;font-size:12px;font-weight:500;transition:all .2s}.profile__project-edit:hover{background:#f8f8f8}.profile__tab-edit{cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:10px;height:34px;padding:0 14px;font-size:12px;font-weight:500;transition:all .2s}.profile__tab-edit:hover{background:#f8f8f8}.projectsPage{background:#fafafa;width:100%;min-height:100vh;padding:32px}.projectsPage__container{width:100%;max-width:1024px;margin:auto}.projectsPage__top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.projectsPage__title{color:#111;margin-bottom:6px;font-size:28px;font-weight:700}.projectsPage__text{color:#777;font-size:14px}.projectsPage__addBtn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;height:44px;padding:0 18px;font-size:13px;font-weight:500}.projectsTable{background:#fff;border:1px solid #efefef;border-radius:28px;width:100%;overflow-x:auto}.projectsTable table{border-collapse:collapse;width:100%}.projectsTable thead{background:#fafafa}.projectsTable th{text-align:left;color:#888;text-transform:uppercase;letter-spacing:.06em;padding:18px 20px;font-size:12px;font-weight:600}.projectsTable td{color:#111;border-top:1px solid #f1f1f1;padding:8px;font-size:12px}.projectsTable__project{align-items:center;gap:14px;display:flex}.projectsTable__icon{color:#111;background:#f5f5f5;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex}.projectsTable__project h4{color:#111;margin-bottom:4px;font-size:14px;font-weight:600}.projectsTable__project p{color:#888;font-size:12px}.projectsTable__badge{border-radius:999px;justify-content:center;align-items:center;height:32px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.projectsTable__badge.completed{color:#059669;background:#10b9811f}.projectsTable__badge.progress{color:#2563eb;background:#3b82f61f}.projectsTable__edit{cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:12px;height:36px;padding:0 16px;font-size:12px;font-weight:500;transition:all .2s}.projectsTable__edit:hover{background:#f7f7f7}@media (max-width:768px){.projectsPage{padding:18px}.projectsPage__top{flex-direction:column;align-items:flex-start}.projectsPage__title{font-size:22px}}.rewardSlim{background:#fafafa;width:100%;min-height:100vh;padding:26px 18px}.rewardSlim__container{width:100%;max-width:1100px;margin:auto}.rewardSlim__top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.rewardSlim__tag{background:#fff;border:1px solid #ececec;border-radius:999px;align-items:center;height:30px;margin-bottom:16px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.rewardSlim__title{color:#111;font-size:30px;font-weight:700;line-height:1.05}.rewardSlim__mini{background:#fff;border:1px solid #efefef;border-radius:20px;min-width:130px;padding:18px 20px}.rewardSlim__mini h3{margin-bottom:6px;font-size:26px;font-weight:700}.rewardSlim__mini p{color:#777;font-size:12px}.rewardCalc{background:#fff;border:1px solid #efefef;border-radius:26px;margin-bottom:18px;padding:20px}.rewardCalc__top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.rewardCalc__top span{text-transform:uppercase;color:#888;letter-spacing:.08em;font-size:11px}.rewardCalc__top h2{margin-top:10px;font-size:34px;font-weight:700}.rewardCalc__points{flex-direction:column;align-items:flex-end;font-size:24px;font-weight:700;display:flex}.rewardCalc__points span{color:#888;margin-top:4px;font-size:11px}.rewardCalc__range{width:100%;margin-bottom:24px}.rewardCalc__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.rewardCalc__card{border:1px solid #efefef;border-radius:20px;padding:16px}.rewardCalc__card span{color:#888;text-transform:uppercase;font-size:11px}.rewardCalc__card h3{margin-top:10px;font-size:24px;font-weight:700}.rewardCalc__card--active{color:#fff;background:#111;border:none}.rewardCalc__card--active span{color:#ffffffb3}.rewardLevels{flex-direction:column;grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.rewardLevels__row{background:#fff;border:1px solid #efefef;border-radius:18px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.rewardLevels__row h4{color:#111;margin-bottom:4px;font-size:18px;font-weight:700}.rewardLevels__row p{color:#888;text-transform:uppercase;font-size:11px}@media (max-width:768px){.rewardSlim__top{flex-direction:column}.rewardSlim__title{font-size:32px}.rewardCalc__top{flex-direction:column;align-items:flex-start}.rewardCalc__points{align-items:flex-start}.rewardCalc__grid{grid-template-columns:1fr}}.rewardLevels__row{background:#fff;border:1px solid #efefef;border-radius:18px;justify-content:space-between;align-items:center;padding:16px 18px;transition:all .25s;display:flex}.rewardLevels__row.active{background:#111;border-color:#111;transform:scale(1.01)}.rewardLevels__row.active h4{color:#fff}.rewardLevels__row.active p{color:#ffffffa6}.profile__accordions{flex-direction:column;gap:12px;width:100%;margin:30px auto;display:flex}.profile__accordion{background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden}.profile__accordion-header{cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;font-size:16px;font-weight:600;display:flex}.profile__accordion-body{border-top:1px solid #f2f2f2;padding:20px}.profile__accordion-header span:last-child{font-size:24px;line-height:1}.profile__project-actions{justify-content:space-between;gap:15px;width:100%;margin-bottom:0;display:flex}.modal__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px;display:grid}.modal__grid-full{grid-column:1/-1}.modal__input,.modal__textarea{box-sizing:border-box;width:100%}.modal__textarea{resize:vertical;min-height:140px}@media (max-width:768px){.modal__grid{grid-template-columns:1fr}.modal__grid-full{grid-column:auto}}.grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}
