.champion-page{background:linear-gradient(180deg,var(--warm-stone,#fdf3e4)0%,var(--soft-cream,#fffcf7)100%);color:var(--text-primary,#1e2d42);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.champ-header{background:var(--dark-deep,#152236);text-align:center;padding:52px 24px 60px;position:relative;overflow:hidden}.champ-header:before{content:"";pointer-events:none;background:radial-gradient(at 25% 15%,#e89b3512 0%,#0000 55%),radial-gradient(at 75% 85%,#d15b450d 0%,#0000 45%);position:absolute;inset:0}.champ-header-content{z-index:1;max-width:680px;margin:0 auto;position:relative}.champ-header .logo-mark{justify-content:center;margin-bottom:36px;display:flex}.champ-header h1{color:#fff;letter-spacing:-.02em;margin-bottom:28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700;line-height:1.25}.champ-header h1 em{color:var(--honey-gold,#e89b35);font-style:normal}.champ-icon{justify-content:center;margin-bottom:20px;display:flex}.champ-icon img{border-radius:50%;width:56px;height:56px}.champ-intro{max-width:640px;margin:0 auto;padding:28px 24px 0}.champ-intro p{color:var(--text-secondary,#3d4a5c);font-size:1.05rem;font-weight:400;line-height:1.75}.champ-time-container{text-align:center;max-width:640px;margin:0 auto;padding:24px 24px 0}.champ-time-badge{color:var(--text-light,#6b7280);background:#1e2d420a;border:1px solid #1e2d4217;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:.78rem;font-weight:400;display:inline-flex}.champ-time-badge svg{width:14px;height:14px;stroke:var(--text-light,#6b7280)}.champ-progress{max-width:640px;margin:0 auto;padding:24px 24px 0}.champ-progress-track{background:#1e2d4214;border-radius:3px;height:3px;overflow:hidden}.champ-progress-fill{background:linear-gradient(90deg,var(--sunset-coral,#d15b45),var(--honey-gold,#e89b35));border-radius:3px;width:0%;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.champ-progress-meta{color:var(--text-light,#6b7280);letter-spacing:.01em;justify-content:space-between;margin-top:10px;font-size:.72rem;font-weight:500;display:flex}.champ-form-container{max-width:640px;margin:20px auto 60px;padding:0 24px}.champ-section{background:#fff;border:1px solid #e89b3540;border-radius:16px;margin-bottom:12px;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #1e2d4206}.champ-section:before{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffa6}.champ-section.active{border-color:#d15b454d;box-shadow:0 8px 32px #d15b4514}.champ-section.active:hover{border-color:#e89b3573;transform:translateY(-2px);box-shadow:0 16px 48px #e89b352e,0 4px 12px #d15b451a}.champ-section.completed{cursor:pointer}.champ-section.completed:hover{border-color:#e89b3573;transform:translateY(-1px);box-shadow:0 8px 24px #e89b351f}.champ-section.incomplete{cursor:pointer}.champ-section.incomplete:hover{border-color:#d15b4559;transform:translateY(-1px);box-shadow:0 8px 24px #d15b4514}.champ-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;padding:22px 36px;display:flex}.champ-section.completed .champ-section-header,.champ-section.incomplete .champ-section-header{padding:20px 36px}.champ-section-number{color:#fff;background:#d15b4566;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.78rem;font-weight:700;transition:background .3s;display:inline-flex}.champ-section.active .champ-section-number{background:var(--sunset-coral,#d15b45)}.champ-section.completed .champ-section-number{background:var(--honey-gold,#e89b35)}.champ-section-header-text{flex:1;min-width:0}.champ-section-title{color:var(--dark-anchor,#1e2d42);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:700;line-height:1.3}.champ-section.active .champ-section-title{font-size:clamp(1.2rem,2vw,1.4rem)}.champ-section-summary{color:var(--text-light,#6b7280);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.78rem;line-height:1.4;overflow:hidden}.champ-section-summary.incomplete-hint{color:var(--sunset-coral,#d15b45)}.champ-section-check{width:22px;height:22px;color:var(--honey-gold,#e89b35);flex-shrink:0;display:none}.champ-section.completed .champ-section-check{display:block}.champ-section-edit-hint{color:var(--text-light,#6b7280);opacity:0;flex-shrink:0;font-size:.72rem;font-weight:500;transition:opacity .2s}.champ-section.completed:hover .champ-section-edit-hint,.champ-section.incomplete:hover .champ-section-edit-hint{opacity:1}.champ-section-body{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .3s;display:grid}.champ-section-body>.champ-section-body-inner{overflow:hidden}.champ-section.active .champ-section-body{opacity:1;grid-template-rows:1fr}.champ-section.active .champ-section-body>.champ-section-body-inner{overflow:visible}.champ-section-body-inner{padding:4px 36px 36px}.champ-section-subtitle{color:var(--text-light,#6b7280);margin-bottom:28px;font-size:.82rem;font-weight:400;line-height:1.5}.champ-section-footer{justify-content:flex-end;align-items:center;margin-top:28px;padding-top:20px;display:flex}.champ-continue-btn{background:var(--honey-gold,#e89b35);color:var(--harbour,#2d415c);cursor:pointer;letter-spacing:.01em;border:2px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:11px 22px;font-family:Inter,-apple-system,sans-serif;font-size:.92rem;font-weight:700;line-height:1;transition:background .35s,color .35s,transform .3s,box-shadow .35s;display:inline-flex}.champ-continue-btn:hover{background:var(--sunset-coral,#d15b45);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #d15b4526}.champ-continue-btn svg{width:14px;height:14px;transition:transform .3s}.champ-continue-btn:hover svg{transform:translate(3px)}.champ-field-group{margin-bottom:22px}.champ-field-group:last-child{margin-bottom:0}.champ-field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.champ-label{color:var(--text-secondary,#3d4a5c);letter-spacing:.01em;margin-bottom:7px;font-size:.82rem;font-weight:500;display:block}.champ-req{color:var(--sunset-coral,#d15b45);margin-left:2px;font-weight:600}.champ-hint{color:var(--text-light,#6b7280);margin-left:4px;font-size:.75rem;font-weight:400}.champ-input,.champ-select,.champ-textarea{width:100%;color:var(--text-primary,#1e2d42);background:#fff;border:1px solid #1e2d4224;border-radius:10px;outline:none;padding:12px 16px;font-family:Inter,-apple-system,sans-serif;font-size:.88rem;line-height:1.4;transition:border-color .25s,box-shadow .25s}.champ-input:focus,.champ-select:focus,.champ-textarea:focus{border-color:var(--sunset-coral,#d15b45);box-shadow:0 0 0 3px #d15b4514}.champ-input::placeholder,.champ-textarea::placeholder{color:#6b728099;font-weight:400}.champ-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.champ-textarea{resize:vertical;min-height:80px}.champ-phone-row{grid-template-columns:180px 1fr;gap:10px;display:grid}.champ-phone-row .champ-select{font-size:.8rem}.champ-dob-row{grid-template-columns:90px 1fr 100px;gap:10px;display:grid}.champ-checkbox-grid{grid-template-columns:1fr 1fr;gap:6px 20px;display:grid}@media (max-width:480px){.champ-checkbox-grid{grid-template-columns:1fr}}.champ-checkbox-grid label{cursor:pointer;color:var(--text-secondary,#3d4a5c);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-size:.85rem;font-weight:400;line-height:1.35;transition:background .15s;display:flex}.champ-checkbox-grid label:hover{background:#e89b351f}.champ-checkbox-grid input[type=checkbox]{width:17px;height:17px;accent-color:var(--sunset-coral,#d15b45);cursor:pointer;border-radius:3px;flex-shrink:0}.champ-checkbox-grid .other-row{grid-column:1/-1}.champ-checkbox-grid .other-row input[type=text]{color:var(--text-primary,#1e2d42);background:#fff;border:1px solid #1e2d4217;border-radius:8px;flex:1;padding:7px 12px;font-family:Inter,-apple-system,sans-serif;font-size:.85rem;transition:border-color .2s}.champ-checkbox-grid .other-row input[type=text]:focus{border-color:var(--honey-gold,#e89b35);outline:none;box-shadow:0 0 0 3px #e89b351f}.champ-checkbox-grid .other-row input[type=text]:disabled{opacity:.4;cursor:not-allowed}.champ-lang-picker{position:relative}.champ-lang-search{width:100%;color:var(--text-primary,#1e2d42);background:#fff;border:1.5px solid #e89b3540;border-radius:10px;padding:12px 16px;font-family:Inter,-apple-system,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.champ-lang-search:focus{border-color:var(--honey-gold,#e89b35);outline:none;box-shadow:0 0 0 3px #e89b351f}.champ-lang-search::placeholder{color:var(--text-light,#6b7280)}.champ-lang-dropdown{z-index:9999;background:#fff;border:1.5px solid #e89b3540;border-top:none;border-radius:0 0 10px 10px;max-height:340px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.champ-lang-dropdown.open{display:block}.champ-lang-dropdown-group{padding:6px 0}.champ-lang-dropdown-group-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light,#6b7280);-webkit-user-select:none;user-select:none;padding:6px 16px 4px;font-size:.7rem;font-weight:600}.champ-lang-dropdown-item{color:var(--text-secondary,#3d4a5c);cursor:pointer;align-items:center;gap:8px;padding:9px 16px;font-size:.85rem;transition:background .1s;display:flex}.champ-lang-dropdown-item:hover{background:#e89b351f}.champ-lang-dropdown-item.selected{color:var(--text-light,#6b7280);opacity:.55}.champ-lang-tick{color:#0000;border:1.5px solid #e89b3559;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;transition:background .15s,border-color .15s;display:flex}.champ-lang-dropdown-item.selected .champ-lang-tick{background:var(--sunset-coral,#d15b45);border-color:var(--sunset-coral,#d15b45);color:#fff}.champ-lang-dropdown-empty{text-align:center;color:var(--text-light,#6b7280);padding:16px;font-size:.85rem;font-style:italic}.champ-lang-dropdown-divider{background:#e89b3526;height:1px;margin:2px 12px}.champ-tag-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.champ-tag-list:empty{margin-top:0}.champ-lang-tag{background:var(--warm-stone,#fdf3e4);color:var(--text-primary,#1e2d42);border:1px solid #e89b354d;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;animation:.2s champTagIn;display:inline-flex}@keyframes champTagIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.champ-lang-tag button{cursor:pointer;color:var(--text-light,#6b7280);background:0 0;border:none;padding:0;font-size:1rem;line-height:1;transition:color .15s}.champ-lang-tag button:hover{color:var(--sunset-coral,#d15b45)}.champ-checkbox-group{background:var(--soft-cream,#fffcf7);border:1px solid #e89b3526;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:16px 18px;transition:border-color .2s;display:flex}.champ-checkbox-group:hover{border-color:#e89b3559}.champ-checkbox-group:last-of-type{margin-bottom:0}.champ-checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--sunset-coral,#d15b45);cursor:pointer;flex-shrink:0;margin-top:2px}.champ-cb-label{color:var(--text-secondary,#3d4a5c);font-size:.82rem;font-weight:400;line-height:1.55}.champ-trustee-block{background:var(--soft-cream,#fffcf7);border:1px solid #e89b3526;border-radius:12px;margin-bottom:14px;padding:20px 22px}.champ-trustee-block:last-of-type{margin-bottom:0}.champ-trustee-label{color:var(--text-light,#6b7280);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:.75rem;font-weight:600}.champ-trustee-block .champ-field-group{margin-bottom:14px}.champ-trustee-block .champ-field-group:last-child{margin-bottom:0}.champ-consent-footer{color:var(--text-light,#6b7280);text-align:center;margin-top:20px;font-size:.72rem;line-height:1.6}.champ-consent-footer a{color:inherit;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.champ-consent-footer a:hover{color:var(--honey-gold,#e89b35)}.champ-submit-area{text-align:center;padding-top:4px}.champ-submit-btn{background:var(--honey-gold,#e89b35);color:var(--harbour,#2d415c);cursor:pointer;letter-spacing:.01em;border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-family:Inter,-apple-system,sans-serif;font-size:1.17rem;font-weight:700;line-height:1;transition:background .35s,color .35s,transform .3s,box-shadow .35s;display:inline-flex}.champ-submit-btn:hover:not(:disabled){background:var(--sunset-coral,#d15b45);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #d15b452e}.champ-submit-btn:active:not(:disabled){transform:translateY(0)}.champ-submit-btn svg{width:16px;height:16px;transition:transform .3s}.champ-submit-btn:hover:not(:disabled) svg{transform:translate(3px)}.champ-submit-btn:disabled{opacity:.4;cursor:not-allowed}.champ-submit-incomplete{color:var(--sunset-coral,#d15b45);margin-top:10px;font-size:.8rem}.champ-confirmation{text-align:center;max-width:720px;margin:0 auto;padding:48px 24px 0}.champ-confirmation-card{background:#fff;border:1px solid #e89b3540;border-radius:16px;padding:56px 44px;position:relative;box-shadow:0 4px 20px #1e2d4206}.champ-confirmation-card:before{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffa6}.champ-confirmation-icon{background:linear-gradient(135deg,var(--sunset-coral,#d15b45),var(--honey-gold,#e89b35));border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 28px;display:flex;box-shadow:0 8px 24px #d15b4526}.champ-confirmation-icon svg{stroke:#fff;stroke-width:2.5px;fill:none;width:28px;height:28px}.champ-confirmation h2{color:var(--dark-anchor,#1e2d42);margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;line-height:1.3}.champ-confirmation p{color:var(--text-secondary,#3d4a5c);max-width:440px;margin-bottom:14px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.75}.champ-first-task{background:var(--soft-cream,#fffcf7);text-align:left;border:1px solid #e89b3533;border-radius:12px;max-width:440px;margin-top:28px;margin-left:auto;margin-right:auto;padding:22px 28px}.champ-first-task-label{letter-spacing:.12em;text-transform:uppercase;color:var(--honey-gold,#e89b35);margin-bottom:8px;font-size:.7rem;font-weight:700}.champ-first-task p{color:var(--text-primary,#1e2d42);text-align:left;max-width:none;margin:0;font-size:.88rem;line-height:1.65}.champ-share{max-width:440px;margin-top:32px;margin-left:auto;margin-right:auto}.champ-share-prompt{color:var(--text-secondary,#3d4a5c);margin-bottom:18px;font-size:.92rem;line-height:1.5}.champ-share-icons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.champ-share-icon{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.champ-share-icon:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000026}.champ-share-icon svg{width:22px;height:22px}.champ-share-icon.whatsapp{background:#25d366}.champ-share-icon.linkedin{background:#0a66c2}.champ-share-icon.facebook{background:#1877f2}.champ-share-icon.copy-link{background:var(--soft-cream,#fffcf7);color:var(--text-secondary,#3d4a5c);border:1px solid #1e2d4217}.champ-share-icon.copy-link:hover{border-color:var(--honey-gold,#e89b35);color:var(--honey-gold,#e89b35)}.champ-share-copied{color:var(--honey-gold,#e89b35);text-align:center;margin-top:14px;font-size:.82rem;font-weight:500}.champ-sign-off{color:var(--text-light,#6b7280);margin-top:28px;font-size:.88rem;line-height:1.6}.champ-sign-off strong{color:var(--dark-anchor,#1e2d42);font-weight:600;display:block}.champ-footer{text-align:center;color:var(--text-light,#6b7280);letter-spacing:.01em;padding:28px 24px;font-size:.72rem}.champ-footer a{color:var(--sunset-coral,#d15b45);font-weight:500;text-decoration:none;transition:color .2s}.champ-footer a:hover{color:var(--honey-gold,#e89b35)}.champ-error-banner{max-width:640px;color:var(--sunset-coral,#d15b45);text-align:center;background:#d15b4514;border:1px solid #d15b4533;border-radius:10px;margin:16px auto 0;padding:12px 20px;font-size:.88rem}.champ-radio-group{flex-direction:column;gap:6px;display:flex}.champ-radio-group label{cursor:pointer;color:var(--text-secondary,#3d4a5c);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-size:.85rem;font-weight:400;line-height:1.35;transition:background .15s;display:flex}.champ-radio-group label:hover{background:#e89b351f}.champ-radio-group input[type=radio]{width:17px;height:17px;accent-color:var(--sunset-coral,#d15b45);cursor:pointer;flex-shrink:0}.champ-sector-label{letter-spacing:.14em;text-transform:uppercase;color:var(--honey-gold,#e89b35);opacity:.9;margin-bottom:12px;font-size:.7rem;font-weight:700}.champ-field-hint{color:var(--text-light,#6b7280);margin-top:4px;font-size:.72rem;line-height:1.5}@media (max-width:600px){.champ-header{padding:40px 20px 52px}.champ-header h1{font-size:1.6rem}.champ-section-header{gap:10px;padding:18px 20px}.champ-section.completed .champ-section-header,.champ-section.incomplete .champ-section-header{padding:16px 20px}.champ-section-body-inner{padding:4px 20px 28px}.champ-field-row,.champ-phone-row{grid-template-columns:1fr}.champ-dob-row{grid-template-columns:90px 1fr 100px}.champ-submit-btn{width:100%}.champ-section-edit-hint{display:none}.champ-confirmation-card{padding:40px 24px}}.sewa-help{color:var(--text-light,#6b7280);margin:-2px 0 8px;font-size:.82rem;font-style:italic;line-height:1.5}.sewa-counter{text-align:right;color:var(--text-light,#6b7280);letter-spacing:.01em;margin-top:4px;font-size:.72rem}.sewa-counter.over{color:var(--sunset-coral,#d15b45);font-weight:600}.sewa-section-copy{color:var(--text-secondary,#3d4a5c);margin:0 0 16px;font-size:.94rem;line-height:1.65}.sewa-section-copy.strong{color:var(--text-primary,#1e2d42);margin-bottom:10px;font-weight:600}.sewa-section-copy.muted{color:var(--text-light,#6b7280);font-size:.85rem;font-style:italic;line-height:1.6}.sewa-section-list{color:var(--text-secondary,#3d4a5c);margin:6px 0 14px;padding-left:20px;font-size:.92rem;line-height:1.7}.sewa-section-list li{margin:2px 0}.sewa-optional{color:var(--text-light,#6b7280);letter-spacing:.02em;text-transform:uppercase;margin-left:6px;font-size:.75rem;font-weight:400}.sewa-consent-block{background:var(--warm-stone,#fdf3e4);border:1px solid #e89b354d;border-radius:12px;margin-top:20px;padding:18px 20px}.sewa-consent-row{cursor:pointer;color:var(--text-primary,#1e2d42);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.55;display:flex}.sewa-consent-row+.sewa-consent-row{border-top:1px solid #e89b352e;margin-top:12px;padding-top:12px}.sewa-consent-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--sunset-coral,#d15b45);cursor:pointer;flex-shrink:0;margin-top:3px}.sewa-action-row{justify-content:center;margin-top:24px;display:flex}.sewa-tz-field{position:relative}.sewa-tz-display{width:100%;color:var(--text-primary,#1e2d42);text-align:left;cursor:pointer;background:#fff;border:1px solid #1e2d4224;border-radius:10px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-family:Inter,-apple-system,sans-serif;font-size:.88rem;transition:border-color .25s,box-shadow .25s;display:flex}.sewa-tz-display:hover{border-color:#1e2d424d}.sewa-tz-display:focus{border-color:var(--sunset-coral,#d15b45);box-shadow:0 0 0 3px #d15b4514}.sewa-tz-display .sewa-tz-pretty{font-weight:500}.sewa-tz-display .sewa-tz-placeholder{color:#6b7280b3;font-weight:400}.sewa-tz-display .sewa-tz-chevron{color:#6b7280;flex-shrink:0;width:14px;height:14px}.sewa-tz-detected{color:var(--text-light,#6b7280);margin-top:6px;font-size:.72rem;display:inline-block}.sewa-tz-detected button{color:var(--sunset-coral,#d15b45);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.sewa-tz-backdrop,.sewa-tz-header{display:none}.sewa-tz-popover{z-index:50;background:#fff;border:1px solid #1e2d4224;border-radius:12px;flex-direction:column;max-height:320px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 40px #1e2d421f}@media (max-width:600px){.sewa-tz-backdrop{z-index:9998;background:#1522368c;display:block;position:fixed;inset:0}.sewa-tz-popover{z-index:9999;border:0;border-radius:18px 18px 0 0;flex-direction:column;height:92dvh;max-height:92dvh;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -8px 32px #1e2d4240}.sewa-tz-header{border-bottom:1px solid #1e2d4214;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.sewa-tz-header-title{color:var(--text-primary,#1e2d42);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600}.sewa-tz-close{width:32px;height:32px;color:var(--text-secondary,#3d4a5c);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.sewa-tz-close:active{background:#1e2d420f}.sewa-tz-search{padding:14px 16px;font-size:16px!important}.sewa-tz-option{padding:13px 16px}.sewa-tz-option-time{font-size:.82rem}}.sewa-tz-search{color:var(--text-primary,#1e2d42);border:0;border-bottom:1px solid #1e2d4214;outline:none;padding:10px 12px;font-family:Inter,-apple-system,sans-serif;font-size:.88rem}.sewa-tz-search::placeholder{color:#6b728099}.sewa-tz-list{flex:1;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.sewa-tz-meta{color:var(--text-light,#6b7280);background:#fafaf7;border-bottom:1px solid #1e2d420f;padding:6px 14px;font-size:.72rem}.sewa-tz-option{color:var(--text-primary,#1e2d42);cursor:pointer;justify-content:space-between;gap:12px;padding:9px 14px;font-size:.85rem;line-height:1.4;display:flex}.sewa-tz-option:hover,.sewa-tz-option[aria-selected=true]{background:var(--warm-stone,#fdf3e4)}.sewa-tz-option-main{align-items:baseline;gap:6px;min-width:0;display:flex;overflow:hidden}.sewa-tz-option-city{color:var(--text-primary,#1e2d42);font-weight:500}.sewa-tz-option-country{color:var(--text-secondary,#3d4a5c);font-size:.78rem}.sewa-tz-option-region{color:var(--text-light,#9ca3af);font-size:.72rem}.sewa-tz-option .sewa-tz-offset{color:var(--text-light,#6b7280);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.78rem}.sewa-tz-empty{text-align:center;color:var(--text-light,#6b7280);padding:16px;font-size:.85rem}.sewa-tz-empty p{margin:0 0 4px}.sewa-tz-empty-hint{color:var(--text-secondary,#3d4a5c);margin-top:10px;font-size:.8rem}.sewa-tz-empty-suggestions{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:8px;display:flex}.sewa-tz-empty-suggestion{background:var(--warm-stone,#fdf3e4);color:var(--text-primary,#1e2d42);cursor:pointer;border:1px solid #e89b354d;border-radius:999px;padding:4px 10px;font-family:Inter,-apple-system,sans-serif;font-size:.75rem;transition:background .15s,border-color .15s}.sewa-tz-empty-suggestion:hover{border-color:var(--honey-gold,#e89b35);background:#fbe5c7}.sewa-tz-match{color:inherit;background:#e89b354d;border-radius:3px;padding:0 2px}.sewa-tz-option-right{flex-shrink:0;align-items:baseline;gap:8px;display:flex}.sewa-tz-option-time{color:var(--text-primary,#1e2d42);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:500}
