.profile-page-wrapper{width:100%;max-width:720px;margin:0 auto;padding:0 16px 80px;font-family:var(--font-ui);overflow-x:hidden;--local-radius: 14px}.profile-page-wrapper *{box-sizing:border-box}@keyframes profileFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.profile-section-anim{animation:profileFadeIn .5s cubic-bezier(.2,.8,.2,1) backwards}.profile-section-anim:nth-child(1){animation-delay:.05s}.profile-section-anim:nth-child(2){animation-delay:.1s}.profile-section-anim:nth-child(3){animation-delay:.15s}.profile-section-anim:nth-child(4){animation-delay:.2s}.profile-page-wrapper .ios-page-title{font-family:var(--font-display);font-size:34px;font-weight:700;margin:20px 0 24px;color:var(--text-main);letter-spacing:-.01em;padding-left:4px}.profile-page-wrapper .ios-group-container{background:var(--bg-card);border-radius:var(--local-radius);overflow:hidden;margin-bottom:32px;box-shadow:0 2px 12px #00000008,0 0 0 1px var(--border-color);width:100%}.profile-page-wrapper .ios-group-title{font-size:13px;text-transform:uppercase;color:var(--text-secondary);margin:0 0 8px 16px;font-weight:500;letter-spacing:.05em;opacity:.8}.profile-page-wrapper .ios-profile-header{display:flex;align-items:center;justify-content:space-between;padding:20px;gap:16px;background:var(--bg-card);width:100%}.profile-page-wrapper .ios-avatar-wrapper{width:68px;height:68px;border-radius:50%;overflow:hidden;background:var(--bg-badge);border:1px solid var(--border-color);flex-shrink:0;box-shadow:0 4px 12px #0000000d}.profile-page-wrapper .ios-avatar{width:100%;height:100%;object-fit:cover}.profile-page-wrapper .ios-profile-info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding-right:10px}.profile-page-wrapper .ios-profile-name{font-size:21px;font-weight:600;color:var(--text-main);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em;width:100%}.profile-page-wrapper .ios-profile-sub{font-size:14px;color:var(--text-secondary);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-page-wrapper .ios-profile-action{display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page-wrapper .header-logout-btn{width:40px;height:40px;border-radius:50%;background:var(--bg-badge);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none;position:relative}.profile-page-wrapper .header-logout-btn:before{content:"";position:absolute;top:50%;left:50%;min-width:var(--touch-target-min);min-height:var(--touch-target-min);transform:translate(-50%,-50%)}.profile-page-wrapper .header-logout-btn:hover{background:#ff3b301a;color:var(--status-error);transform:scale(1.05)}.profile-page-wrapper .header-logout-btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.profile-page-wrapper .status-badge{display:inline-flex;align-items:center;font-size:12px;padding:4px 10px;border-radius:999px;font-weight:500;line-height:1;white-space:nowrap}.profile-page-wrapper .status-verified{background:#34c7591a;color:var(--status-success-text)}.profile-page-wrapper .status-guest{background:#ff95001a;color:var(--status-warn-text)}.bento-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;width:100%}.profile-page-wrapper .bento-card{background:var(--bg-card);border-radius:18px;box-shadow:0 4px 12px #00000008,0 0 0 1px var(--border-color);text-decoration:none;overflow:hidden;height:100%;transition:transform .2s cubic-bezier(.25,.8,.25,1),box-shadow .2s;position:relative;width:100%}.bento-card--interactive:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014,0 0 0 1px var(--accent-color)}.bento-card--interactive:active{transform:scale(.98)}.bento-card--tooltip{cursor:help}.bento-card--tooltip:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.bento-inner{padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;min-height:120px}.bento-icon-circle{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}.bg-pink{background:#ff2d551a;color:#ff2d55}.bg-blue{background:#007aff1a;color:#007aff}.bg-orange{background:#ff95001a;color:#ff9500}.bento-value{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--text-main);line-height:1.1;margin-bottom:2px}.bento-label{font-size:12px;font-weight:500;color:var(--text-secondary)}.bento-tooltip{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;padding:8px 10px;border-radius:10px;background:var(--text-main);color:var(--bg-card);font-size:12px;line-height:1.35;box-shadow:0 8px 20px #00000029;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.bento-card--tooltip:hover .bento-tooltip,.bento-card--tooltip:focus-visible .bento-tooltip{opacity:1;transform:translateY(0)}.profile-page-wrapper .ios-list-item{display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-card);min-height:56px;width:100%}.profile-page-wrapper .ios-list-item:last-child{border-bottom:none}.profile-page-wrapper .ios-item-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:16px;flex-shrink:0;font-size:18px}.bg-system-blue{background:#007aff}.bg-system-indigo{background:#5856d6}.profile-page-wrapper .ios-item-content{flex:1;display:flex;justify-content:space-between;align-items:center;padding-right:0!important;gap:12px;min-width:0}.profile-page-wrapper .text-group{flex:1;min-width:0;padding-right:10px}.profile-page-wrapper .ios-item-label{font-size:16px;color:var(--text-main);font-weight:500;line-height:1.3;white-space:normal;word-wrap:break-word}.profile-page-wrapper .ios-item-desc{font-size:13px;color:var(--text-secondary);margin-top:2px;font-weight:400;line-height:1.35;white-space:normal}.profile-page-wrapper .ios-item-control{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;width:auto}.profile-page-wrapper .ios-switch-form{display:flex;margin:0}.profile-page-wrapper .ios-switch{width:50px;height:30px;background:#e9e9ea;border-radius:999px;position:relative;cursor:pointer;transition:background-color .3s ease;display:block;flex-shrink:0;-webkit-tap-highlight-color:transparent;border:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}[data-theme=dark] .profile-page-wrapper .ios-switch{background:#39393d}.profile-page-wrapper .ios-switch.checked{background:var(--status-success)}.profile-page-wrapper .ios-switch:before{content:"";position:absolute;top:50%;left:50%;min-width:var(--touch-target-min);min-height:var(--touch-target-min);transform:translate(-50%,-50%)}.profile-page-wrapper .ios-switch-knob{width:26px;height:26px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #00000026;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.profile-page-wrapper .ios-switch.checked .ios-switch-knob{transform:translate(20px)}.profile-page-wrapper .ios-list-item--promo{background:linear-gradient(180deg,var(--bg-card) 0%,rgba(128,128,128,.03) 100%);padding:24px 20px;display:block}.promo-content{width:100%}.promo-icon-row{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}.promo-emoji{font-size:32px;line-height:1;flex-shrink:0}.promo-text-group{flex:1;min-width:0}.promo-text-group strong{display:block;font-size:16px;margin-bottom:4px;color:var(--text-main);font-weight:600}.promo-text-group p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.4}.promo-form{display:flex;gap:10px;width:100%}.profile-page-wrapper .ios-input{flex:1;min-width:0;background:var(--bg-badge);border:1px solid transparent;border-radius:12px;padding:0 16px;height:44px;font-size:16px;color:var(--text-main);transition:background-color .2s,border-color .2s,box-shadow .2s;font-family:var(--font-ui)}.profile-page-wrapper .ios-input:focus{background:var(--bg-card);border-color:var(--accent-color);box-shadow:0 0 0 3px #007aff1a;outline:none}.profile-page-wrapper .ios-btn-small{background:var(--accent-color);color:#fff;border:none;border-radius:12px;padding:0 24px;font-weight:600;font-size:15px;cursor:pointer;flex-shrink:0;transition:background-color .2s,color .2s,box-shadow .2s,transform .2s}.timeline-year-section{margin-bottom:32px}.timeline-year-header{font-size:24px;font-weight:700;margin-bottom:12px;padding-left:4px;color:var(--text-main);font-family:var(--font-display)}.timeline-row{display:flex;padding:16px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-card);align-items:flex-start}.timeline-row:last-child{border-bottom:none}.timeline-row-label{width:100px;flex-shrink:0;font-size:14px;font-weight:600;color:var(--text-secondary);padding-top:8px;text-transform:capitalize}.timeline-row-content{flex:1;min-width:0}.timeline-chips{display:flex;flex-wrap:wrap;gap:8px}.profile-page-wrapper .timeline-chip{width:36px;height:36px;border-radius:10px;background:var(--bg-badge);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text-main);text-decoration:none;transition:background-color .2s,color .2s,box-shadow .2s,transform .2s;font-family:var(--font-mono);position:relative}.profile-page-wrapper .timeline-chip:before{content:"";position:absolute;top:50%;left:50%;min-width:var(--touch-target-min);min-height:var(--touch-target-min);transform:translate(-50%,-50%)}.profile-page-wrapper .timeline-chip:hover{background:var(--like-heart);color:#fff}.profile-page-wrapper .ios-switch:focus-visible,.profile-page-wrapper .timeline-chip:focus-visible{outline:none;box-shadow:var(--focus-ring)}.empty-state-refined{padding:60px 20px;text-align:center;background:var(--bg-card);border-radius:var(--local-radius);box-shadow:0 2px 12px #00000008;display:flex;flex-direction:column;align-items:center}.empty-icon-wrapper{width:80px;height:80px;border-radius:50%;background:var(--bg-badge);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.empty-emoji{font-size:36px;opacity:.8}.empty-title{font-size:18px;font-weight:700;color:var(--text-main);margin-bottom:8px}.empty-desc{font-size:14px;color:var(--text-secondary);margin-bottom:24px;max-width:320px;text-align:center}@media (max-width: 600px){.bento-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.bento-card:nth-child(3){grid-column:span 2;display:flex;flex-direction:row;align-items:center}.bento-card:nth-child(3) .bento-inner{flex-direction:row;align-items:center;width:100%;padding:16px;min-height:auto}.bento-card:nth-child(3) .bento-icon-circle{margin-bottom:0;margin-right:16px}.bento-card:nth-child(3) .bento-content{text-align:left}.timeline-row{flex-direction:column;gap:8px}.timeline-row-label{width:100%;font-size:13px;opacity:.7;padding-top:0}.profile-page-wrapper .ios-profile-header{padding:16px;gap:12px;flex-wrap:nowrap}.profile-page-wrapper .ios-profile-name{font-size:18px}.profile-page-wrapper .ios-avatar-wrapper{width:56px;height:56px}.profile-page-wrapper .header-logout-btn{width:32px;height:32px}.profile-page-wrapper .ios-list-item{padding:12px 16px}}@media (max-width: 400px){.bento-stats-grid{grid-template-columns:1fr}.bento-stats-grid .bento-card,.bento-card:nth-child(3){grid-column:span 1;display:flex;min-height:0}.bento-stats-grid .bento-inner,.bento-card:nth-child(3) .bento-inner{width:100%;min-height:88px;padding:16px;flex-direction:row;align-items:center;justify-content:flex-start}.bento-stats-grid .bento-icon-circle,.bento-card:nth-child(3) .bento-icon-circle{width:44px;height:44px;margin:0 16px 0 0;flex-shrink:0}.bento-stats-grid .bento-content,.bento-card:nth-child(3) .bento-content{min-width:0;text-align:left}.bento-value{font-size:24px}.promo-form{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.promo-form input{width:100%;min-height:44px;padding:10px 12px;font-size:16px;line-height:1.5;box-sizing:border-box}.promo-form .ios-btn-small{display:inline-block;width:auto;margin-top:8px}.profile-page-wrapper .ios-btn-small{width:auto;margin-top:8px;padding:12px 24px;line-height:1.5;display:flex;align-items:center;justify-content:center}.profile-page-wrapper .ios-page-title{font-size:28px}}
