.my-account-page{--dash-teal:#18b4b4;--dash-teal-dark:#0f9494;--dash-teal-darker:#0a7a7a;--dash-teal-light:#e6f9f9;--dash-teal-soft:#b8ecec;--dash-bg:#f0fbfb;--dash-surface:#fff;--dash-text:#0d3d3d;--dash-text-muted:#4a6b6b;--dash-border:#cee;--dash-profile-from:#18b4b4;--dash-profile-to:#0f9494;--dash-banner-bg:var(--dash-teal-light);--dash-banner-text:var(--dash-teal-darker);min-height:100vh;background:var(--dash-bg)}.my-account-main{max-width:1120px;margin:0 auto;padding:32px 20px 48px}.my-account-title-wrap{margin-bottom:28px;text-align:center}.my-account-title{display:inline-block;position:relative;margin:0;padding-bottom:10px;color:var(--dash-teal-dark);font-size:28px;font-weight:700}.my-account-title:after{content:"";position:absolute;left:50%;bottom:0;width:48px;height:3px;transform:translateX(-50%);border-radius:999px;background:var(--dash-teal)}.my-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.my-account-profile-card{min-height:220px;flex-direction:column;padding:24px 18px;border-radius:12px;background:linear-gradient(145deg,var(--dash-profile-from) 0,var(--dash-profile-to) 100%);box-shadow:0 12px 28px rgba(24,180,180,.32);color:#fff;text-align:center}.my-account-avatar,.my-account-profile-card{display:flex;align-items:center;justify-content:center}.my-account-avatar{width:72px;height:72px;border-radius:999px;background:#fff;color:var(--dash-teal-dark);font-size:34px;font-weight:800}.my-account-profile-name{margin:14px 0 6px;font-size:22px;font-weight:700}.my-account-profile-meta{margin:0;font-size:13px;line-height:1.5;color:hsla(0,0%,100%,.88);word-break:break-word}.my-account-edit-btn{margin-top:18px;padding:8px 22px;border:1px solid hsla(0,0%,100%,.75);border-radius:6px;background:hsla(0,0%,100%,.1);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.my-account-edit-btn:hover{background:hsla(0,0%,100%,.2)}.my-account-card{position:relative;display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px 16px;border:1px solid var(--dash-border);border-radius:12px;background:var(--dash-surface);box-shadow:0 4px 16px rgba(15,23,42,.06);color:var(--dash-text);text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.my-account-card:hover{transform:translateY(-3px);border-color:var(--dash-teal-soft);box-shadow:0 12px 28px rgba(24,180,180,.18)}.my-account-card-icon{display:flex;width:72px;height:72px;align-items:center;justify-content:center;border-radius:16px;background:var(--dash-teal-light);font-size:36px;line-height:1}.my-account-card-label{font-size:17px;font-weight:700;color:var(--dash-text)}.my-account-card-badge{position:absolute;top:10px;right:10px;padding:3px 9px;border-radius:999px;background:var(--dash-teal-dark);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.my-account-card-banner{position:absolute;top:0;left:0;right:0;padding:6px 10px;border-radius:12px 12px 0 0;background:var(--dash-banner-bg);color:var(--dash-banner-text);font-size:11px;font-weight:600;line-height:1.3}.my-account-card--with-banner{padding-top:42px}.my-account-login-prompt{max-width:520px;margin:80px auto 0;padding:40px 28px;border:1px solid var(--dash-border);border-radius:14px;background:var(--dash-surface);box-shadow:0 8px 24px rgba(15,23,42,.08);text-align:center}.my-account-login-prompt h2{margin:0 0 10px;color:var(--dash-teal-dark);font-size:24px}.my-account-login-prompt p{margin:0 0 20px;color:var(--dash-text-muted)}.my-account-login-btn{padding:10px 24px;border-radius:8px;background:linear-gradient(135deg,var(--dash-teal),var(--dash-teal-dark));color:#fff;font-size:14px;font-weight:700}.my-account-login-btn:hover{filter:brightness(1.05)}.my-account-callback{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:36px;padding:22px 24px;border-radius:12px;background:linear-gradient(135deg,var(--dash-teal) 0,var(--dash-teal-darker) 100%);color:#fff;flex-wrap:wrap;box-shadow:0 10px 28px rgba(24,180,180,.28)}.my-account-callback-title{margin:0;font-size:18px;font-weight:700}.my-account-callback-form{display:flex;align-items:center;gap:0;overflow:hidden;border-radius:8px;background:#fff}.my-account-callback-input{width:220px;height:42px;border:0;padding:0 14px;color:#334155;font-size:14px;outline:none}.my-account-callback-submit{height:42px;padding:0 18px;border:0;background:#fff;color:var(--dash-teal-dark);font-size:13px;font-weight:700;white-space:nowrap}.my-account-callback-submit:hover{background:var(--dash-teal-light)}@media (max-width:1024px){.my-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-shell{--account-header-space:162px;--account-shell-padding-block:56px;min-height:calc(100vh - var(--account-header-space));background:#f3f6f8;padding:28px 16px}.account-shell-inner{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;max-width:1180px;height:calc(100vh - var(--account-header-space) - var(--account-shell-padding-block));max-height:calc(100vh - var(--account-header-space) - var(--account-shell-padding-block));margin:0 auto;border:1px solid #dce7ea;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06)}.account-sidebar{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;border-right:1px solid #e5ebee;background:#fff}.account-sidebar-profile{flex-shrink:0;padding:20px 16px 16px;text-align:center;border-bottom:1px solid #edf2f4}.account-sidebar-avatar{display:flex;width:60px;height:60px;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:999px;background:var(--dash-teal,#18b4b4);color:#fff;font-size:28px;font-weight:700}.account-sidebar-name{margin:0 0 4px;color:#2f3b46;font-size:18px;font-weight:700;line-height:1.3}.account-sidebar-meta{margin:0;color:#6b7b87;font-size:13px;line-height:1.45;word-break:break-word}.account-sidebar-edit-btn{margin-top:12px;padding:7px 16px;border:1px solid #f59e0b;border-radius:4px;background:#fff;color:#ea580c;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.account-sidebar-edit-btn:disabled{opacity:.5;cursor:not-allowed}.account-sidebar-nav{display:flex;flex:1;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.account-sidebar-link{flex-shrink:0;padding:12px 20px;border-bottom:1px solid #edf2f4;color:#4b5d6b;font-size:15px;font-weight:500;text-decoration:none}.account-sidebar-link:hover{color:var(--dash-teal-dark,#0f9494);background:#f8fcfc}.account-sidebar-link.is-active{color:#ea580c;font-weight:700}.account-content{min-width:0;min-height:0;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#f7fafb;-webkit-overflow-scrolling:touch}.bookings-panel{min-height:100%}.bookings-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;background:var(--dash-teal,#18b4b4);color:#fff}.bookings-panel-header h1{margin:0;font-size:22px;font-weight:700}.bookings-year-filter select{height:36px;min-width:110px;border:0;border-radius:4px;padding:0 28px 0 12px;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6b7280 0),linear-gradient(135deg,#6b7280 50%,transparent 0);background-position:calc(100% - 12px) calc(50% + 2px),calc(100% - 8px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.bookings-panel-body{padding:22px}.bookings-list{display:flex;flex-direction:column;gap:18px}.booking-card{display:grid;grid-template-columns:minmax(0,1fr) 180px;min-height:220px;border:1px solid #dbe5ea;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.05)}.booking-card-main{padding:22px 24px}.booking-card-name{margin:0 0 18px;padding-bottom:8px;border-bottom:2px solid var(--dash-teal,#18b4b4);color:#2f3b46;font-size:24px;font-weight:700}.booking-card-details{display:grid;gap:10px;margin:0 0 20px}.booking-card-details div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px}.booking-card-details dt{margin:0;color:#6b7b87;font-size:14px;font-weight:500}.booking-card-details dd{margin:0;color:#2f3b46;font-size:14px;font-weight:700}.booking-summary-btn{display:inline-flex;min-width:170px;height:40px;padding:0 18px;border-radius:4px;background:var(--dash-teal,#18b4b4);font-size:14px}.booking-summary-btn,.booking-tracking-panel{align-items:center;justify-content:center;color:#fff;font-weight:700;text-decoration:none}.booking-tracking-panel{display:flex;flex-direction:column;gap:12px;padding:20px;background:linear-gradient(180deg,#18b4b4,#0f9494);font-size:18px;text-align:center}.booking-tracking-panel:hover{filter:brightness(1.03)}.booking-tracking-icon{display:flex;width:56px;height:56px;align-items:center;justify-content:center;border-radius:8px;background:hsla(0,0%,100%,.18);font-size:28px}.bookings-empty{padding:48px 20px;border:1px dashed #cfd8dc;border-radius:6px;background:#fff;text-align:center;color:#64748b}.bookings-empty h2{margin:0 0 8px;color:#2f3b46;font-size:22px}.bookings-empty p{margin:0}.bookings-browse-btn{display:inline-flex;margin-top:18px;padding:10px 22px;border-radius:6px;background:var(--dash-teal,#18b4b4);color:#fff;font-size:14px;font-weight:700;text-decoration:none}.addresses-panel{min-height:100%}.addresses-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;background:var(--dash-teal,#18b4b4);color:#fff}.addresses-panel-header h1{margin:0;font-size:22px;font-weight:700}.addresses-add-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:0;border-radius:999px;background:#f97316;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.addresses-add-btn:hover{background:#ea580c}.addresses-panel-body{padding:22px}.addresses-list{display:flex;flex-direction:column;gap:18px}.address-card{position:relative;min-height:150px;padding:22px 24px 52px;border:1px solid #dbe5ea;border-radius:4px;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.05)}.address-card-tag{display:inline-flex;padding:4px 10px;border-radius:3px;background:#f97316;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em}.address-card-delete{position:absolute;top:14px;right:14px;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;background:transparent;color:#94a3b8;font-size:18px;cursor:pointer}.address-card-delete:hover{color:#ef4444}.address-card-fields{display:flex;flex-direction:column;gap:10px;margin-top:18px}.address-card-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;align-items:start}.address-card-label{color:#334155;font-size:14px;font-weight:700}.address-card-value{color:#64748b;font-size:14px;line-height:1.5}.address-card-edit{position:absolute;right:18px;bottom:16px;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:2px solid #f97316;border-radius:4px;background:#fff;color:#f97316;font-size:16px;cursor:pointer}.address-card-edit:hover{background:#fff7ed}.addresses-empty,.addresses-empty-card{padding:48px 20px;border:1px dashed #cfd8dc;border-radius:6px;background:#fff;text-align:center;color:#64748b}.addresses-empty-card h2{margin:0 0 8px;color:#2f3b46;font-size:22px}.addresses-empty-card p{margin:0 0 16px}.address-modal-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.45)}.address-modal{width:100%;max-width:520px;border-radius:8px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.2)}.address-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e2e8f0}.address-modal-header h2{margin:0;color:#1e3a5f;font-size:20px;font-weight:700}.address-modal-close{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;background:transparent;color:#64748b;font-size:18px;cursor:pointer}.address-modal-form{display:flex;flex-direction:column;gap:14px;padding:20px}.address-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.address-modal-field{display:flex;flex-direction:column;gap:6px}.address-modal-field span{color:#334155;font-size:13px;font-weight:700}.address-modal-field input,.address-modal-field select{width:100%;padding:12px 14px;border:1px solid #d7e2e8;border-radius:6px;font-size:14px}.address-modal-field input:focus,.address-modal-field select:focus{outline:none;border-color:#18b4b4;box-shadow:0 0 0 3px rgba(24,180,180,.12)}.address-modal-submit{margin-top:4px;padding:12px 18px;border:0;border-radius:6px;background:linear-gradient(90deg,#18b4b4,#0d4f6b);color:#fff;font-size:15px;font-weight:700;cursor:pointer}@media (max-width:900px){.address-card-row{gap:4px}.address-card-row,.address-modal-grid{grid-template-columns:1fr}}@media (max-width:980px){.account-shell{--account-header-space:118px}}@media (max-width:900px){.account-shell-inner{grid-template-columns:1fr;height:auto;max-height:none}.account-sidebar{border-right:0;border-bottom:1px solid #e5ebee}.account-content,.account-sidebar{height:auto;overflow:visible}.account-sidebar-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.account-sidebar-link{border-right:1px solid #edf2f4}.booking-card{grid-template-columns:1fr}.booking-tracking-panel{min-height:120px;flex-direction:row}.booking-card-details div{grid-template-columns:1fr;gap:2px}}@media (max-width:640px){.my-account-main{padding:24px 16px 36px}.my-account-grid{grid-template-columns:1fr}.my-account-callback{flex-direction:column;align-items:stretch}.my-account-callback-form{width:100%}.my-account-callback-input{width:100%;flex:1}}.help-feedback-panel{min-height:100%}.help-feedback-header{padding:22px 28px;border-bottom:1px solid #e3eaed;background:#fff}.help-feedback-title{margin:0;color:#2f3b46;font-size:22px;font-weight:700}.help-feedback-layout{display:flex;flex-direction:column;gap:28px;max-width:760px;margin:0 auto;padding:28px 24px 36px}.help-feedback-info-card{padding:28px 24px 32px;border:1px solid #d9e3e8;border-radius:10px;background:#fff;text-align:center}.help-feedback-info-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;margin-bottom:12px;color:#18b4b4;font-size:28px}.help-feedback-info-title{margin:0 0 10px;color:#1e3a5f;font-size:22px;font-weight:700}.help-feedback-info-text{margin:0 auto 16px;max-width:520px;color:#4b5d6b;font-size:14px;line-height:1.65}.help-feedback-info-link{display:block;margin-bottom:10px;color:#18b4b4;font-size:18px;font-weight:700;text-decoration:none}.help-feedback-info-link:hover{color:#0f9494;text-decoration:underline}.help-feedback-info-phone{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;color:#18b4b4;font-size:17px;font-weight:700;text-decoration:none}.help-feedback-info-phone:hover{color:#0f9494}.help-feedback-social{display:flex;align-items:center;justify-content:center;gap:14px}.help-feedback-social a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:#e6f9f9;color:#18b4b4;font-size:16px;text-decoration:none}.help-feedback-social a:hover{background:#18b4b4;color:#fff}.help-feedback-form-wrap{padding:28px 28px 32px;border:1px solid #d9e3e8;border-radius:10px;background:#fff}.help-feedback-form-heading{margin:0 0 22px;color:#1e3a5f;font-size:24px;font-weight:800;line-height:1.35;text-align:center}.help-feedback-form{display:flex;flex-direction:column;gap:18px}.help-feedback-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.help-feedback-field{display:flex;flex-direction:column;gap:8px}.help-feedback-field--full{gap:0}.help-feedback-field span{color:#334155;font-size:14px;font-weight:600}.help-feedback-field input,.help-feedback-field textarea{width:100%;padding:14px 16px;border:1px solid #d7e2e8;border-radius:8px;background:#fff;color:#0f172a;font-size:14px}.help-feedback-field textarea{min-height:150px;resize:vertical}.help-feedback-field input::-moz-placeholder,.help-feedback-field textarea::-moz-placeholder{color:#94a3b8}.help-feedback-field input::placeholder,.help-feedback-field textarea::placeholder{color:#94a3b8}.help-feedback-field input:focus,.help-feedback-field textarea:focus{outline:none;border-color:#18b4b4;box-shadow:0 0 0 3px rgba(24,180,180,.12)}.help-feedback-submit{display:block;width:100%;max-width:220px;margin:10px auto 0;padding:14px 28px;border:0;border-radius:999px;background:linear-gradient(90deg,#18b4b4,#0d4f6b);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.help-feedback-submit:hover{background:linear-gradient(90deg,#0f9494,#0a3f55)}.help-feedback-office-divider{height:1px;margin:28px 0 24px;background:#e2e8f0}.help-feedback-office-footer{display:flex;flex-direction:column;align-items:center;max-width:520px;margin:0 auto;text-align:center}.help-feedback-office-heading{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px}.help-feedback-office-icon{flex-shrink:0;color:#18b4b4;font-size:22px}.help-feedback-office-title{margin:0;color:#18b4b4;font-size:18px;font-weight:700}.help-feedback-office-address{margin:0;color:#1e3a5f;font-size:16px;font-weight:700;line-height:1.6}@media (max-width:768px){.help-feedback-layout{padding:20px 16px 28px}.help-feedback-form-heading{font-size:20px}.help-feedback-form-row{grid-template-columns:1fr}.help-feedback-form-wrap{padding:20px 16px 24px}.help-feedback-submit{max-width:none}}