.mypage,.saved-page,.search-page{margin:0 auto;max-width:var(--max-width);padding:var(--space-md)}.mypage__header{margin-bottom:var(--space-xl);text-align:center}.mypage__avatar{align-items:center;background:var(--accent-gradient);border-radius:50%;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto var(--space-md);width:72px}.mypage__greeting{font-size:1.2rem;font-weight:700;margin-bottom:var(--space-xs)}.mypage__subtitle{color:var(--text-secondary);font-size:.85rem}.mypage__section{margin-bottom:var(--space-lg)}.mypage__section-title{align-items:center;display:flex;font-size:.9rem;font-weight:700;justify-content:space-between;margin-bottom:var(--space-md)}.mypage__section-action{color:var(--accent-primary);font-size:.8rem;font-weight:500}.mypage__services{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.mypage__service-chip{align-items:center;background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-full);display:inline-flex;font-size:.8rem;font-weight:500;gap:var(--space-xs);padding:var(--space-sm) var(--space-md)}.mypage__service-chip .membership-dot{align-items:center;border-radius:50%;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.18);color:transparent;display:inline-flex;flex-shrink:0;font-size:0;height:10px;justify-content:center;line-height:0;overflow:hidden;width:10px}.mypage__service-chip-label{line-height:1}.mypage__service-chip .remove-btn{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;height:16px;justify-content:center;transition:background .15s ease;width:16px}.mypage__service-chip .remove-btn:hover{background:rgba(231,76,60,.3)}.mypage__service-chip .remove-btn .material-icons-round{font-size:12px}.menu-list{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.menu-item{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:var(--space-md);text-align:left;transition:background .15s ease;width:100%}.menu-item:last-child{border-bottom:none}.menu-item:hover{background:var(--bg-glass)}.menu-item__left{align-items:center;display:flex;gap:var(--space-sm)}.menu-item__icon{align-items:center;border-radius:var(--radius-sm);display:flex;font-size:18px;height:36px;justify-content:center;width:36px}.menu-item__label{font-size:.9rem;font-weight:500}.menu-item__right{align-items:center;color:var(--text-muted);display:flex;gap:var(--space-xs);margin-left:auto}.menu-item__value{color:var(--text-secondary);font-size:.8rem}.search-bar{margin-bottom:var(--space-lg);position:relative}.search-bar__input{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-primary);font-size:.95rem;outline:none;padding:var(--space-md) 52px var(--space-md) 44px;transition:all .15s ease;width:100%}.search-bar__input::-moz-placeholder{color:var(--text-muted)}.search-bar__input::placeholder{color:var(--text-muted)}.search-bar__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(108,92,231,.15)}.search-bar__icon{color:var(--text-muted);left:var(--space-md);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-bar__icon .material-icons-round{font-size:20px}.search-bar__submit{align-items:center;background:var(--accent-primary);border-radius:12px;color:#fff;display:flex;height:36px;justify-content:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:all .15s ease;width:36px}.search-bar__submit:hover{filter:brightness(1.05)}.search-bar__submit .material-icons-round{font-size:18px}.search__popular{margin-bottom:var(--space-lg)}.search__popular-title{font-size:.82rem;font-weight:700;line-height:1.3;margin-bottom:var(--space-md)}.search__popular-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.search__recent{margin-bottom:var(--space-lg)}.search__recent-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.search__recent-chip{align-items:center;background:color-mix(in srgb,var(--accent-primary) 18%,#fff 82%);border:1px solid color-mix(in srgb,var(--accent-primary) 48%,var(--border-color) 52%);border-radius:var(--radius-full);box-shadow:0 1px 0 rgba(15,23,42,.04),0 10px 22px rgba(15,23,42,.06);color:var(--text-primary);display:inline-flex;gap:4px;padding:4px 4px 4px 12px}.search__recent-chip-button{color:inherit;font-size:.8rem;font-weight:700;line-height:1;padding:0}.search__recent-chip-button,.search__recent-chip-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0}.search__recent-chip-remove{align-items:center;border-radius:999px;color:var(--text-muted);display:inline-flex;height:24px;justify-content:center;width:24px}.search__recent-chip-remove:hover{background:rgba(15,23,42,.08);color:var(--text-primary)}.search__recent-chip-remove .material-icons-round{font-size:16px}.user-shell .search__popular-tag{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fafafa;background-color:#fafafa;border:0;border-radius:var(--radius-full);box-shadow:0 2px 10px rgba(15,23,42,.04);color:var(--text-secondary);display:inline-flex;font-size:.8rem;justify-content:center;padding:var(--space-sm) var(--space-md);transition:all .15s ease}.user-shell .search__popular-tag:hover{background:#fafafa;background-color:#fafafa;box-shadow:0 6px 16px rgba(15,23,42,.06);color:var(--accent-primary)}html.user-theme-dark .user-shell .search__popular-tag{background:hsla(0,0%,100%,.08);background-color:hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06);color:var(--text-primary)}html.user-theme-dark .user-shell .search__popular-tag:hover{background:hsla(0,0%,100%,.12);background-color:hsla(0,0%,100%,.12);color:var(--text-primary)}html.user-theme-dark .user-shell .search__recent-chip{background:hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06);color:var(--text-primary)}html.user-theme-dark .user-shell .search__recent-chip-remove:hover{background:hsla(0,0%,100%,.08)}.saved-page__title{font-size:1.3rem;font-weight:800;margin-bottom:var(--space-lg)}