:root{
  --orbi-yellow:#fec635;
  --orbi-yellow-dark:#e4ad00;
  --orbi-yellow-soft:#fff8dc;
  --orbi-ink:#171717;
  --orbi-text:#333;
  --orbi-muted:#727272;
  --orbi-bg:#f4f4f4;
  --orbi-card:#fff;
  --orbi-line:#e4e4e4;
  --orbi-success:#188038;
  --orbi-danger:#b3261e;
  --orbi-blue:#246bfd;
  --orbi-shadow:0 10px 30px rgba(0,0,0,.06);
  --orbi-radius:14px;
  --orbi-font:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--orbi-bg)}
body{margin:0;min-width:320px;background:var(--orbi-bg);color:var(--orbi-text);font-family:var(--orbi-font);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.orbi-modal-open,body.orbi-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{max-width:100%}
[hidden],.is-hidden{display:none!important}
.orbi-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.orbi-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Header */
.orbi-site-header{position:sticky;top:0;z-index:1200;background:var(--orbi-yellow);box-shadow:0 1px 0 rgba(0,0,0,.12)}
.orbi-header-desktop{display:block}
.orbi-header-top{max-width:1280px;margin:0 auto;padding:12px 18px 8px;display:flex;align-items:center;gap:18px}
.orbi-brand{display:flex;align-items:center;gap:7px;flex:0 0 auto;font-weight:800;font-size:23px;letter-spacing:-.6px;color:#17223b}
.orbi-brand img{display:block;width:43px;height:34px;object-fit:contain}
.orbi-main-search{height:42px;min-width:0;flex:1;display:flex;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:7px;box-shadow:0 1px 2px rgba(0,0,0,.12)}
.orbi-main-search:focus-within{box-shadow:0 0 0 2px rgba(0,0,0,.18)}
.orbi-main-search input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;padding:0 14px;font-size:14px}
.orbi-main-search button{width:47px;height:100%;border:0;border-left:1px solid #eee;background:#fff;display:grid;place-items:center;cursor:pointer;border-radius:0 7px 7px 0}
.orbi-main-search .orbi-icon{width:19px;height:19px}
.orbi-header-media{width:235px;height:42px;overflow:hidden;background:#fff;border-radius:7px;flex:0 0 auto}
.orbi-header-media video{width:100%;height:100%;object-fit:cover;display:block}
.orbi-header-nav{max-width:1280px;margin:0 auto;padding:0 18px 10px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
.orbi-header-nav-left,.orbi-header-nav-right{display:flex;align-items:center;gap:19px;white-space:nowrap}
.orbi-header-nav-left{min-width:0;overflow:auto;scrollbar-width:none;padding-top:8px}
.orbi-header-nav-left::-webkit-scrollbar{display:none}
.orbi-header-nav-right{padding-top:8px;flex:0 0 auto}
.orbi-location-link{display:flex;align-items:center;gap:7px}
.orbi-location-link .orbi-icon{width:19px;height:19px}
.orbi-location-copy small{display:block;font-size:10px;line-height:1;color:#5d5200}
.orbi-location-copy strong{display:block;font-size:12px;line-height:1.3;font-weight:700}
.orbi-header-account{display:flex;align-items:center;gap:7px;font-weight:600}
.orbi-header-avatar{width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.12);display:grid;place-items:center;font-size:10px;font-weight:800;overflow:hidden}
.orbi-header-avatar img{width:100%;height:100%;object-fit:cover}
.orbi-header-action{width:29px;height:29px;display:grid;place-items:center;position:relative}
.orbi-header-action .orbi-icon{width:21px;height:21px}
.orbi-header-count{position:absolute;right:-5px;top:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#111;color:#fff;font-size:9px;line-height:16px;text-align:center;display:none}
.orbi-header-count.has-items{display:block}
.orbi-header-mobile{display:none;height:50px;align-items:center;gap:7px;padding:0 8px}
.orbi-mobile-logo{width:43px;height:34px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}
.orbi-mobile-logo img{width:39px;height:32px;object-fit:contain}
.orbi-header-mobile .orbi-main-search{height:36px;border-radius:5px}
.orbi-header-mobile .orbi-main-search button{display:none}
.orbi-header-mobile .orbi-main-search input{padding:0 10px}
.orbi-mobile-icon-button{width:34px;height:34px;border:0;background:transparent;display:grid;place-items:center;padding:0;cursor:pointer;position:relative;flex:0 0 auto}
.orbi-mobile-icon-button .orbi-icon{width:23px;height:23px}
.orbi-hamburger{width:22px;height:18px;position:relative;display:block}
.orbi-hamburger span{position:absolute;left:0;width:22px;height:1.7px;border-radius:4px;background:#111;transition:.22s}
.orbi-hamburger span:nth-child(1){top:1px}.orbi-hamburger span:nth-child(2){top:8px}.orbi-hamburger span:nth-child(3){top:15px}
.orbi-mobile-menu-button.is-active .orbi-hamburger span:nth-child(1){top:8px;transform:rotate(45deg)}
.orbi-mobile-menu-button.is-active .orbi-hamburger span:nth-child(2){opacity:0}
.orbi-mobile-menu-button.is-active .orbi-hamburger span:nth-child(3){top:8px;transform:rotate(-45deg)}
.orbi-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:1800;opacity:0;visibility:hidden;transition:.22s}
.orbi-drawer-overlay.is-open{opacity:1;visibility:visible}
.orbi-mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(100%,430px);background:#fff;z-index:1810;transform:translateX(102%);visibility:hidden;transition:transform .28s ease,visibility .28s;overflow:auto;-webkit-overflow-scrolling:touch;box-shadow:-10px 0 40px rgba(0,0,0,.16)}
.orbi-mobile-drawer.is-open{transform:translateX(0);visibility:visible}
.orbi-drawer-head{background:var(--orbi-yellow);padding:16px}
.orbi-drawer-close{position:absolute;right:12px;top:12px;width:37px;height:37px;border:0;background:rgba(255,255,255,.56);border-radius:50%;display:grid;place-items:center;cursor:pointer}
.orbi-drawer-user{display:flex;align-items:center;gap:12px;padding-right:44px}
.orbi-drawer-user-avatar{width:50px;height:50px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.12);display:grid;place-items:center;font-weight:800;overflow:hidden}
.orbi-drawer-user-avatar img{width:100%;height:100%;object-fit:cover}
.orbi-drawer-user strong{display:block;font-size:16px}.orbi-drawer-user span{display:block;margin-top:3px;color:#6f5b00;font-size:12.5px;line-height:1.3}
.orbi-drawer-links{padding:7px 0 24px}
.orbi-drawer-links a{min-height:52px;padding:0 18px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:14px;font-size:14px;font-weight:600}
.orbi-drawer-links a .orbi-icon{width:21px;height:21px}
.orbi-drawer-links a .chevron{margin-left:auto;color:#999}

/* Page layout */
.orbi-profile-page{min-height:calc(100vh - 103px);padding:24px 18px 40px}
.orbi-profile-container{max-width:1280px;margin:0 auto}
.orbi-breadcrumb{display:flex;align-items:center;gap:7px;color:#767676;font-size:12px;margin:0 0 15px}
.orbi-breadcrumb a:hover{text-decoration:underline}
.orbi-profile-grid{display:grid;grid-template-columns:284px minmax(0,1fr);gap:20px;align-items:start}
.orbi-account-sidebar{position:sticky;top:124px;display:grid;gap:14px}
.orbi-account-card,.orbi-side-nav,.orbi-profile-card,.orbi-panel-card{background:#fff;border:1px solid var(--orbi-line);border-radius:var(--orbi-radius);box-shadow:0 2px 8px rgba(0,0,0,.025)}
.orbi-account-card{padding:20px;text-align:center}
.orbi-side-avatar{width:86px;height:86px;margin:0 auto 12px;border-radius:50%;border:4px solid #fff;outline:2px solid var(--orbi-yellow);background:var(--orbi-yellow);display:grid;place-items:center;font-size:25px;font-weight:800;overflow:hidden}
.orbi-side-avatar img{width:100%;height:100%;object-fit:cover}
.orbi-account-card h2{margin:0;font-size:18px;line-height:1.25;color:var(--orbi-ink)}
.orbi-account-card .email{margin:5px 0 0;color:var(--orbi-muted);font-size:12.5px;word-break:break-word}
.orbi-member-line{display:flex;align-items:center;justify-content:center;gap:6px;margin:11px 0 0;font-size:11.5px;color:#5f5f5f}
.orbi-member-line .orbi-icon{width:15px;height:15px}
.orbi-completion{margin-top:17px;padding-top:15px;border-top:1px solid #eee;text-align:left}
.orbi-completion-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:8px}
.orbi-completion-row strong{font-size:12px}
.orbi-progress{height:7px;border-radius:999px;background:#ededed;overflow:hidden}
.orbi-progress span{display:block;height:100%;width:0;background:var(--orbi-yellow-dark);border-radius:inherit;transition:width .45s ease}
.orbi-completion small{display:block;color:var(--orbi-muted);font-size:10.5px;margin-top:8px;line-height:1.35}
.orbi-side-nav{padding:8px}
.orbi-side-nav button{width:100%;height:48px;border:0;background:transparent;border-radius:9px;padding:0 11px;display:flex;align-items:center;gap:12px;text-align:left;font-size:13.5px;color:#555;cursor:pointer;transition:.16s}
.orbi-side-nav button:hover{background:#f7f7f7;color:#111}
.orbi-side-nav button.is-active{background:var(--orbi-yellow-soft);color:#111;font-weight:700;box-shadow:inset 3px 0 0 var(--orbi-yellow-dark)}
.orbi-side-nav button .orbi-icon{width:20px;height:20px}
.orbi-side-nav button .nav-label{flex:1}
.orbi-side-nav button .nav-badge{min-width:20px;height:20px;border-radius:999px;background:#111;color:#fff;font-size:10px;display:grid;place-items:center;padding:0 5px}
.orbi-side-logout{height:44px;border:1px solid #ddd;background:#fff;border-radius:10px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;cursor:pointer}
.orbi-side-logout:hover{border-color:#bbb;background:#fafafa}
.orbi-profile-main{min-width:0;display:grid;gap:16px}

/* Mobile section selector */
.orbi-mobile-section-nav{display:none;position:relative;margin:-2px -18px 0;padding:0 18px 12px;overflow-x:auto;scrollbar-width:none;background:var(--orbi-bg)}
.orbi-mobile-section-nav::-webkit-scrollbar{display:none}
.orbi-mobile-section-nav button{height:38px;border:1px solid #ddd;border-radius:999px;background:#fff;padding:0 15px;white-space:nowrap;font-size:12.5px;font-weight:700;margin-right:8px;cursor:pointer}
.orbi-mobile-section-nav button.is-active{background:#111;border-color:#111;color:#fff}

/* Hero */
.orbi-profile-hero{position:relative;overflow:hidden;background:#fff;border:1px solid var(--orbi-line);border-radius:16px;box-shadow:var(--orbi-shadow)}
.orbi-profile-hero-cover{height:104px;background:linear-gradient(115deg,#fec635 0%,#ffd968 58%,#fff0ac 100%);position:relative}
.orbi-profile-hero-cover:after{content:"";position:absolute;right:-28px;top:-76px;width:230px;height:230px;border:42px solid rgba(255,255,255,.34);border-radius:50%}
.orbi-profile-hero-body{padding:0 22px 21px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:end}
.orbi-main-avatar-wrap{position:relative;margin-top:-42px}
.orbi-main-avatar{width:96px;height:96px;border-radius:50%;border:5px solid #fff;background:var(--orbi-yellow);box-shadow:0 5px 18px rgba(0,0,0,.14);display:grid;place-items:center;overflow:hidden;font-size:28px;font-weight:800;color:#111}
.orbi-main-avatar img{width:100%;height:100%;object-fit:cover}
.orbi-avatar-edit-button{position:absolute;right:0;bottom:1px;width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#111;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.2)}
.orbi-avatar-edit-button .orbi-icon{width:16px;height:16px}
.orbi-profile-identity{padding-top:11px;min-width:0}
.orbi-profile-name-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.orbi-profile-name-line h1{margin:0;color:var(--orbi-ink);font-size:24px;line-height:1.2;letter-spacing:-.3px}
.orbi-verified{width:19px;height:19px;border-radius:50%;background:var(--orbi-blue);color:#fff;display:grid;place-items:center}
.orbi-verified .orbi-icon{width:12px;height:12px;stroke-width:2.6}
.orbi-profile-subtitle{margin:5px 0 0;color:var(--orbi-muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.orbi-profile-tags{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:10px}
.orbi-profile-tag{display:inline-flex;align-items:center;gap:5px;height:25px;border-radius:999px;padding:0 9px;background:#f4f4f4;border:1px solid #e4e4e4;font-size:10.5px;font-weight:700;color:#555}
.orbi-profile-tag.is-good{background:#edf8f0;color:var(--orbi-success);border-color:#cce8d3}
.orbi-profile-tag .orbi-icon{width:13px;height:13px}
.orbi-profile-hero-actions{display:flex;gap:8px;padding-bottom:2px}
.orbi-button{height:42px;border-radius:9px;padding:0 16px;border:1px solid #d6d6d6;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;cursor:pointer;transition:.16s}
.orbi-button:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(0,0,0,.08)}
.orbi-button .orbi-icon{width:17px;height:17px}
.orbi-button-primary{background:#111;color:#fff;border-color:#111}
.orbi-button-yellow{background:var(--orbi-yellow);border-color:var(--orbi-yellow-dark);color:#111}
.orbi-button-soft{background:#f4f4f4;border-color:#e4e4e4}
.orbi-button-danger{background:#fff;border-color:#efc8c5;color:var(--orbi-danger)}
.orbi-button-small{height:34px;border-radius:8px;padding:0 11px;font-size:11.5px}

/* Generic content */
.orbi-view{display:none;gap:16px}
.orbi-view.is-active{display:grid}
.orbi-section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.orbi-section-title-row h2{margin:0;color:var(--orbi-ink);font-size:20px;line-height:1.25}
.orbi-section-title-row p{margin:5px 0 0;color:var(--orbi-muted);font-size:12.5px;line-height:1.45}
.orbi-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.orbi-stat-card{min-height:104px;background:#fff;border:1px solid var(--orbi-line);border-radius:13px;padding:15px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;transition:.16s}
.orbi-stat-card:hover{transform:translateY(-2px);box-shadow:var(--orbi-shadow)}
.orbi-stat-icon{width:42px;height:42px;border-radius:11px;background:var(--orbi-yellow-soft);display:grid;place-items:center;color:#3d3400}
.orbi-stat-icon .orbi-icon{width:22px;height:22px}
.orbi-stat-value{display:block;font-size:21px;font-weight:800;color:var(--orbi-ink);line-height:1.1}
.orbi-stat-label{display:block;margin-top:4px;color:var(--orbi-muted);font-size:11.5px}
.orbi-profile-alert{background:#fff;border:1px solid #ead88e;border-left:4px solid var(--orbi-yellow-dark);border-radius:12px;padding:15px 16px;display:flex;align-items:center;gap:13px}
.orbi-profile-alert-icon{width:38px;height:38px;border-radius:50%;background:var(--orbi-yellow-soft);display:grid;place-items:center;flex:0 0 auto}
.orbi-profile-alert-icon .orbi-icon{width:20px;height:20px}
.orbi-profile-alert-copy{min-width:0;flex:1}
.orbi-profile-alert strong{display:block;color:#2b2b2b;font-size:13.5px}
.orbi-profile-alert p{margin:4px 0 0;color:#6d6d6d;font-size:11.5px;line-height:1.4}
.orbi-overview-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:14px}
.orbi-profile-card,.orbi-panel-card{padding:18px}
.orbi-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.orbi-card-title{display:flex;align-items:center;gap:10px;min-width:0}
.orbi-card-title-icon{width:38px;height:38px;border-radius:10px;background:#f5f5f5;display:grid;place-items:center;flex:0 0 auto}
.orbi-card-title-icon .orbi-icon{width:20px;height:20px}
.orbi-card-title h3{margin:0;color:var(--orbi-ink);font-size:15px;line-height:1.2}
.orbi-card-title p{margin:4px 0 0;color:var(--orbi-muted);font-size:11px;line-height:1.35}
.orbi-text-button{border:0;background:transparent;color:#111;font-size:11.5px;font-weight:800;padding:5px;cursor:pointer;text-decoration:underline;text-decoration-color:var(--orbi-yellow-dark);text-underline-offset:4px}
.orbi-detail-list{display:grid;gap:0}
.orbi-detail-row{min-height:47px;padding:9px 0;border-bottom:1px solid #eee;display:grid;grid-template-columns:135px minmax(0,1fr);gap:16px;align-items:center;font-size:12px}
.orbi-detail-row:last-child{border-bottom:0}
.orbi-detail-row .label{color:var(--orbi-muted)}
.orbi-detail-row .value{color:#222;font-weight:700;min-width:0;word-break:break-word}
.orbi-detail-row .value.is-empty{color:#9b9b9b;font-weight:500}
.orbi-security-score{display:flex;align-items:center;gap:14px;padding:5px 0 15px}
.orbi-score-ring{--score:75;width:76px;height:76px;border-radius:50%;background:conic-gradient(var(--orbi-yellow-dark) calc(var(--score)*1%),#ededed 0);display:grid;place-items:center;position:relative;flex:0 0 auto}
.orbi-score-ring:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:#fff}
.orbi-score-ring strong{position:relative;font-size:18px;color:#222}
.orbi-score-copy strong{display:block;font-size:14px;color:#222}.orbi-score-copy span{display:block;margin-top:5px;color:var(--orbi-muted);font-size:11px;line-height:1.4}
.orbi-check-list{display:grid;gap:9px}
.orbi-check-item{display:flex;align-items:center;gap:9px;font-size:11.5px;color:#555}
.orbi-check-mark{width:19px;height:19px;border-radius:50%;border:1px solid #ccc;display:grid;place-items:center;color:#777;flex:0 0 auto}
.orbi-check-mark.is-done{background:#edf8f0;border-color:#b9dfc2;color:var(--orbi-success)}
.orbi-check-mark .orbi-icon{width:12px;height:12px;stroke-width:2.4}
.orbi-address-summary{border:1px solid #e5e5e5;border-radius:11px;padding:14px;display:flex;align-items:flex-start;gap:12px}
.orbi-address-summary-icon{width:38px;height:38px;border-radius:10px;background:var(--orbi-yellow-soft);display:grid;place-items:center;flex:0 0 auto}
.orbi-address-summary-icon .orbi-icon{width:20px;height:20px}
.orbi-address-summary strong{display:block;color:#222;font-size:13px}.orbi-address-summary p{margin:5px 0 0;color:#686868;font-size:11.5px;line-height:1.45}
.orbi-address-summary .tag{display:inline-flex;margin-top:8px;height:21px;align-items:center;border-radius:999px;background:#f0f0f0;padding:0 8px;font-size:9.5px;font-weight:700}
.orbi-quick-list{display:grid;gap:8px}
.orbi-quick-link{min-height:50px;border:1px solid #e6e6e6;border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:11px;background:#fff;font-size:12.5px;font-weight:700;cursor:pointer;text-align:left}
.orbi-quick-link:hover{background:#fafafa;border-color:#d5d5d5}
.orbi-quick-link .orbi-icon{width:19px;height:19px;color:#555}
.orbi-quick-link .arrow{margin-left:auto;color:#999}

/* Panels and forms */
.orbi-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.orbi-field{display:grid;gap:6px}
.orbi-field.is-full{grid-column:1/-1}
.orbi-field label{font-size:11.5px;font-weight:800;color:#444}
.orbi-field input,.orbi-field select,.orbi-field textarea{width:100%;min-height:45px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;padding:10px 12px;outline:0;color:#222;font-size:13px;transition:.16s}
.orbi-field textarea{min-height:94px;resize:vertical}
.orbi-field input:focus,.orbi-field select:focus,.orbi-field textarea:focus{border-color:#b89100;box-shadow:0 0 0 3px rgba(254,198,53,.22)}
.orbi-field small{color:#888;font-size:10.5px;line-height:1.35}
.orbi-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding-top:16px;border-top:1px solid #eee}
.orbi-info-block{border:1px solid #e6e6e6;border-radius:11px;padding:14px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center}
.orbi-info-block+.orbi-info-block{margin-top:10px}
.orbi-info-block-icon{width:40px;height:40px;border-radius:10px;background:#f5f5f5;display:grid;place-items:center}
.orbi-info-block-icon .orbi-icon{width:20px;height:20px}
.orbi-info-block strong{display:block;font-size:12.5px;color:#222}.orbi-info-block p{margin:4px 0 0;color:#777;font-size:10.8px;line-height:1.4}
.orbi-status-pill{display:inline-flex;align-items:center;gap:5px;height:23px;border-radius:999px;padding:0 8px;background:#edf8f0;color:var(--orbi-success);font-size:9.5px;font-weight:800}
.orbi-status-pill.is-pending{background:#fff6d9;color:#735d00}
.orbi-status-pill.is-neutral{background:#f0f0f0;color:#656565}
.orbi-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.orbi-address-card{border:1px solid #e2e2e2;border-radius:12px;padding:15px;position:relative;background:#fff}
.orbi-address-card.is-default{border-color:#d7b322;box-shadow:inset 0 0 0 1px #f5d45d}
.orbi-address-card-head{display:flex;align-items:center;gap:9px;padding-right:58px}
.orbi-address-card-head .orbi-icon{width:19px;height:19px}
.orbi-address-card h4{margin:0;font-size:13px;color:#222}.orbi-address-card p{margin:10px 0 0;color:#676767;font-size:11.5px;line-height:1.5}
.orbi-address-card-actions{display:flex;gap:7px;margin-top:14px}
.orbi-default-chip{position:absolute;right:12px;top:12px;height:22px;border-radius:999px;background:var(--orbi-yellow-soft);border:1px solid #f0d768;padding:0 8px;display:flex;align-items:center;font-size:9px;font-weight:800}
.orbi-empty-state{border:1px dashed #cfcfcf;border-radius:12px;padding:30px 18px;text-align:center;color:#777}
.orbi-empty-state .orbi-icon{width:31px;height:31px;margin-bottom:10px}.orbi-empty-state strong{display:block;color:#333;font-size:13px}.orbi-empty-state p{margin:5px 0 15px;font-size:11.5px}
.orbi-settings-list{display:grid}
.orbi-setting-row{min-height:70px;padding:12px 0;border-bottom:1px solid #eee;display:flex;align-items:center;gap:13px}
.orbi-setting-row:last-child{border-bottom:0}
.orbi-setting-copy{min-width:0;flex:1}.orbi-setting-copy strong{display:block;font-size:12.5px;color:#222}.orbi-setting-copy p{margin:4px 0 0;color:#777;font-size:10.8px;line-height:1.4}
.orbi-switch{width:44px;height:25px;border:0;border-radius:999px;background:#cfcfcf;padding:3px;cursor:pointer;transition:.2s;flex:0 0 auto}
.orbi-switch span{display:block;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.2s}
.orbi-switch[aria-checked="true"]{background:#111}.orbi-switch[aria-checked="true"] span{transform:translateX(19px)}
.orbi-session-list{display:grid;gap:10px}
.orbi-session{border:1px solid #e5e5e5;border-radius:11px;padding:13px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center}
.orbi-session-icon{width:40px;height:40px;border-radius:10px;background:#f4f4f4;display:grid;place-items:center}.orbi-session-icon .orbi-icon{width:21px;height:21px}
.orbi-session strong{display:block;font-size:12.5px;color:#222}.orbi-session p{margin:4px 0 0;color:#777;font-size:10.5px;line-height:1.4}
.orbi-connected-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.orbi-connected-item{border:1px solid #e5e5e5;border-radius:11px;padding:13px;display:flex;align-items:center;gap:11px}
.orbi-connected-logo{width:36px;height:36px;border-radius:10px;background:#f5f5f5;display:grid;place-items:center;font-weight:800;font-size:12px}
.orbi-connected-item strong{display:block;font-size:12px}.orbi-connected-item span{display:block;margin-top:3px;color:#777;font-size:10px}.orbi-connected-item button{margin-left:auto}
.orbi-danger-zone{border:1px solid #efcfcc;background:#fffafa;border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px}
.orbi-danger-zone-copy{min-width:0;flex:1}.orbi-danger-zone strong{display:block;color:#6e1b16;font-size:13px}.orbi-danger-zone p{margin:5px 0 0;color:#8d514d;font-size:10.8px;line-height:1.45}

/* Modal */
.orbi-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:2300;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;visibility:hidden;transition:.2s}
.orbi-modal-backdrop.is-open{opacity:1;visibility:visible}
.orbi-modal{width:min(680px,100%);max-height:calc(100vh - 36px);background:#fff;border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column;transform:translateY(12px) scale(.985);transition:.2s}
.orbi-modal-backdrop.is-open .orbi-modal{transform:none}
.orbi-modal-head{min-height:65px;padding:0 20px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto}
.orbi-modal-head h2{margin:0;font-size:17px;color:#222}
.orbi-modal-close{width:36px;height:36px;border:0;border-radius:50%;background:#f1f1f1;display:grid;place-items:center;cursor:pointer}
.orbi-modal-close .orbi-icon{width:18px;height:18px}
.orbi-modal-body{padding:20px;overflow:auto;-webkit-overflow-scrolling:touch}
.orbi-modal-note{margin:0 0 16px;background:var(--orbi-yellow-soft);border:1px solid #efd66b;border-radius:10px;padding:11px 12px;color:#675600;font-size:11px;line-height:1.45}
.orbi-avatar-editor{display:flex;align-items:center;gap:15px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #eee}
.orbi-avatar-preview{width:74px;height:74px;border-radius:50%;background:var(--orbi-yellow);display:grid;place-items:center;font-size:22px;font-weight:800;overflow:hidden;flex:0 0 auto}
.orbi-avatar-preview img{width:100%;height:100%;object-fit:cover}
.orbi-avatar-controls{display:flex;gap:8px;flex-wrap:wrap}
.orbi-toast{position:fixed;right:22px;bottom:22px;z-index:2600;min-width:260px;max-width:420px;background:#111;color:#fff;border-radius:11px;padding:13px 15px;box-shadow:0 18px 45px rgba(0,0,0,.28);display:flex;align-items:center;gap:10px;font-size:12.5px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}
.orbi-toast.is-visible{opacity:1;visibility:visible;transform:none}
.orbi-toast .orbi-icon{width:18px;height:18px;color:var(--orbi-yellow)}

@media(max-width:1100px) and (min-width:861px){
  .orbi-header-media{display:none}.orbi-header-nav-left{gap:14px}.orbi-profile-grid{grid-template-columns:250px minmax(0,1fr)}
  .orbi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orbi-overview-grid{grid-template-columns:1fr}
}
@media(max-width:860px){
  html{background:#fff}body{background:#f5f5f5}
  .orbi-header-desktop{display:none}.orbi-header-mobile{display:flex}
  .orbi-profile-page{min-height:0;padding:14px 12px 26px}
  .orbi-breadcrumb{display:none}.orbi-profile-grid{display:block}.orbi-account-sidebar{display:none}
  .orbi-profile-main{gap:12px}.orbi-mobile-section-nav{display:flex;position:sticky;top:50px;z-index:900;padding-top:10px;margin:-2px -12px 0;padding:10px 12px 12px}
  .orbi-profile-hero{border-radius:13px;box-shadow:none}
  .orbi-profile-hero-cover{height:82px}.orbi-profile-hero-cover:after{width:180px;height:180px;border-width:32px;top:-72px}
  .orbi-profile-hero-body{padding:0 14px 16px;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:end}
  .orbi-main-avatar-wrap{margin-top:-34px}.orbi-main-avatar{width:78px;height:78px;border-width:4px;font-size:22px}.orbi-avatar-edit-button{width:29px;height:29px}
  .orbi-profile-identity{padding-top:8px}.orbi-profile-name-line h1{font-size:19px}.orbi-profile-subtitle{font-size:11.5px}.orbi-profile-tags{margin-top:8px}.orbi-profile-tag{height:23px;font-size:9.5px;padding:0 7px}
  .orbi-profile-hero-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;padding:5px 0 0}.orbi-profile-hero-actions .orbi-button{width:100%;height:39px;padding:0 10px;font-size:11.5px}
  .orbi-view{gap:12px}.orbi-section-title-row{padding:2px 2px 0}.orbi-section-title-row h2{font-size:17px}.orbi-section-title-row p{font-size:11px}
  .orbi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.orbi-stat-card{min-height:86px;padding:12px;grid-template-columns:36px minmax(0,1fr);gap:9px;border-radius:11px}.orbi-stat-icon{width:36px;height:36px;border-radius:9px}.orbi-stat-icon .orbi-icon{width:19px;height:19px}.orbi-stat-value{font-size:18px}.orbi-stat-label{font-size:10px}
  .orbi-profile-alert{padding:12px;align-items:flex-start}.orbi-profile-alert-icon{width:34px;height:34px}.orbi-profile-alert .orbi-button{display:none}
  .orbi-overview-grid{grid-template-columns:1fr;gap:10px}.orbi-profile-card,.orbi-panel-card{padding:14px;border-radius:12px;box-shadow:none}
  .orbi-card-head{margin-bottom:13px}.orbi-card-title-icon{width:34px;height:34px}.orbi-card-title h3{font-size:13.5px}.orbi-card-title p{font-size:10px}
  .orbi-detail-row{grid-template-columns:110px minmax(0,1fr);gap:10px;min-height:44px;font-size:11px}
  .orbi-form-grid{grid-template-columns:1fr;gap:12px}.orbi-field.is-full{grid-column:auto}.orbi-form-actions{display:grid;grid-template-columns:1fr 1fr}.orbi-form-actions .orbi-button{width:100%;padding:0 9px}
  .orbi-address-grid,.orbi-connected-grid{grid-template-columns:1fr}.orbi-info-block{grid-template-columns:38px minmax(0,1fr) auto;padding:12px}.orbi-info-block .orbi-button{padding:0 9px}
  .orbi-setting-row{min-height:66px}.orbi-session{grid-template-columns:38px minmax(0,1fr);padding:12px}.orbi-session>.orbi-button{grid-column:2;justify-self:start}
  .orbi-danger-zone{display:block}.orbi-danger-zone .orbi-button{margin-top:13px;width:100%}
  .orbi-modal-backdrop{padding:0;align-items:flex-end}.orbi-modal{width:100%;max-height:94vh;border-radius:18px 18px 0 0;transform:translateY(100%)}.orbi-modal-backdrop.is-open .orbi-modal{transform:none}.orbi-modal-head{min-height:60px;padding:0 16px}.orbi-modal-body{padding:16px}.orbi-avatar-editor{align-items:flex-start}
  .orbi-toast{left:12px;right:12px;bottom:14px;min-width:0;max-width:none}
}
@media(max-width:380px){
  .orbi-profile-page{padding-left:9px;padding-right:9px}.orbi-mobile-section-nav{margin-left:-9px;margin-right:-9px;padding-left:9px;padding-right:9px}
  .orbi-profile-hero-body{grid-template-columns:70px minmax(0,1fr);gap:9px}.orbi-main-avatar{width:70px;height:70px}.orbi-profile-name-line h1{font-size:17px}.orbi-profile-hero-actions{grid-template-columns:1fr}.orbi-stat-grid{grid-template-columns:1fr 1fr}.orbi-detail-row{grid-template-columns:95px minmax(0,1fr)}
}
