.accept-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:var(--z-modal,40);display:flex;align-items:center;justify-content:center;padding:16px}.accept-modal{background:#fff;border-radius:20px;box-shadow:0 24px 64px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.06);width:100%;max-width:640px;max-height:calc(100vh - 64px);overflow-y:auto;animation:fadeInUp .4s ease-out both}.accept-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 0;margin-bottom:20px}.accept-modal__title{font-size:18px;font-weight:700;color:var(--foreground)}.accept-modal__close{width:36px;height:36px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;transition:background .15s}.accept-modal__close:hover{background:var(--neutral-100)}.accept-modal__close:disabled{opacity:.5;cursor:not-allowed}.accept-modal__body{padding:0 28px}.accept-modal__success-icon{width:56px;height:56px;border-radius:50%;background:var(--success-light);color:var(--success);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:celebrate .6s cubic-bezier(.34,1.56,.64,1)}.accept-modal__congrats{font-size:22px;font-weight:800;color:var(--foreground);text-align:center;margin-bottom:8px}.accept-modal__desc{font-size:14px;color:var(--muted-foreground);text-align:center;line-height:1.6;max-width:440px;margin:0 auto 24px}.accept-modal__section-title{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:12px}.accept-modal__checkbox-option{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--neutral-50);border:1px solid var(--border);border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s}.accept-modal__checkbox-option:hover{border-color:var(--neutral-300);background:var(--neutral-100)}.accept-modal__checkbox{width:18px;height:18px;border-radius:4px;border:2px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.accept-modal__checkbox--checked{background:var(--foreground);border-color:var(--foreground);color:#fff}.accept-modal__checkbox-label{font-size:13px;font-weight:500;color:var(--foreground)}.accept-modal__hint{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted-foreground);margin-bottom:8px}.accept-modal__footer{padding:20px 28px 28px;display:flex;justify-content:flex-end;gap:12px}.accept-summary-card{background:hsla(0,0%,100%,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.4);box-shadow:0 4px 6px -1px rgba(0,0,0,.02);border-radius:12px;padding:20px 24px;margin-bottom:24px}.accept-summary-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 32px}.accept-summary-card__item{display:flex;align-items:center;justify-content:space-between}.accept-summary-card__label{font-size:12px;font-weight:500;color:var(--muted-foreground)}.accept-summary-card__value{font-size:13px;font-weight:600;color:var(--foreground)}.accept-summary-card__value--green{color:var(--success)}.accept-summary-card__divider{grid-column:1/-1;height:1px;background:var(--border);margin:4px 0}.transition-action-list{list-style:none;padding:0;margin:0 0 20px}.transition-action-list__item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:13px;color:var(--foreground);line-height:1.5}.transition-action-list__icon{width:20px;height:20px;border-radius:50%;background:var(--success-light);color:var(--success);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.bulk-reject-prompt{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:var(--warning-light);border:1px solid rgba(231,111,81,.2);border-radius:12px;margin-bottom:20px;position:relative}.bulk-reject-prompt__icon{color:var(--warning);flex-shrink:0;margin-top:2px}.bulk-reject-prompt__content{flex:1;min-width:0}.bulk-reject-prompt__title{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:4px}.bulk-reject-prompt__desc{font-size:13px;color:var(--muted-foreground);line-height:1.5}.bulk-reject-prompt__actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.bulk-reject-prompt__close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:6px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;transition:background .15s}.bulk-reject-prompt__close:hover{background:rgba(0,0,0,.06)}.welcome-banner{background:rgba(240,253,250,.8);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(13,148,136,.2);border-radius:20px;padding:24px 28px;margin-bottom:24px;animation:fadeInUp .4s ease-out both}.welcome-banner__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;position:relative}.welcome-banner__icon{width:44px;height:44px;border-radius:50%;background:var(--portal-teal-muted);color:var(--portal-teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}.welcome-banner__title-group{flex:1;min-width:0;padding-right:32px}.welcome-banner__title{font-size:18px;font-weight:700;color:var(--foreground);margin-bottom:4px}.welcome-banner__property{font-size:13px;color:var(--muted-foreground);display:flex;align-items:center;gap:8px}.welcome-banner__type-badge{font-size:12px;font-weight:600;color:var(--portal-teal);background:var(--portal-teal-muted);padding:2px 8px;border-radius:4px}.welcome-banner__close{position:absolute;top:0;right:0;width:32px;height:32px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;transition:background .15s}.welcome-banner__close:hover{background:rgba(0,0,0,.06)}.welcome-banner__steps{list-style:none;margin:0;display:flex;flex-direction:column;gap:8px;padding:0 0 0 60px}.welcome-banner__step{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted-foreground)}.welcome-banner__step svg{color:var(--portal-teal);flex-shrink:0}@keyframes celebrate{0%{transform:scale(0);opacity:0}50%{transform:scale(1.3)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.accept-modal,.accept-modal__success-icon,.welcome-banner{animation:none!important}}@media (max-width:767px){.accept-modal{max-width:100%;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;max-height:90vh}.accept-summary-card__grid{grid-template-columns:1fr}.bulk-reject-prompt{flex-direction:column}.bulk-reject-prompt__actions{width:100%;justify-content:flex-end}.welcome-banner__steps{padding-left:0}}